Skip to content

Commit

Permalink
Try fixing the flaky 'Toolbar roving tabindex' e2e test (#54785)
Browse files Browse the repository at this point in the history
* Try fixing the flaky 'Toolbar roving tabindex' e2e test
* Add a link in the comment
  • Loading branch information
Mamaduka committed Sep 26, 2023
1 parent 861aea3 commit c3cecac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ test.describe( 'Toolbar roving tabindex', () => {
await admin.createNewPost();
await editor.insertBlock( { name: 'core/paragraph' } );
await page.keyboard.type( 'First block' );

// Ensure the fixed toolbar option is off.
// See: https://github.com/WordPress/gutenberg/pull/54785.
await editor.setIsFixedToolbar( false );
} );

test( 'ensures base block toolbars use roving tabindex', async ( {
Expand Down

0 comments on commit c3cecac

Please sign in to comment.