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,
|
component: ChatTextField,
|
||||||
parameters: {
|
parameters: {
|
||||||
fetchMock: mocks,
|
fetchMock: mocks,
|
||||||
chromatic: { diffThreshold: 0.88 },
|
chromatic: { diffThreshold: 0.9 },
|
||||||
|
|
||||||
design: {
|
design: {
|
||||||
type: 'image',
|
type: 'image',
|
||||||
|
@ -133,6 +133,9 @@ export const Online: typeof Template = Template.bind({});
|
|||||||
Online.args = {
|
Online.args = {
|
||||||
ServerStatusServiceMock: OnlineServerStatusServiceMock,
|
ServerStatusServiceMock: OnlineServerStatusServiceMock,
|
||||||
};
|
};
|
||||||
|
Online.parameters = {
|
||||||
|
chromatic: { diffThreshold: 0.88 },
|
||||||
|
};
|
||||||
|
|
||||||
export const OnlineMobile: typeof Template = Online.bind({});
|
export const OnlineMobile: typeof Template = Online.bind({});
|
||||||
OnlineMobile.args = {
|
OnlineMobile.args = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user