Jest: update snapshots

merge-requests/851/head
Alex Gleason 3 years ago
parent a9a3f09068
commit d76219c624
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -14,7 +14,9 @@ exports[`<NativeCaptchaField /> renders correctly 1`] = `
className="input required"
>
<input
autoCapitalize="off"
autoComplete="off"
autoCorrect="off"
onChange={[Function]}
placeholder="Enter the pictured text"
required={true}

@ -14,7 +14,9 @@ exports[`<LoginForm /> renders for Mastodon 1`] = `
>
<input
aria-label="Username"
autoCapitalize="off"
autoComplete="off"
autoCorrect="off"
className="string email"
name="username"
placeholder="Username"
@ -27,7 +29,9 @@ exports[`<LoginForm /> renders for Mastodon 1`] = `
>
<input
aria-label="Password"
autoCapitalize="off"
autoComplete="off"
autoCorrect="off"
className="password"
name="password"
placeholder="Password"
@ -74,7 +78,9 @@ exports[`<LoginForm /> renders for Pleroma 1`] = `
>
<input
aria-label="Username"
autoCapitalize="off"
autoComplete="off"
autoCorrect="off"
className="string email"
name="username"
placeholder="Username"
@ -87,7 +93,9 @@ exports[`<LoginForm /> renders for Pleroma 1`] = `
>
<input
aria-label="Password"
autoCapitalize="off"
autoComplete="off"
autoCorrect="off"
className="password"
name="password"
placeholder="Password"

@ -17,7 +17,9 @@ exports[`<LoginPage /> renders correctly on load 1`] = `
>
<input
aria-label="Username"
autoCapitalize="off"
autoComplete="off"
autoCorrect="off"
className="string email"
name="username"
placeholder="Username"
@ -30,7 +32,9 @@ exports[`<LoginPage /> renders correctly on load 1`] = `
>
<input
aria-label="Password"
autoCapitalize="off"
autoComplete="off"
autoCorrect="off"
className="password"
name="password"
placeholder="Password"

Loading…
Cancel
Save