0

Continue to bump diff threshold so UI tests do not register as changed

This commit is contained in:
Gabe Kangas 2023-03-08 14:49:44 -08:00
parent 52e42aac61
commit b5cc183a3c
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
2 changed files with 4 additions and 1 deletions

View File

@ -33,7 +33,7 @@ export default {
component: ChatTextField,
parameters: {
fetchMock: mocks,
chromatic: { diffThreshold: 0.88 },
chromatic: { diffThreshold: 0.9 },
design: {
type: 'image',

View File

@ -133,6 +133,9 @@ export const Online: typeof Template = Template.bind({});
Online.args = {
ServerStatusServiceMock: OnlineServerStatusServiceMock,
};
Online.parameters = {
chromatic: { diffThreshold: 0.88 },
};
export const OnlineMobile: typeof Template = Online.bind({});
OnlineMobile.args = {