mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:41:17 +08:00
FIX snapshots
This commit is contained in:
parent
78299c6efe
commit
c67abf8dbe
@ -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=""
|
||||
/>
|
||||
|
@ -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=""
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user