Skip to content

Commit

Permalink
Some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Nov 20, 2024
1 parent 8148578 commit 8ad3ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/test-helpers/storybook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function visit(page: Page, options: Options) {

await page.goto(url.toString())
await page.waitForSelector('body.sb-show-main:not(.sb-show-preparing-story)')
await page.waitForSelector('#storybook-root > *')
await page.waitForSelector('#storybook-root > *', {state: 'attached'})

await waitForImages(page)
}
Expand Down

0 comments on commit 8ad3ae2

Please sign in to comment.