diff --git a/examples/official-storybook/image-snapshots/storyshots-image.runner.js b/examples/official-storybook/image-snapshots/storyshots-image.runner.js index 216108be9df..453167bf938 100644 --- a/examples/official-storybook/image-snapshots/storyshots-image.runner.js +++ b/examples/official-storybook/image-snapshots/storyshots-image.runner.js @@ -24,7 +24,7 @@ if (!fs.existsSync(pathToStorybookStatic)) { test: imageSnapshot({ storybookUrl: `file://${pathToStorybookStatic}`, getMatchOptions: () => ({ - failureThreshold: 0.01, // 1% threshold, + failureThreshold: 0.06, // 6% threshold, failureThresholdType: 'percent', }), beforeScreenshot: (page, { context }) => {