chore: allow 3px of difference in SC visual tests (#31972)
This commit is contained in:
@@ -81,7 +81,10 @@ export default defineConfig({
|
||||
configDir: path.join(dirname, ".storybook"),
|
||||
storybookScript: "storybook --ci",
|
||||
}),
|
||||
storybookVis({}),
|
||||
storybookVis({
|
||||
// 3px of difference allowed before marking as failed
|
||||
failureThreshold: 3,
|
||||
}),
|
||||
],
|
||||
test: {
|
||||
name: "storybook",
|
||||
|
||||
Reference in New Issue
Block a user