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 e9a2861 commit 7441ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/site-editor/navigation.spec.js
Expand Up @@ -29,7 +29,7 @@ test.describe( 'Site editor navigation', () => {
// Test: Can navigate to a sidebar item and into its subnavigation frame without losing focus
// Go to the Pages button

await editorNavigationUtils.tabToLabel( 'Pages', { times: 10 } );
await editorNavigationUtils.tabToLabel( 'Pages' );

await expect(
page.getByRole( 'button', { name: 'Pages' } )
Expand Down

0 comments on commit 7441ad2

Please sign in to comment.