Browse Source

Increase diffThreshold again for chat text field UI test

pull/2738/head
Gabe Kangas 2 years ago
parent
commit
b1cc8c6f12
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      web/components/chat/ChatTextField/ChatTextField.stories.tsx

2
web/components/chat/ChatTextField/ChatTextField.stories.tsx

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

Loading…
Cancel
Save