Skip to content

Commit

Permalink
e2e test update after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Feb 2, 2024
1 parent 049661f commit 7ae8f38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test.describe( 'Order of block keyboard navigation', () => {
);

await page.keyboard.press( 'Tab' );
await KeyboardNavigableBlocks.expectLabelToHaveFocus( 'Block' );
await KeyboardNavigableBlocks.expectLabelToHaveFocus( 'Post' );
} );

test( 'allows tabbing in navigation mode if no block is selected (reverse)', async ( {
Expand Down

0 comments on commit 7ae8f38

Please sign in to comment.