-
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 'iframed block editor settings styles' tests to Playwright #55014
Conversation
Size Change: 0 B Total Size: 1.62 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! It seems faster, more reliable, and easier to read to me!
|
||
test.describe( 'iframed block editor settings styles', () => { | ||
test.beforeAll( async ( { requestUtils } ) => { | ||
await requestUtils.activatePlugin( |
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.
The original test enables emptytheme
here. Do you need to do it here too?
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.
Not anymore. Since then, all editors have been iframed by default. Unless there's a v2
block or metabox fields enabled.
What?
Part of #38851.
Closes #54602.
Closes #54462.
PR migrates 'iframed block editor settings styles' tests to Playwright.
Why?
This is a relatively new test and should've been written with Playwright. Ref: #52767.
Testing Instructions