-
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
e2e: Try to fix flaky font-library test #57092
Conversation
Size Change: 0 B Total Size: 1.71 MB ℹ️ View Unchanged
|
The Playwright tests, which include this test, have never failed and appear to be stable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @t-hamano! Let's give this a try.
Do you mind rebasing the branch? Maybe that will fix the failing Puppeteer e2e test.
411027e
to
7e9731f
Compare
Thanks for the review, @Mamaduka! I've rebased this branch with the latest trunk. I would like to merge once the tests pass. |
What?
Attempt to fix Flaky test reported in #56776
Why?
This e2e test seems to be unstable. I checked Artifacts and it seems that neither the sidebar nor the canvas is loading correctly.
How?
This test concerns the global style panel, so it doesn't matter which template is opened. Therefore, I am trying to remove the
visitSiteEditor()
argument and see if the test becomes stable.Testing Instructions
Try running the e2e test multiple times.