Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
KeyboardShortcuts: Update Block Locking spec to use the proper key sh…
…ortcut
  • Loading branch information
yogeshbhutkar committed Dec 23, 2024
commit 429c7bd88ff339b558e13205fe66d2560fd5eb1a
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
Loading