Skip to content

Commit eeaa73d

Browse files
author
Alejandro Gonzalvo
committed
test: improve document settings sidebar locator
1 parent 8cfa39e commit eeaa73d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export async function openDocumentSettingsSidebar( this: Editor ) {
1414
.getByRole( 'region', { name: 'Editor top bar' } )
1515
.getByRole( 'button', {
1616
name: 'Settings',
17+
exact: true,
1718
disabled: false,
1819
} );
1920

0 commit comments

Comments
 (0)