From db2b4c946af040b5051b3583d977ce38f837e3e2 Mon Sep 17 00:00:00 2001 From: Davide Mininni Date: Mon, 11 Dec 2023 15:08:39 +0100 Subject: [PATCH] fix: chromatic (to be tested) --- src/components/image/image.stories.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/image/image.stories.ts b/src/components/image/image.stories.ts index 055bb7fa67b..8130bd4c391 100644 --- a/src/components/image/image.stories.ts +++ b/src/components/image/image.stories.ts @@ -208,7 +208,7 @@ export const NoCaptionNoRadius: StoryObj = { const meta: Meta = { decorators: [(story) => html`
${story()}
`], parameters: { - chromatic: { diffThreshold: 0.25, delay: 10000 }, + chromatic: { diffThreshold: 1, delay: 10000 }, docs: { extractComponentDescription: () => readme, },