Skip to content

Commit

Permalink
Test e2e fix createAndReselectLink util
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Jan 23, 2024
1 parent 4892384 commit 28062a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/specs/editor/blocks/links.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1260,6 +1260,8 @@ class LinkUtils {

// Click on the Submit button.
await this.pageUtils.pressKeys( 'Enter' );
await this.pageUtils.pressKeys( 'Escape' );
await this.pageUtils.pressKeys( 'End' );

// Reselect the link.
await this.pageUtils.pressKeys( 'shiftAlt+ArrowLeft' );
Expand Down

0 comments on commit 28062a3

Please sign in to comment.