diff --git a/test/e2e/specs/editor/various/block-deletion.spec.js b/test/e2e/specs/editor/various/block-deletion.spec.js index 3c57dbc7a10ef..402d179963210 100644 --- a/test/e2e/specs/editor/various/block-deletion.spec.js +++ b/test/e2e/specs/editor/various/block-deletion.spec.js @@ -8,7 +8,7 @@ test.describe( 'Block deletion', () => { await admin.createNewPost(); } ); - test( 'deleting last block via its options menu', async ( { + test( 'deleting the last block via its options menu', async ( { editor, page, } ) => { @@ -62,7 +62,7 @@ test.describe( 'Block deletion', () => { ] ); } ); - test( 'deleting last block via the keyboard shortcut', async ( { + test( 'deleting the last block via the keyboard shortcut', async ( { editor, page, pageUtils, @@ -110,7 +110,7 @@ test.describe( 'Block deletion', () => { ] ); } ); - test( 'deleting last block via backspace from an empty paragraph', async ( { + test( 'deleting the last block via backspace from an empty paragraph', async ( { editor, page, } ) => { @@ -197,7 +197,7 @@ test.describe( 'Block deletion', () => { ] ); } ); - test( 'deleting last two selected blocks via backspace', async ( { + test( 'deleting the last two selected blocks via backspace', async ( { editor, page, pageUtils,