Skip to content
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

feature(Revision history): Switch from dropdown to normal button and show history #55491

Prev Previous commit
Next Next commit
test(e2e): removed redundant check for revision history
Heiko Mamerow committed Oct 20, 2023
commit c514f9dfd1a11e2db098c88baee02d3ed1eb2b94
Original file line number Diff line number Diff line change
@@ -147,9 +147,6 @@ class UserGlobalStylesRevisions {
.getByRole( 'menubar', { name: 'Styles actions' } )
.click();
await this.page.getByRole( 'button', { name: 'Revisions' } ).click();
await this.page
.getByRole( 'menuitem', { name: /^Revision history/ } )
.click();
}

async openStylesPanel() {