Jest: update snapshots

This commit is contained in:
Alex Gleason 2021-11-04 00:49:57 -05:00
parent a9a3f09068
commit d76219c624
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
3 changed files with 14 additions and 0 deletions

View File

@ -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}

View File

@ -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"

View File

@ -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"