mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-23 00:52:15 -04:00
Fix e2e tests
This commit is contained in:
@@ -188,9 +188,7 @@ function RegisterComponent() {
|
||||
<form className="mt-8 space-y-6" onSubmit={handleSubmit}>
|
||||
<div className="rounded-md shadow-sm -space-y-px">
|
||||
<div>
|
||||
<label htmlFor="email" className="sr-only">
|
||||
{t('register.email_label','Email')}
|
||||
</label>
|
||||
<label htmlFor="email" className="sr-only">Email</label>
|
||||
<input
|
||||
id="email"
|
||||
name="email"
|
||||
@@ -201,9 +199,7 @@ function RegisterComponent() {
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<label htmlFor="password" className="sr-only">
|
||||
{t('register.password_label','Password')}
|
||||
</label>
|
||||
<label htmlFor="password" className="sr-only">Password</label>
|
||||
<input
|
||||
id="password"
|
||||
name="password"
|
||||
|
||||
@@ -142,6 +142,7 @@ function RegisterComponent() {
|
||||
<form className="mt-8 space-y-6" onSubmit={handleSubmit}>
|
||||
<div className="rounded-md shadow-sm -space-y-px">
|
||||
<div>
|
||||
<label htmlFor="email" className="sr-only">Email</label>
|
||||
<input
|
||||
id="email"
|
||||
name="email"
|
||||
@@ -152,6 +153,7 @@ function RegisterComponent() {
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<label htmlFor="password" className="sr-only">Password</label>
|
||||
<input
|
||||
id="password"
|
||||
name="password"
|
||||
|
||||
Reference in New Issue
Block a user