You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix various E2E tests for recent Gutenberg changes (#86070)
* WordPress/gutenberg#56921 changed the label of the preview button from
"Preview" to "View".
* WordPress/gutenberg#56904 removed the setting of an `is-xxx-preview`
class when using the in-page preview. Targeting the parent element
(that has a static class) instead.
* #86033 attempted to fix a test for another Gutenberg change, but the
selector used there matches multiple elements in one of our tests and
so causes it to fail. Adding `[role="tab"]` into the selector fixes
that.
0 commit comments