Skip to content

Commit a414f58

Browse files
authored
test(AnalyticalTable): increase diffThreshold for chromatic snapshots (#4566)
1 parent bc5c5ed commit a414f58

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

0 commit comments

Comments
 (0)