-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Try to fix multi-block-selection flakiness #55075
Conversation
Size Change: 0 B Total Size: 1.65 MB ℹ️ View Unchanged
|
Flaky tests detected in affdc92c6c0ae4743b9d7d0c2a203a45af1ffd4d. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6415521804
|
Fine with skipping if it keeps failing. Would have loved to have a webkit e2e test though. |
caa080b
to
319a57b
Compare
319a57b seems to fix the issue after six retries. Let's try it for the last time. |
What?
Follow-up to #53564. Try to fix #53524.
Why?
The test has become really flaky for the past two months since it was introduced.
How?
.click()
with noposition
option specified will pick a visible point but not guarantee to be in the center of the element.strongText
to avoid calculating clickable points based on the parent element.Testing Instructions
CI should pass without flakiness.
Testing Instructions for Keyboard
N/A
Screenshots or screencast
N/A