Skip to content

Commit

Permalink
Updated snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tbleckert committed Nov 13, 2022
1 parent 46d4396 commit 9bda014
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion __tests__/__snapshots__/storybook.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ exports[`Storyshots Custom Font Example 1`] = `
<input
autoComplete="on"
className="select-search-input"
defaultValue="Roboto"
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
Expand Down Expand Up @@ -5176,6 +5175,21 @@ exports[`Storyshots Misc Numeric Values 1`] = `
</div>
`;

exports[`Storyshots Misc State Options 1`] = `
<div
className="select-search-container select-search-is-multiple"
>
<div
className="select-search-select"
onMouseDown={[Function]}
>
<ul
className="select-search-options"
/>
</div>
</div>
`;

exports[`Storyshots Multiple Default 1`] = `
<div
className="select-search-container select-search-is-multiple"
Expand Down

0 comments on commit 9bda014

Please sign in to comment.