Skip to content

Commit

Permalink
e2e for quote: update paragraph representation
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Apr 20, 2022
1 parent 20c16ea commit 99ab603
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/specs/editor/blocks/quote.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ test.describe( 'adding a quote', () => {
const content = await pageUtils.getEditedPostContent();
expect( content ).toBe(
`<!-- wp:quote -->
<blockquote class="wp-block-quote"><p>Quote content</p></blockquote>
<blockquote class="wp-block-quote"><!-- wp:paragraph -->
<p>Quote content</p>
<!-- /wp:paragraph --></blockquote>
<!-- /wp:quote -->`
);
} );
Expand Down

0 comments on commit 99ab603

Please sign in to comment.