FIX snapshots

This commit is contained in:
Norbert de Langen 2019-02-14 15:14:14 +01:00
parent 991adb372a
commit dfad77b33c
2 changed files with 69 additions and 62 deletions

View File

@ -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",

View File

@ -207,9 +207,6 @@ exports[`Storyshots UI|Panel default 1`] = `
width: 100%;
}
<div
style="position:relative;width:800px;height:300px;margin:1rem auto;padding:20px;background:papayawhip"
>
<div
class="emotion-13"
id="storybook-panel-root"
@ -283,7 +280,6 @@ exports[`Storyshots UI|Panel default 1`] = `
</div>
</div>
</div>
</div>
`;
exports[`Storyshots UI|Panel no panels 1`] = `
@ -298,9 +294,6 @@ exports[`Storyshots UI|Panel no panels 1`] = `
font-weight: 700;
}
<div
style="position:relative;width:800px;height:300px;margin:1rem auto;padding:20px;background:papayawhip"
>
<div
class="emotion-1"
>
@ -310,5 +303,4 @@ exports[`Storyshots UI|Panel no panels 1`] = `
Nothing found
</div>
</div>
</div>
`;