mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 14:27:59 +08:00
Updated snapshots
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user