-
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 Manage Reusable Block to Playwright #45621
Migrate Manage Reusable Block to Playwright #45621
Conversation
Open in CodeSandbox Web Editor | VS Code | VS Code Insiders |
Hi @Mamaduka, I hope you are doing well! I have added explicit wait on Line 50, the reason for this is that the test execution was too fast and further tests were failing, due to that I have added this wait.. I tried in local with other selectors but it didn't help. Let me know if you have any suggestions on same.. Thanks! |
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.
Thanks for your patience! Nice work!
Hi @kevin940726, I hope you are doing great! I have addressed all the feedbacks and pushed the commit. Please do review and let me know if there are any further feedbacks. Thanks! |
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 a lot!
What?
Part of #38851.
Migrate manage-reusable-blocks.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/various/manage-reusable-blocks.spec.js