From 77c96803782bc4b848a79a03e0073aacad7ca527 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Fri, 4 Aug 2023 09:53:27 +0200 Subject: [PATCH] Add id attribute to handle elements within End-To-End tests --- resources/js/components/FormPasswordField.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/js/components/FormPasswordField.vue b/resources/js/components/FormPasswordField.vue index 44f0f163..61c86941 100644 --- a/resources/js/components/FormPasswordField.vue +++ b/resources/js/components/FormPasswordField.vue @@ -13,10 +13,10 @@ v-on:change="$emit('field-changed', form[fieldName])" v-on:keyup="checkCapsLock" /> - + - + @@ -26,14 +26,14 @@
{{ $t("auth.forms.mandatory_rules") }}
- {{ $t('auth.forms.is_long_enough') }}
+ {{ $t('auth.forms.is_long_enough') }}
{{ $t("auth.forms.optional_rules_you_should_follow") }}
- {{ $t('auth.forms.has_lower_case') }}
- {{ $t('auth.forms.has_upper_case') }}
- {{ $t('auth.forms.has_special_char') }}
- {{ $t('auth.forms.has_number') }} + {{ $t('auth.forms.has_lower_case') }}
+ {{ $t('auth.forms.has_upper_case') }}
+ {{ $t('auth.forms.has_special_char') }}
+ {{ $t('auth.forms.has_number') }}