Fix jest tests for method='post' MR
This commit is contained in:
@ -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]}
|
||||
/>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user