FIX snapshots

This commit is contained in:
Norbert de Langen 2018-10-23 16:00:50 +02:00
parent 78299c6efe
commit c67abf8dbe
No known key found for this signature in database
GPG Key ID: 976651DA156C2825
2 changed files with 12 additions and 0 deletions

View File

@ -23,9 +23,11 @@ exports[`Storyshots UI|stories/StoriesPanel default 1`] = `
class="css-79elbk eg9vth70"
>
<input
autocomplete="off"
class="css-1yhj4t5 eg9vth71"
name="filter-text"
placeholder="Filter"
spellcheck="false"
type="text"
value=""
/>
@ -56,9 +58,11 @@ exports[`Storyshots UI|stories/StoriesPanel storiesHierarchies exists but is emp
class="css-79elbk eg9vth70"
>
<input
autocomplete="off"
class="css-1yhj4t5 eg9vth71"
name="filter-text"
placeholder="Filter"
spellcheck="false"
type="text"
value=""
/>
@ -89,9 +93,11 @@ exports[`Storyshots UI|stories/StoriesPanel when open on mobile device 1`] = `
class="css-79elbk eg9vth70"
>
<input
autocomplete="off"
class="css-1yhj4t5 eg9vth71"
name="filter-text"
placeholder="Filter"
spellcheck="false"
type="text"
value=""
/>
@ -122,9 +128,11 @@ exports[`Storyshots UI|stories/StoriesPanel with storiesHierarchies prop 1`] = `
class="css-79elbk eg9vth70"
>
<input
autocomplete="off"
class="css-1yhj4t5 eg9vth71"
name="filter-text"
placeholder="Filter"
spellcheck="false"
type="text"
value=""
/>

View File

@ -5,9 +5,11 @@ exports[`Storyshots UI|stories/TextFilter with filterText 1`] = `
class="css-79elbk eg9vth70"
>
<input
autocomplete="off"
class="css-1yhj4t5 eg9vth71"
name="filter-text"
placeholder="Filter"
spellcheck="false"
type="text"
value="Filter Text"
/>
@ -24,9 +26,11 @@ exports[`Storyshots UI|stories/TextFilter without filterText 1`] = `
class="css-79elbk eg9vth70"
>
<input
autocomplete="off"
class="css-1yhj4t5 eg9vth71"
name="filter-text"
placeholder="Filter"
spellcheck="false"
type="text"
value=""
/>