Skip to content

Commit

Permalink
Adjust more test.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Feb 14, 2024
1 parent 64e2013 commit 7ee7191
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/specs/editor/various/list-view.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' } )
Expand Down

0 comments on commit 7ee7191

Please sign in to comment.