-
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
Migrate and refactor image block e2e tests to Playwright #40804
Conversation
Size Change: 0 B Total Size: 1.23 MB ℹ️ View Unchanged
|
} | ||
} ); | ||
|
||
test( 'should place caret at end of caption after merging empty paragraph', async ( { |
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.
This test was originally skipped (#32872), but I couldn't reproduce it after the migration. Let's enable it and see if it fixes the issue.
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.
LGTM - pulls in all the same tests as the existing image.test.js
and completes locally on multiple runs, and in CI. 🤞 it will fix some of the ongoing flakey issues with the image tests!
What?
Part of #38851. Migrate and refactor
image.test.js
to Playwright.Hopefully fixes #36904, fixes #35873, fixes #35506, fixes #35502, fixes #34832, fixes #32872.
Why?
See this post for an overview of the migration.
How?
By following the migration guide.
Testing Instructions