Skip to content

Commit

Permalink
fix playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera committed May 30, 2023
1 parent 034680d commit 3b39e93
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 @@ -103,7 +103,7 @@ test.describe( 'Links', () => {

// Edit link.
await pageUtils.pressKeys( 'primary+k' );
await pageUtils.pressKeys( 'primary+a' );
await page.getByPlaceholder( 'Search or type url' ).fill( '' );
await page.keyboard.type( 'wordpress.org' );

// Update the link.
Expand Down

0 comments on commit 3b39e93

Please sign in to comment.