mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
chore: allow 3px of difference in SC visual tests (#31972)
This commit is contained in:
parent
a05b359c28
commit
7738be32ec
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user