Updated snapshots

This commit is contained in:
Belén Curcio
2018-08-22 10:11:37 -03:00
parent 6fa28d6410
commit 21cad87ffd
4 changed files with 19 additions and 21 deletions
@@ -3,7 +3,7 @@
exports[`renders correctly 1`] = `
<React.Fragment>
<Popup
features="menubar=0,resizable=0,width=350,height=600,top=200,left=500"
features="menubar=0,resizable=0,width=350,height=720,top=200,left=500"
focus={false}
href="/auth.html?view=SIGN_IN"
onBlur={[Function]}
@@ -25,6 +25,7 @@ exports[`works with multiple form components 1`] = `
<input
className="TextField-root TextField-colorRegular"
placeholder=""
type="text"
/>
</div>
`;
@@ -1,25 +1,21 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders correctly 1`] = `
<div
className="Spinner-root"
<svg
className="Spinner-spinner"
height="40px"
viewBox="0 0 66 66"
width="40px"
xmlns="http://www.w3.org/2000/svg"
>
<svg
className="Spinner-spinner"
height="40px"
viewBox="0 0 66 66"
width="40px"
xmlns="http://www.w3.org/2000/svg"
>
<circle
className="Spinner-path"
cx="33"
cy="33"
fill="none"
r="30"
strokeLinecap="round"
strokeWidth="6"
/>
</svg>
</div>
<circle
className="Spinner-path"
cx="33"
cy="33"
fill="none"
r="30"
strokeLinecap="round"
strokeWidth="6"
/>
</svg>
`;
@@ -5,5 +5,6 @@ exports[`renders correctly 1`] = `
className="TextField-root TextField-colorRegular custom"
defaultValue="Hello World"
placeholder=""
type="text"
/>
`;