Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Aug 31, 2022
1 parent eec718b commit 3d6e7eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ describe( 'Writing Flow', () => {
// Create the table.
await page.keyboard.press( 'Space' );
// Navigate to the second cell.
await page.waitForSelector( 'table' );
await page.keyboard.press( 'ArrowRight' );
await page.keyboard.type( '2' );
// Confirm correct setup.
Expand Down

0 comments on commit 3d6e7eb

Please sign in to comment.