Skip to content

Commit

Permalink
Adjust more tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Sep 19, 2024
1 parent 98f59da commit 7c5dc4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/specs/editor/blocks/links.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ test.describe( 'Links', () => {

await expect(
page.getByRole( 'combobox', {
name: 'Link',
name: 'Search or type URL',
} )
).toHaveValue( '' );
} );
Expand Down Expand Up @@ -393,7 +393,7 @@ test.describe( 'Links', () => {
await pageUtils.pressKeys( 'primary+k' );

const urlInput = page.getByRole( 'combobox', {
name: 'Link',
name: 'Search or type URL',
} );

// Expect the "Link" combobox to be visible and focused
Expand Down Expand Up @@ -498,7 +498,7 @@ test.describe( 'Links', () => {

await expect(
linkPopover.getByRole( 'combobox', {
name: 'Link',
name: 'Search or type URL',
} )
).toHaveValue( URL );

Expand Down

0 comments on commit 7c5dc4e

Please sign in to comment.