-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autofocus tests are flaky #1154
Comments
seanpdoyle
added a commit
to seanpdoyle/turbo
that referenced
this issue
Mar 3, 2024
Closes [hotwired#1154][] Replace bespoke CSS selector-based assertions with Playwright's built-in [toBeFocused](https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-be-focused) assertion. Like other assertions, `toBeFocused` will wait and retry for a period of time, which makes `nextBeat` calls unnecessary. [hotwired#1154]: hotwired#1154
I've opened #1219 to try and address this. |
afcapel
pushed a commit
that referenced
this issue
Mar 5, 2024
Closes [#1154][] Replace bespoke CSS selector-based assertions with Playwright's built-in [toBeFocused](https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-be-focused) assertion. Like other assertions, `toBeFocused` will wait and retry for a period of time, which makes `nextBeat` calls unnecessary. [#1154]: #1154
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The often fails on CI, for example https://github.com/hotwired/turbo/actions/runs/7723792974/job/21054601474
The text was updated successfully, but these errors were encountered: