Fix jest tests for method='post' MR

This commit is contained in:
Sean King
2020-08-30 20:34:24 -06:00
parent e5de8427f1
commit 7acf9fb702
3 changed files with 6 additions and 3 deletions

View File

@ -77,7 +77,8 @@ exports[`<SelectDropdown /> renders correctly 1`] = `
exports[`<SimpleForm /> renders correctly 1`] = `
<form
acceptCharset="UTF-8"
className="simple_form" method="post"
className="simple_form"
method="post"
onSubmit={[Function]}
/>
`;