Skip to content

Commit

Permalink
fix: test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
akash3gtm committed Mar 6, 2024
1 parent 59e5067 commit 95df0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/storybook/tests/example.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for (const [key, value] of Object.entries(testData)) {
)}`, async ({ page }, testinfo) => {
await page.goto(storybookUrl);
if (overlay) await page.waitForTimeout(300);
testinfo.snapshotSuffix = '';
testinfo.snapshotSuffix = '-darwin';
expect(await page.screenshot()).toMatchSnapshot();
});

Expand Down

0 comments on commit 95df0a6

Please sign in to comment.