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 {
|
||||
title: 'owncast/Components/Header Logo',
|
||||
component: OwncastLogo,
|
||||
parameters: {},
|
||||
parameters: {
|
||||
chromatic: { diffThreshold: 0.8 },
|
||||
},
|
||||
} as ComponentMeta<typeof OwncastLogo>;
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
|
@ -5,7 +5,9 @@ import { Logo } from '../components/ui/Logo/Logo';
|
||||
export default {
|
||||
title: 'owncast/Components/Page Logo',
|
||||
component: Logo,
|
||||
parameters: {},
|
||||
parameters: {
|
||||
chromatic: { diffThreshold: 0.8 },
|
||||
},
|
||||
} as ComponentMeta<typeof Logo>;
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
|
Loading…
x
Reference in New Issue
Block a user