Skip to content

Commit

Permalink
Addressed locator feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
alvitazwar committed Oct 24, 2022
1 parent bde69de commit ed80952
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/e2e/specs/site-editor/site-editor-inserter.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ test.describe( 'Site Editor Inserter', () => {
page,
} ) => {
await page.click( 'role=button[name="Toggle block inserter"i]' );
await page
.locator( '.edit-site-editor__inserter-panel' )
.waitFor( { state: 'visible' } );
await expect(
page.locator( 'role=region[name="Block Library"i]' )
).toBeVisible();
Expand Down

0 comments on commit ed80952

Please sign in to comment.