-
Notifications
You must be signed in to change notification settings - Fork 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
e2e: Update Gutenberg classes for 8.5 compat #44457
Conversation
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
); | ||
return await driverHelper.verifyTextPresent( | ||
this.driver, | ||
By.css( '.editor-post-publish-panel__header-published' ), | ||
By.css( '.post-publish-panel__postpublish-header' ), | ||
'Scheduled' |
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.
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.
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.
It was previously matching the header selector, but I think it's OK to keep it as a check for that summary text (unless there's a separate test for it?). I'd only make it lowercased scheduled
in the test to avoid confusion.
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.
All tests are passing. Looks good!
Changes proposed in this Pull Request
Testing instructions
Fixes #