MT#55492 add data-cy for login page

Change-Id: I1533909f2e131e79805e466fe168aefbbe16605e
pull/17/head
Nico Schedel 3 years ago
parent c97988e790
commit 11b4a0fb41

@ -36,6 +36,7 @@
type="text"
max-length="128"
:label="$t('Username')"
data-cy="csc-login-username"
:disable="loginRequesting"
autofocus
clearable
@ -53,6 +54,7 @@
v-model.trim="password"
max-length="32"
:label="$t('Password')"
data-cy="csc-login-password"
:disable="loginRequesting"
clearable
@keypress.enter="login()"
@ -67,12 +69,14 @@
unelevated
flat
:label="$t('Forgot password?')"
data-cy="csc-login-resetpassword"
@click="showRetrievePasswordDialog"
/>
<q-btn
icon="arrow_forward"
color="primary"
:label="$t('Sign In')"
data-cy="csc-login-button"
:loading="loginRequesting"
flat
@click="login()"

Loading…
Cancel
Save