Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Aug 23, 2019
1 parent d6c1b8c commit 05e01c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/e2e-tests/specs/reusable-blocks.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ describe( 'Reusable Blocks', () => {
// Tab three times to navigate to the block's content
await page.keyboard.press( 'Tab' );
await page.keyboard.press( 'Tab' );
await page.keyboard.press( 'Enter' ); // Enter edit mode

// Change the block's content
await page.keyboard.type( 'Oh! ' );
Expand Down

0 comments on commit 05e01c9

Please sign in to comment.