summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/authentication/password/components/password_input.vue
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/authentication/password/components/password_input.vue')
-rw-r--r--app/assets/javascripts/authentication/password/components/password_input.vue6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/javascripts/authentication/password/components/password_input.vue b/app/assets/javascripts/authentication/password/components/password_input.vue
index 9b3c4a692a6..fa9a7782b74 100644
--- a/app/assets/javascripts/authentication/password/components/password_input.vue
+++ b/app/assets/javascripts/authentication/password/components/password_input.vue
@@ -32,6 +32,11 @@ export default {
required: false,
default: '',
},
+ testid: {
+ type: String,
+ required: false,
+ default: '',
+ },
autocomplete: {
type: String,
required: false,
@@ -76,6 +81,7 @@ export default {
:name="name"
:minlength="minimumPasswordLength"
:data-qa-selector="qaSelector"
+ :data-testid="testid"
:title="title"
:type="type"
/>