From e39d11d0d5f8f7ffb3e9caf4c1059e0a329cbfd1 Mon Sep 17 00:00:00 2001 From: Vladimir Metnev Date: Mon, 16 Oct 2017 18:25:39 +0300 Subject: [PATCH] feat: update jest snapshots feat: update jest snapshots --- .../Footer/__snapshots__/index.test.jsx.snap | 16 +++-- .../Header/__snapshots__/index.test.jsx.snap | 67 ++++++------------- .../Sidebar/__snapshots__/index.test.jsx.snap | 58 +++++++--------- 3 files changed, 56 insertions(+), 85 deletions(-) diff --git a/src/common/components/parts/Footer/__snapshots__/index.test.jsx.snap b/src/common/components/parts/Footer/__snapshots__/index.test.jsx.snap index 45e4d158..e4c53687 100644 --- a/src/common/components/parts/Footer/__snapshots__/index.test.jsx.snap +++ b/src/common/components/parts/Footer/__snapshots__/index.test.jsx.snap @@ -1,8 +1,8 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Footer component same snapshot 1`] = ` - - + + @@ -14,7 +14,7 @@ exports[`Footer component same snapshot 1`] = ` width={12} >
Noir - Semantic.UI is cool, really. + Starter for + + blade + + bleeding-edge runners
@@ -35,6 +39,6 @@ exports[`Footer component same snapshot 1`] = `
-
-
+ + `; diff --git a/src/common/components/parts/Header/__snapshots__/index.test.jsx.snap b/src/common/components/parts/Header/__snapshots__/index.test.jsx.snap index db4ad2f9..50f82e6f 100644 --- a/src/common/components/parts/Header/__snapshots__/index.test.jsx.snap +++ b/src/common/components/parts/Header/__snapshots__/index.test.jsx.snap @@ -1,49 +1,26 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Header component same snapshot at Dashboard on non-mobile screen 1`] = ` - - - - Dashboard - - - - user - , - } - } - /> - } - inverted={true} - on="hover" - position="top left" - trigger={ - - - - } - /> - - + + + + + Dashboard + + + + + `; diff --git a/src/common/components/parts/Sidebar/__snapshots__/index.test.jsx.snap b/src/common/components/parts/Sidebar/__snapshots__/index.test.jsx.snap index 5dfe65a5..983de77d 100644 --- a/src/common/components/parts/Sidebar/__snapshots__/index.test.jsx.snap +++ b/src/common/components/parts/Sidebar/__snapshots__/index.test.jsx.snap @@ -1,7 +1,7 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Sidebar component same snapshot if Sidebar is open and it is on mobile screen 1`] = ` - - - - - + @@ -32,26 +33,28 @@ exports[`Sidebar component same snapshot if Sidebar is open and it is on mobile /> Dashboard - - + - Users - - + Github - - + @@ -73,23 +77,9 @@ exports[`Sidebar component same snapshot if Sidebar is open and it is on mobile /> Auth - - - - - User - - - + + Logout - - + + `;