Jest: update snapshots
This commit is contained in:
parent
a9a3f09068
commit
d76219c624
|
@ -14,7 +14,9 @@ exports[`<NativeCaptchaField /> renders correctly 1`] = `
|
||||||
className="input required"
|
className="input required"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
|
autoCapitalize="off"
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
|
autoCorrect="off"
|
||||||
onChange={[Function]}
|
onChange={[Function]}
|
||||||
placeholder="Enter the pictured text"
|
placeholder="Enter the pictured text"
|
||||||
required={true}
|
required={true}
|
||||||
|
|
|
@ -14,7 +14,9 @@ exports[`<LoginForm /> renders for Mastodon 1`] = `
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
aria-label="Username"
|
aria-label="Username"
|
||||||
|
autoCapitalize="off"
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
|
autoCorrect="off"
|
||||||
className="string email"
|
className="string email"
|
||||||
name="username"
|
name="username"
|
||||||
placeholder="Username"
|
placeholder="Username"
|
||||||
|
@ -27,7 +29,9 @@ exports[`<LoginForm /> renders for Mastodon 1`] = `
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
aria-label="Password"
|
aria-label="Password"
|
||||||
|
autoCapitalize="off"
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
|
autoCorrect="off"
|
||||||
className="password"
|
className="password"
|
||||||
name="password"
|
name="password"
|
||||||
placeholder="Password"
|
placeholder="Password"
|
||||||
|
@ -74,7 +78,9 @@ exports[`<LoginForm /> renders for Pleroma 1`] = `
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
aria-label="Username"
|
aria-label="Username"
|
||||||
|
autoCapitalize="off"
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
|
autoCorrect="off"
|
||||||
className="string email"
|
className="string email"
|
||||||
name="username"
|
name="username"
|
||||||
placeholder="Username"
|
placeholder="Username"
|
||||||
|
@ -87,7 +93,9 @@ exports[`<LoginForm /> renders for Pleroma 1`] = `
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
aria-label="Password"
|
aria-label="Password"
|
||||||
|
autoCapitalize="off"
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
|
autoCorrect="off"
|
||||||
className="password"
|
className="password"
|
||||||
name="password"
|
name="password"
|
||||||
placeholder="Password"
|
placeholder="Password"
|
||||||
|
|
|
@ -17,7 +17,9 @@ exports[`<LoginPage /> renders correctly on load 1`] = `
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
aria-label="Username"
|
aria-label="Username"
|
||||||
|
autoCapitalize="off"
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
|
autoCorrect="off"
|
||||||
className="string email"
|
className="string email"
|
||||||
name="username"
|
name="username"
|
||||||
placeholder="Username"
|
placeholder="Username"
|
||||||
|
@ -30,7 +32,9 @@ exports[`<LoginPage /> renders correctly on load 1`] = `
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
aria-label="Password"
|
aria-label="Password"
|
||||||
|
autoCapitalize="off"
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
|
autoCorrect="off"
|
||||||
className="password"
|
className="password"
|
||||||
name="password"
|
name="password"
|
||||||
placeholder="Password"
|
placeholder="Password"
|
||||||
|
|
Loading…
Reference in New Issue