diff --git a/test/e2e/specs/editor/various/list-view.spec.js b/test/e2e/specs/editor/various/list-view.spec.js index cb15c12c84b49..d3bd2c5efcd7c 100644 --- a/test/e2e/specs/editor/various/list-view.spec.js +++ b/test/e2e/specs/editor/various/list-view.spec.js @@ -360,7 +360,6 @@ test.describe( 'List View', () => { // out of range of the sidebar region. Must shift+tab 2 times to reach // close button before tab panel. await pageUtils.pressKeys( 'shift+Tab' ); - await pageUtils.pressKeys( 'shift+Tab' ); await expect( page .getByRole( 'region', { name: 'Document Overview' } )