Skip to content

Commit

Permalink
Fix e2e test: should not show the Link UI when selection extends beyo…
Browse files Browse the repository at this point in the history
…nd link boundary
  • Loading branch information
jeryj committed Jan 23, 2024
1 parent 28062a3 commit b94bdec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/specs/editor/blocks/links.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,9 @@ test.describe( 'Links', () => {

// Update the link.
await pageUtils.pressKeys( 'Enter' );
await pageUtils.pressKeys( 'Escape' );
await pageUtils.pressKeys( 'ArrowRight' );

// Reactivate the link.
await pageUtils.pressKeys( 'ArrowLeft' );
await pageUtils.pressKeys( 'ArrowLeft' );
Expand Down

0 comments on commit b94bdec

Please sign in to comment.