Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Dec 8, 2023
1 parent d61110a commit 3a15f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/site-editor/block-removal.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
} );
Expand Down

0 comments on commit 3a15f99

Please sign in to comment.