fix jest test issues
This commit is contained in:
parent
eb34546c78
commit
68bd985eee
3 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
exports[`<LoginForm /> renders correctly 1`] = `
|
exports[`<LoginForm /> renders correctly 1`] = `
|
||||||
<form
|
<form
|
||||||
className="simple_form new_user"
|
className="simple_form new_user" method='post'
|
||||||
>
|
>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<div
|
<div
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
exports[`<LoginPage /> renders correctly on load 1`] = `
|
exports[`<LoginPage /> renders correctly on load 1`] = `
|
||||||
<form
|
<form
|
||||||
className="simple_form new_user"
|
className="simple_form new_user" method='post'
|
||||||
onSubmit={[Function]}
|
onSubmit={[Function]}
|
||||||
>
|
>
|
||||||
<fieldset
|
<fieldset
|
||||||
|
|
|
@ -78,6 +78,7 @@ exports[`<SimpleForm /> renders correctly 1`] = `
|
||||||
<form
|
<form
|
||||||
acceptCharset="UTF-8"
|
acceptCharset="UTF-8"
|
||||||
className="simple_form"
|
className="simple_form"
|
||||||
|
method='post'
|
||||||
onSubmit={[Function]}
|
onSubmit={[Function]}
|
||||||
/>
|
/>
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Reference in a new issue