mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Increase change threshold for Chromatic UI tests
This commit is contained in:
parent
543218f12b
commit
0def4fe66a
@ -5,7 +5,9 @@ import { OwncastLogo } from './OwncastLogo';
|
|||||||
export default {
|
export default {
|
||||||
title: 'owncast/Components/Header Logo',
|
title: 'owncast/Components/Header Logo',
|
||||||
component: OwncastLogo,
|
component: OwncastLogo,
|
||||||
parameters: {},
|
parameters: {
|
||||||
|
chromatic: { diffThreshold: 0.8 },
|
||||||
|
},
|
||||||
} as ComponentMeta<typeof OwncastLogo>;
|
} as ComponentMeta<typeof OwncastLogo>;
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
|
|||||||
@ -5,7 +5,9 @@ import { Logo } from '../components/ui/Logo/Logo';
|
|||||||
export default {
|
export default {
|
||||||
title: 'owncast/Components/Page Logo',
|
title: 'owncast/Components/Page Logo',
|
||||||
component: Logo,
|
component: Logo,
|
||||||
parameters: {},
|
parameters: {
|
||||||
|
chromatic: { diffThreshold: 0.8 },
|
||||||
|
},
|
||||||
} as ComponentMeta<typeof Logo>;
|
} as ComponentMeta<typeof Logo>;
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user