Skip to content

Commit

Permalink
update e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Sep 20, 2024
1 parent 021275c commit dfa250a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/e2e/specs/site-editor/style-book.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ test.describe( 'Style Book', () => {
test( 'should have tabs containing block examples', async ( { page } ) => {
await expect( page.locator( 'role=tab[name="Text"i]' ) ).toBeVisible();
await expect( page.locator( 'role=tab[name="Media"i]' ) ).toBeVisible();
await expect(
page.locator( 'role=tab[name="Design"i]' )
).toBeVisible();
await expect(
page.locator( 'role=tab[name="Widgets"i]' )
).toBeVisible();
Expand Down

0 comments on commit dfa250a

Please sign in to comment.