Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Nov 1, 2024
1 parent 4ffaa12 commit ab29ee4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions e2e/global.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ setup("remove Storybook 'what's new' popup", async ({ page }) => {

await page.getByRole('link', { name: 'Keep floating' }).isVisible();

console.log(
'🔎 Log ~ setup ~ await page.isVisible("text=Learn whats new in Storybook"):',
await page.isVisible("text='Learn what's new in Storybook'"),
);

if (await page.isVisible("text='Learn what's new in Storybook'")) {
await page.getByRole('button', { name: 'Dismiss notification' }).click();
}
Expand Down

0 comments on commit ab29ee4

Please sign in to comment.