Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 4, 2020
1 parent b0f76c5 commit c164f19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ describe( 'adding blocks', () => {
)
);
await page.keyboard.type( 'para' );
await pressKeyTimes( 'Tab', 4 );
await pressKeyTimes( 'Tab', 2 );
await page.keyboard.press( 'Enter' );
await page.keyboard.type( 'Second paragraph' );

Expand Down

0 comments on commit c164f19

Please sign in to comment.