-
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 PullQuote test case to playwright #50085
Migrate PullQuote test case to playwright #50085
Conversation
Hi! Thanks for the PR! Have you read the latest migration guide as noted in #38851 (comment) ? I noticed some places are still a bit outdated, could you help refactor them with the best practices in mind? |
Hi @kevin940726, Updated the test case as per your suggestion. Could you please check again? |
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 👍 ! Thanks!
What?
Part of #38851.
Migrate pullquote.test.js to its Playwright version.
Why?
Part of #38851.
How?
See MIGRATION.md for migration steps.
Testing Instructions
Run
npm run test:e2e:playwright test/e2e/specs/editor/blocks/pullquote.spec.js