Skip to content

Commit

Permalink
Rely on default times value
Browse files Browse the repository at this point in the history
Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com>
  • Loading branch information
jeryj and t-hamano committed Feb 15, 2024
1 parent 7441ad2 commit fea790d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e/specs/site-editor/navigation.spec.js
Expand Up @@ -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',
} );
Expand Down

0 comments on commit fea790d

Please sign in to comment.