Skip to content

Commit

Permalink
KeyboardShortcuts: Update Block Locking spec to use the proper key sh…
Browse files Browse the repository at this point in the history
…ortcut
  • Loading branch information
yogeshbhutkar committed Dec 23, 2024
1 parent 33542de commit 429c7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/various/block-locking.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ test.describe( 'Block Locking', () => {
).toBeVisible();

await paragraph.click();
await pageUtils.pressKeys( 'primaryShift+Delete' );
await pageUtils.pressKeys( 'primaryShift+Backspace' );

await expect.poll( editor.getBlocks ).toMatchObject( [
{
Expand Down

0 comments on commit 429c7bd

Please sign in to comment.