Skip to content

Commit

Permalink
Fix createAndReselect test util
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Jan 24, 2024
1 parent 76b89d3 commit 196d888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/blocks/links.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ class LinkUtils {
await this.pageUtils.pressKeys( 'shiftAlt+ArrowLeft' );

// Click on the Link button.
await this.page.getByRole( 'button', { name: 'Link' } ).click();
await this.pageUtils.pressKeys( 'primary+k' );

// Type a URL.
await this.page.keyboard.type( 'https://wordpress.org/gutenberg' );
Expand Down

0 comments on commit 196d888

Please sign in to comment.