From 6f950f5b0076ce166a9312490819424f0402e925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= <583546+oandregal@users.noreply.github.com> Date: Wed, 20 Apr 2022 14:49:17 +0200 Subject: [PATCH] e2e for quote: update paragraph representation --- test/e2e/specs/editor/blocks/quote.spec.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/e2e/specs/editor/blocks/quote.spec.js b/test/e2e/specs/editor/blocks/quote.spec.js index b526182cb22847..2dc2d910986ae7 100644 --- a/test/e2e/specs/editor/blocks/quote.spec.js +++ b/test/e2e/specs/editor/blocks/quote.spec.js @@ -22,7 +22,9 @@ test.describe( 'adding a quote', () => { const content = await pageUtils.getEditedPostContent(); expect( content ).toBe( ` -
+Quote content
+` ); } );Quote content
+