-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 heading block test to Playwright #41108
Conversation
Size Change: -705 B (0%) Total Size: 1.24 MB
ℹ️ View Unchanged
|
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 putting this up!
If you don't mind, may I take over this PR? As I mentioned in this comment, I would like to implement the transformation between the paragraph and the heading in editors other than the post editor. I'm planning to add E2E tests but would be happy if we could complete the migration to Playwright first 🙂 @edit :I just now learned that the migration of the E2E test in the heading has been completed in #47955 😅 Therefore, I would like to close this PR and also update the PR number for the tracking issue. |
What?
Part of #38851. Migrate
heading.test.js
to Playwright.Why?
See this post for an overview of the migration.
How?
By following the migration guide.
Testing Instructions