diff --git a/.storybook/test-runner.ts b/.storybook/test-runner.ts index 109d19233..e3297cf8f 100644 --- a/.storybook/test-runner.ts +++ b/.storybook/test-runner.ts @@ -6,7 +6,7 @@ const config: TestRunnerConfig = { expect.extend({ toMatchImageSnapshot }) }, async postVisit(page, context) { - await waitForPageReady(page); + // await waitForPageReady(page); const image = await page.screenshot({ fullPage: true }); expect(image).toMatchImageSnapshot({ customSnapshotIdentifier: context.id,