diff --git a/frontend/src/components/Inputs/InputPassword.vue b/frontend/src/components/Inputs/InputPassword.vue index b457e7673..cd60d94d5 100644 --- a/frontend/src/components/Inputs/InputPassword.vue +++ b/frontend/src/components/Inputs/InputPassword.vue @@ -17,6 +17,7 @@ :placeholder="placeholder" :type="showPassword ? 'text' : 'password'" :state="validated ? valid : false" + data-test="password-input-field" >