From dfad77b33cfe542458d749ee44de65068672d908 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Thu, 14 Feb 2019 15:14:14 +0100 Subject: [PATCH] FIX snapshots --- .../__snapshots__/storyshots.test.js.snap | 15 +++ .../__snapshots__/panel.stories.storyshot | 116 ++++++++---------- 2 files changed, 69 insertions(+), 62 deletions(-) diff --git a/examples/official-storybook/tests/__snapshots__/storyshots.test.js.snap b/examples/official-storybook/tests/__snapshots__/storyshots.test.js.snap index 909aa2542fd..f3f40f8d412 100644 --- a/examples/official-storybook/tests/__snapshots__/storyshots.test.js.snap +++ b/examples/official-storybook/tests/__snapshots__/storyshots.test.js.snap @@ -2123,6 +2123,21 @@ exports[`Storyshots Core|Parameters passed to story 1`] = ` "type": "tablet" } }, + "backgrounds": [ + { + "name": "storybook app", + "value": "#F6F9FC", + "default": true + }, + { + "name": "light", + "value": "#eeeeee" + }, + { + "name": "dark", + "value": "#222222" + } + ], "globalParameter": "globalParameter", "chapterParameter": "chapterParameter", "storyParameter": "storyParameter", diff --git a/lib/ui/src/components/panel/__snapshots__/panel.stories.storyshot b/lib/ui/src/components/panel/__snapshots__/panel.stories.storyshot index 12a04a490c5..bbc7fb4ce3b 100644 --- a/lib/ui/src/components/panel/__snapshots__/panel.stories.storyshot +++ b/lib/ui/src/components/panel/__snapshots__/panel.stories.storyshot @@ -208,79 +208,75 @@ exports[`Storyshots UI|Panel default 1`] = ` }
-
- - -
-
-
-
- TEST 2 -
+ + + + + +
+
+
+
+ TEST 2
@@ -299,16 +295,12 @@ exports[`Storyshots UI|Panel no panels 1`] = ` }
-
- Nothing found -
+ Nothing found
`;