Skip to content

Commit 8c4cf6d

Browse files
committed
test(AnalyticalTable & SplitterLayout): increase chromatic diffThreshold
1 parent 0ca3ee7 commit 8c4cf6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/main/src/components/AnalyticalTable/AnalyticalTable.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const meta = {
3838
title: 'Data Display / AnalyticalTable',
3939
component: AnalyticalTable,
4040
parameters: {
41-
chromatic: { delay: 1000, diffThreshold: 0.4 }
41+
chromatic: { delay: 1000, diffThreshold: 0.5 }
4242
},
4343
args: {
4444
data: dataLarge,

packages/main/src/components/SplitterLayout/SplitterLayout.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const meta = {
1313
},
1414
args: { style: { width: isChromatic ? '1200px' : '100%', height: '800px' } },
1515
parameters: {
16-
chromatic: { delay: 1000, diffThreshold: 0.3 }
16+
chromatic: { delay: 1000, diffThreshold: 0.4 }
1717
}
1818
} satisfies Meta<typeof SplitterLayout>;
1919

0 commit comments

Comments
 (0)