Skip to content

Commit

Permalink
Add e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Nov 5, 2023
1 parent 195d685 commit 7e19f3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/specs/site-editor/hybrid-theme.spec.js
Expand Up @@ -47,5 +47,9 @@ test.describe( 'Hybrid theme', () => {
name: 'Block: Site Title',
} )
).toBeVisible();

await expect(
page.locator( 'role=dialog[name="Welcome to the site editor"i]' )
).toBeHidden();
} );
} );

0 comments on commit 7e19f3d

Please sign in to comment.