From 2e12fad821cb40f1ab7d035c35eb14ec6c0fc55b Mon Sep 17 00:00:00 2001 From: Miguel Alatzar Date: Tue, 29 Oct 2019 06:22:48 -0700 Subject: [PATCH] Fix failing snapshot tests (#3486) --- .../post_header/__snapshots__/post_header.test.js.snap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/components/post_header/__snapshots__/post_header.test.js.snap b/app/components/post_header/__snapshots__/post_header.test.js.snap index 8a06a9d70..c37b24749 100644 --- a/app/components/post_header/__snapshots__/post_header.test.js.snap +++ b/app/components/post_header/__snapshots__/post_header.test.js.snap @@ -141,6 +141,7 @@ exports[`PostHeader should match snapshot when post is autoresponder 1`] = ` "dndIndicator": "#f74343", "errorTextColor": "#fd5960", "linkColor": "#2389d7", + "mentionBg": "#ffffff", "mentionBj": "#ffffff", "mentionColor": "#145dbf", "mentionHighlightBg": "#ffe577", @@ -315,6 +316,7 @@ exports[`PostHeader should match snapshot when post isBot and shouldRenderReplyB "dndIndicator": "#f74343", "errorTextColor": "#fd5960", "linkColor": "#2389d7", + "mentionBg": "#ffffff", "mentionBj": "#ffffff", "mentionColor": "#145dbf", "mentionHighlightBg": "#ffe577",