Skip to content

Commit

Permalink
Uncomment waitForPageReady
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Mar 26, 2024
1 parent d2b580e commit b28bcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/test-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async function expectStoryToMatchSnapshot(
check = expectStoryToMatchComponentSnapshot
}

// await waitForPageReady(page)
await waitForPageReady(page)

await page.evaluate((layout: string) => {
// Stop all animations for consistent snapshots, and adjust other styles
Expand Down

0 comments on commit b28bcc6

Please sign in to comment.