Skip to content

Commit

Permalink
stabilize reusable blocks test
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jan 11, 2021
1 parent e36f1b3 commit e81edb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ describe( 'Reusable blocks', () => {
);
paragraphBlock.focus();
await pressKeyWithModifier( 'primary', 'a' );
await page.keyboard.press( 'ArrowRight' );
await page.keyboard.press( 'End' );
await page.keyboard.type( ' modified' );

// Wait for async mode to dispatch the update.
Expand Down

0 comments on commit e81edb9

Please sign in to comment.