Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenM committed Dec 22, 2019
1 parent 9c3677a commit 5f942a2
Showing 1 changed file with 0 additions and 76 deletions.
76 changes: 0 additions & 76 deletions app/tests/__snapshots__/storybook.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3322,82 +3322,6 @@ exports[`Storyshots Design|Organisms/Header Default Header 1`] = `
</div>
`;

exports[`Storyshots Design|Organisms/HomeHero Default Story 1`] = `
<div>
<div
style={
Object {
"position": "relative",
"zIndex": 0,
}
}
>
<div
className="Hero__StyledJumbotron-sc-1ele3ck-0 inIFwD hero jumbotron jumbotron-fluid"
>
<div
className="h-100 container"
>
<div
className="h-100 row"
>
<div
className="pb-3 my-auto col-6"
>
<h1
className="Title-sc-3abvrr-0 Hero__HeroTitle-sc-1ele3ck-1 bVtUDZ mb-0 font-weight-bold display-1 mb-0 font-weight-bold"
color="#fefefe"
size={1}
>
NEW ARRIVALS
</h1>
</div>
</div>
<div
className="row"
>
<div
className="py-3 col-3"
>
<button
className="btn btn-outline-light btn-lg"
disabled={false}
onClick={[Function]}
type="button"
>
Shop Now
</button>
</div>
</div>
</div>
</div>
</div>
<button
className="info__show-button"
onClick={[Function]}
style={
Object {
"background": "#027ac5",
"border": "none",
"borderRadius": "0 0 0 5px",
"color": "#fff",
"cursor": "pointer",
"display": "block",
"fontFamily": "sans-serif",
"fontSize": "12px",
"padding": "5px 15px",
"position": "fixed",
"right": 0,
"top": 0,
}
}
type="button"
>
Show Info
</button>
</div>
`;

exports[`Storyshots Design|Organisms/SocialBar With Dynamic Variables 1`] = `
<div>
<div
Expand Down

0 comments on commit 5f942a2

Please sign in to comment.