Skip to content

Commit

Permalink
Hopefully fix test that is passing locally but failing on github
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Jan 25, 2024
1 parent 783a378 commit abf7fcc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/e2e/specs/editor/blocks/links.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -718,11 +718,10 @@ test.describe( 'Links', () => {
await page.keyboard.press( 'Escape' );

// Move to edge of text "Gutenberg".
await pageUtils.pressKeys( 'shiftAlt+ArrowLeft' ); // If you just use Alt here it won't work on windows.
await pageUtils.pressKeys( 'ArrowLeft' );

await pageUtils.pressKeys( 'ArrowLeft' );
// Select "Gutenberg".
await pageUtils.pressKeys( 'shiftAlt+ArrowRight' );
await pageUtils.pressKeys( 'shiftAlt+ArrowLeft' ); // If you just use Alt here it won't work on windows.

// Create a link.
await pageUtils.pressKeys( 'primary+k' );
Expand Down

0 comments on commit abf7fcc

Please sign in to comment.