Jest: update snapshots
This commit is contained in:
parent
a9a3f09068
commit
d76219c624
3 changed files with 14 additions and 0 deletions
|
@ -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…
Reference in a new issue