Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Feb 14, 2024
1 parent 3e8d9df commit a6043b1
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 @@ -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,
Expand Down

0 comments on commit a6043b1

Please sign in to comment.