Fix e2e tests

This commit is contained in:
MartinBraquet
2026-01-04 13:48:13 +02:00
parent 2e81ef25f1
commit fa82a30907
2 changed files with 4 additions and 6 deletions

View File

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

View File

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