Skip to content

Commit

Permalink
Update e2e test for block bindings on Button block
Browse files Browse the repository at this point in the history
  • Loading branch information
stokesman committed Jun 19, 2024
1 parent 504102d commit 47d9360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/specs/editor/various/block-bindings.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2010,6 +2010,7 @@ test.describe( 'Block bindings', () => {
} )
.getByRole( 'textbox' );
await buttonBlock.click();
await pageUtils.pressKeys( 'Meta+k' );
await page
.getByRole( 'button', { name: 'Edit link', exact: true } )
.click();
Expand Down

0 comments on commit 47d9360

Please sign in to comment.