Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Feb 12, 2019
1 parent 8d6e1b5 commit 06e8d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/e2e-tests/specs/splitting-merging.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe( 'splitting and merging blocks', () => {
await page.keyboard.press( 'Backspace' );
// At the moment, caret position is restored on the next call stack.
// eslint-disable-next-line no-restricted-syntax
await page.waitFor( 0 );
await page.waitFor( 1 );

// Ensure that caret position is correctly placed at the between point.
await page.keyboard.type( 'Between' );
Expand Down Expand Up @@ -65,7 +65,7 @@ describe( 'splitting and merging blocks', () => {
await page.keyboard.press( 'Backspace' );
// At the moment, caret position is restored on the next call stack.
// eslint-disable-next-line no-restricted-syntax
await page.waitFor( 0 );
await page.waitFor( 1 );

// Replace contents of first paragraph with "Bar".
await pressKeyTimes( 'Backspace', 4 );
Expand Down

0 comments on commit 06e8d7c

Please sign in to comment.