Skip to content

Commit

Permalink
Adjust e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Jul 5, 2021
1 parent 706d9f0 commit 2393dd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ exports[`Multi-block selection should gradually multi-select 1`] = `
<!-- wp:paragraph -->
<p>2</p>
<!-- /wp:paragraph --></div>
<!-- /wp:paragraph -->
<!-- wp:list -->
<ul><li>1</li></ul>
<!-- /wp:list --></div>
<!-- /wp:column -->
<!-- wp:column -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ describe( 'Multi-block selection', () => {
await page.keyboard.type( '1' );
await page.keyboard.press( 'Enter' );
await page.keyboard.type( '2' );
await page.keyboard.press( 'Enter' );
// Add a list
await page.keyboard.type( '/list' );
await page.keyboard.press( 'Enter' );
Expand Down

0 comments on commit 2393dd7

Please sign in to comment.