diff --git a/test/e2e/specs/site-editor/navigation.spec.js b/test/e2e/specs/site-editor/navigation.spec.js index 8f58f809ef1cca..25a5b5dee59ffb 100644 --- a/test/e2e/specs/site-editor/navigation.spec.js +++ b/test/e2e/specs/site-editor/navigation.spec.js @@ -46,9 +46,7 @@ test.describe( 'Site editor navigation', () => { ).toBeFocused(); // Test: Can navigate into the iframe using the keyboard - await editorNavigationUtils.tabToLabel( 'Editor Canvas', { - times: 10, - } ); + await editorNavigationUtils.tabToLabel( 'Editor Canvas' ); const editorCanvasButton = page.getByRole( 'button', { name: 'Editor Canvas', } );