mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 17:03:56 +08:00
Tests updated
This commit is contained in:
@@ -6,11 +6,7 @@ exports[`renders error 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders loading 1`] = `
|
||||
<div>
|
||||
Loading
|
||||
</div>
|
||||
`;
|
||||
exports[`renders loading 1`] = `<withPropsOnChange(Spinner) />`;
|
||||
|
||||
exports[`renders stream container 1`] = `
|
||||
<Relay(StreamContainer)
|
||||
|
||||
@@ -23,7 +23,7 @@ exports[`works with multiple form components 1`] = `
|
||||
A unique identifier displayed on your comments. You may use “_” and “.”
|
||||
</p>
|
||||
<input
|
||||
className="TextField-root TextField-colorRegular TextField-fullWidth"
|
||||
className="TextField-root TextField-colorRegular"
|
||||
placeholder=""
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
exports[`renders correctly 1`] = `
|
||||
<input
|
||||
className="TextField-root TextField-colorRegular TextField-fullWidth custom"
|
||||
className="TextField-root TextField-colorRegular custom"
|
||||
defaultValue="Hello World"
|
||||
placeholder=""
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user