Skip to content

Commit

Permalink
change selector for search
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Apr 30, 2024
1 parent 8b9bcf5 commit 43cea9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/performance/specs/post-editor.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ test.describe( 'Post Editor Performance', () => {
// Open Inserter.
await globalInserterToggle.click();

await page.getByPlaceholder( 'Search' ).click();
await page.getByRole( 'searchbox' ).click();

await perfUtils.expectExpandedState( globalInserterToggle, 'true' );

Expand Down

0 comments on commit 43cea9c

Please sign in to comment.