Skip to content

Commit

Permalink
Fix: e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
up1512001 authored Dec 13, 2024
1 parent fb16d8a commit 226daa9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/e2e/specs/editor/various/writing-flow.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,8 @@ test.describe( 'Writing Flow (@firefox, @webkit)', () => {
await page.keyboard.type( 'a' );
await page.keyboard.press( 'Backspace' );
await expect.poll( editor.getEditedPostContent ).toBe( `<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li></li>
<!-- /wp:list-item --></ul>
<ul class="wp-block-list"><!-- wp:list-item /-->
</ul>
<!-- /wp:list -->` );
} );

Expand Down

0 comments on commit 226daa9

Please sign in to comment.