Skip to content

Commit

Permalink
Fix E2E.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstine committed Nov 16, 2022
1 parent 466ada3 commit 253ecb2
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,14 @@ describe( 'Navigating the block hierarchy', () => {

// Move focus to the sidebar area.
await pressKeyWithModifier( 'ctrl', '`' );
await pressKeyWithModifier( 'ctrl', '`' );
await pressKeyWithModifier( 'ctrl', '`' );
await tabToColumnsControl();

// Tweak the columns count by increasing it by one.
await page.keyboard.press( 'ArrowRight' );

// Navigate to the third column in the columns block.
await pressKeyWithModifier( 'ctrl', '`' );
await pressKeyWithModifier( 'ctrl', '`' );
await pressKeyWithModifier( 'ctrlShift', '`' );
await pressKeyWithModifier( 'ctrlShift', '`' );
await pressKeyTimes( 'Tab', 4 );
await pressKeyTimes( 'ArrowDown', 4 );
await page.waitForSelector(
Expand Down

0 comments on commit 253ecb2

Please sign in to comment.