Tests updated

This commit is contained in:
Belen Curcio
2018-08-17 11:45:57 -03:00
parent 310f250212
commit fb2af720ed
3 changed files with 3 additions and 7 deletions
@@ -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=""
/>