Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Dec 7, 2023
1 parent c126e9c commit 86d808e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/site-editor/pages.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ test.describe( 'Pages', () => {
.getByRole( 'region', { name: 'Editor settings' } )
.getByRole( 'button', { name: 'Template options' } )
.click();
await page.getByRole( 'button', { name: 'Edit template' } ).click();
await page.getByRole( 'menuitem', { name: 'Edit template' } ).click();
await expect(
editor.canvas.getByRole( 'document', {
name: 'Block: Content',
Expand Down

0 comments on commit 86d808e

Please sign in to comment.