Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Nov 28, 2019
1 parent 635f3f3 commit 27bee6b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ describe( 'Reusable Blocks', () => {
// Tab three times to navigate to the block's content
await page.keyboard.press( 'Tab' );
await page.keyboard.press( 'Tab' );

// Quickly focus the paragraph block
await page.keyboard.press( 'Escape' ); // Enter navigation mode
await page.keyboard.press( 'Enter' ); // Enter edit mode

// Change the block's content
Expand Down

0 comments on commit 27bee6b

Please sign in to comment.