Skip to content

Commit

Permalink
Update a few titles
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Feb 21, 2023
1 parent d9efae3 commit 3f02486
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/e2e/specs/editor/various/block-deletion.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
} ) => {
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
} ) => {
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 3f02486

Please sign in to comment.