Skip to content

Commit

Permalink
Update performance test locator
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored and aaronjorbin committed May 2, 2024
1 parent 8698a6e commit cfb3b2b
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 @@ -657,7 +657,7 @@ test.describe( 'Post Editor Performance', () => {

const startTime = performance.now();

await page.getByRole( 'button', { name: 'Test' } ).click();
await page.getByText( 'Test' ).click();

await Promise.all(
testPatterns.map( async ( pattern ) => {
Expand Down

0 comments on commit cfb3b2b

Please sign in to comment.