Skip to content

Commit 268fc4a

Browse files
committed
test(AnalyticalTable): increase chromatic diffThreshold
1 parent 9b8feb1 commit 268fc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.2 }
41+
chromatic: { delay: 1000, diffThreshold: 0.4 }
4242
},
4343
args: {
4444
data: dataLarge,

0 commit comments

Comments
 (0)