Continue to bump diff threshold so UI tests do not register as changed
This commit is contained in:
parent
52e42aac61
commit
b5cc183a3c
@ -33,7 +33,7 @@ export default {
|
||||
component: ChatTextField,
|
||||
parameters: {
|
||||
fetchMock: mocks,
|
||||
chromatic: { diffThreshold: 0.88 },
|
||||
chromatic: { diffThreshold: 0.9 },
|
||||
|
||||
design: {
|
||||
type: 'image',
|
||||
|
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user