From 2d5268f421e63944e9537c2c4457300770414a47 Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 13 Jun 2023 12:41:39 +0200 Subject: [PATCH] chage for test --- frontend/src/components/Inputs/InputPassword.vue | 1 + 1 file changed, 1 insertion(+) 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" >