-
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 New Default Post Content Test to Playwright #45267
Migrate New Default Post Content Test to Playwright #45267
Conversation
Hi @Mamaduka, I hope you are doing great! Could you please help me in reviewing this PR? The CI has failed but seems like not related to the test case, it's failed because of Unit Tests . Please take a look. Thanks! |
The PHPUnit tests should be fixed now #45265. You might want to rebase this branch on top of the trunk. |
Hi @Mamaduka, Rebased the branch and now the |
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, @pooja-muchandikar!
The migration looks good. I will merge the changes after all checks are green ✅
Thanks for the review @Mamaduka 😊 All Checks have passed successfully 😊 |
What?
Part of #38851.
Migrate new-post-default-content.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/new-post-default-content.spec.js