From b1cc8c6f1252ba3a2a4477cd87aec11a5ea9b5eb Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 26 Feb 2023 15:44:12 -0800 Subject: [PATCH] Increase diffThreshold again for chat text field UI test --- 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 d08a443ecc..b0f2ea4a91 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.85 }, + chromatic: { diffThreshold: 0.88 }, design: { type: 'image',