From 9f735d3c5de425da974475b480d5ea568d9ee9d0 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 12 Feb 2023 17:11:58 -0800 Subject: [PATCH] Increase diff threshold for UI test. Hopefully helps #2629 --- web/components/chat/ChatTextField/ChatTextField.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/chat/ChatTextField/ChatTextField.stories.tsx b/web/components/chat/ChatTextField/ChatTextField.stories.tsx index f2e6ac5d0..6ef1bd417 100644 --- a/web/components/chat/ChatTextField/ChatTextField.stories.tsx +++ b/web/components/chat/ChatTextField/ChatTextField.stories.tsx @@ -33,7 +33,7 @@ export default { component: ChatTextField, parameters: { fetchMock: mocks, - chromatic: { diffThreshold: 0.8 }, + chromatic: { diffThreshold: 0.83 }, design: { type: 'image',