Increase diffThreshold again for chat text field UI test

This commit is contained in:
Gabe Kangas
2023-02-26 15:44:12 -08:00
parent 61ca42cc18
commit b1cc8c6f12

View File

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