Skip to content

Commit

Permalink
fix: update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
willopez committed Jul 18, 2018
1 parent 7c81729 commit 8f9d6cf
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`render email address of a guest 1`] = `
.c0 {
color: #3c3c3c;
font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,sans-serif;
font-size: 14px;
}
.c1 {
font-weight: 700;
}
<div
className="c0"
>
<span
className="c1"
>
guest.email@example.com
</span>
</div>
`;

exports[`render email address of a user with an account 1`] = `
.c0 {
color: #3c3c3c;
font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,sans-serif;
font-size: 14px;
}
.c1 {
font-weight: 700;
}
<div
className="c0"
>
Signed in as
<span
className="c1"
>
account.email@example.com
</span>
</div>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

exports[`render Top Hat with message 1`] = `
.c0 {
font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,sans-serif;
background-color: #f5f5f5;
display: -webkit-box;
display: -webkit-flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ exports[`basic snapshot 1`] = `
</g>
</svg>
<span
className="MuiTouchRipple-root-34"
className="MuiTouchRipple-root-33"
/>
</button>
</div>
<input
aria-invalid={false}
aria-required={false}
autoComplete={undefined}
autoFocus={undefined}
className="MuiInput-input-16 QuantityInput-quantityInput-3"
Expand Down Expand Up @@ -115,7 +116,7 @@ exports[`basic snapshot 1`] = `
</g>
</svg>
<span
className="MuiTouchRipple-root-34"
className="MuiTouchRipple-root-33"
/>
</button>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`basic snapshot 1`] = `
<div>
.c0 {
font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,sans-serif;
font-weight: 700;
font-size: 24px;
}
<div
className="c0"
>
<img
alt="Reaction"
src="http://placehold.it/60"
Expand Down

0 comments on commit 8f9d6cf

Please sign in to comment.