mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Additional difThreshold tweaks for UI tests comparison
This commit is contained in:
parent
6214f2543d
commit
a3e10152c8
@ -109,6 +109,9 @@ const Template: ComponentStory<typeof Main> = ({
|
||||
);
|
||||
|
||||
export const OfflineDesktop: typeof Template = Template.bind({});
|
||||
OfflineDesktop.parameters = {
|
||||
chromatic: { diffThreshold: 0.88 },
|
||||
};
|
||||
|
||||
export const OfflineMobile: typeof Template = Template.bind({});
|
||||
OfflineMobile.args = {
|
||||
|
@ -262,7 +262,7 @@ export default {
|
||||
title: 'owncast/Components/Followers/Followers collection',
|
||||
component: FollowerCollection,
|
||||
parameters: {
|
||||
chromatic: { diffThreshold: 0.83 },
|
||||
chromatic: { diffThreshold: 0.86 },
|
||||
},
|
||||
} as ComponentMeta<typeof FollowerCollection>;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user