diff --git a/test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js b/test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js index 17746bf95fe23..23186dfff2de9 100644 --- a/test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js +++ b/test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js @@ -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 ( {