mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 00:41:05 +08:00
chore: increase diffThreshold for snapshots of Zoom related stories
Currently the snapshots are failing 1 time out of 2 due to minor changes in font color. Also increase the delay before taking the snapshot hopping it will help to avoid false positive.
This commit is contained in:
parent
f1a1bf9f1e
commit
503ea5a3ee
@ -10,7 +10,7 @@ export default {
|
||||
},
|
||||
},
|
||||
parameters: {
|
||||
chromatic: { delay: 300 },
|
||||
chromatic: { delay: 500, diffThreshold: 0.2 },
|
||||
},
|
||||
};
|
||||
const EXAMPLE_ELEMENT = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user