Skip to content

Commit

Permalink
Update e2e selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jun 20, 2023
1 parent 48d33b3 commit 9426264
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,9 @@ class UserGlobalStylesRevisions {

async openRevisions() {
await this.page
.getByRole( 'button', { name: 'Styles revisions actions' } )
.getByRole( 'menubar', { name: 'Styles actions' } )
.click();
await this.page.getByRole( 'button', { name: 'Revisions' } ).click();
await this.page
.getByRole( 'menuitem', { name: /^Revision history/ } )
.click();
Expand Down

0 comments on commit 9426264

Please sign in to comment.