From 3a15f99a040afa3e2523fcb8910c29f576bc69ef Mon Sep 17 00:00:00 2001 From: scruffian Date: Fri, 8 Dec 2023 20:27:07 +0000 Subject: [PATCH] update message --- test/e2e/specs/site-editor/block-removal.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/specs/site-editor/block-removal.spec.js b/test/e2e/specs/site-editor/block-removal.spec.js index cecf7a8f31dbb..27d3762364b44 100644 --- a/test/e2e/specs/site-editor/block-removal.spec.js +++ b/test/e2e/specs/site-editor/block-removal.spec.js @@ -35,7 +35,7 @@ test.describe( 'Site editor block removal prompt', () => { // Expect the block removal prompt to have appeared await expect( page.getByText( - 'Post or page content will not be displayed if you delete this block.' + 'Post or page content will not be displayed if you delete these blocks.' ) ).toBeVisible(); } );