Skip to content

Commit

Permalink
Fix preformatted merge e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Sep 14, 2023
1 parent c574fec commit b7eaeca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!-- wp:preformatted -->
<pre class="wp-block-preformatted">1
2

3</pre>
<!-- /wp:preformatted -->
1 change: 0 additions & 1 deletion test/e2e/specs/editor/blocks/preformatted.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ test.describe( 'Preformatted', () => {
await page.keyboard.type( '1' );
await page.keyboard.press( 'Enter' );
await page.keyboard.type( '2' );
await page.keyboard.press( 'Enter' );
await editor.insertBlock( { name: 'core/paragraph' } );
await page.keyboard.type( '3' );
await page.keyboard.press( 'ArrowLeft' );
Expand Down

0 comments on commit b7eaeca

Please sign in to comment.