Skip to content

Commit

Permalink
Update e2e test locator
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed May 30, 2023
1 parent dacac10 commit ec26243
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 @@ -73,7 +73,7 @@ test.describe( 'Block Locking', () => {
await page.click( 'role=checkbox[name="Lock all"]' );
await page.click( 'role=button[name="Apply"]' );

await editor.clickBlockToolbarButton( 'Unlock Paragraph' );
await editor.clickBlockToolbarButton( 'Unlock' );
await page.click( 'role=checkbox[name="Lock all"]' );
await page.click( 'role=button[name="Apply"]' );

Expand Down

0 comments on commit ec26243

Please sign in to comment.