Skip to content

Commit

Permalink
perf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Dec 4, 2024
1 parent c9492ac commit a2b340d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e/specs/site-editor/template-registration.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,7 @@ test.describe( 'Block template registration', () => {
.getByLabel( 'Dismiss this notice' )
.getByText( `"Author: Admin" reset.` );
await page.getByPlaceholder( 'Search' ).fill( 'Author: admin' );
await page
.locator( '.fields-title-field', { hasText: 'Author: Admin' } )
.click();
await page.getByRole( 'button', { name: 'Author: Admin' } ).click();
const actions = page.getByLabel( 'Actions' );
await actions.first().click();
await page.getByRole( 'menuitem', { name: 'Reset' } ).click();
Expand Down

0 comments on commit a2b340d

Please sign in to comment.