Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-16 06:10:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-16 06:10:26 +0300
commitafb84634cdb5859f5f76431d68d45c29ddc89fac (patch)
treec791550187727ce52a217b100b4aadcfecf515d5 /app/assets/javascripts/groups
parent8434808c3c6be21a875b165888c5e4a26bc3b009 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/groups')
-rw-r--r--app/assets/javascripts/groups/components/group_name_and_path.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/groups/components/group_name_and_path.vue b/app/assets/javascripts/groups/components/group_name_and_path.vue
index 8d193310a98..fd633df3022 100644
--- a/app/assets/javascripts/groups/components/group_name_and_path.vue
+++ b/app/assets/javascripts/groups/components/group_name_and_path.vue
@@ -293,7 +293,7 @@ export default {
required
:name="fields.name.name"
:placeholder="$options.i18n.inputs.name.placeholder"
- data-qa-selector="group_name_field"
+ data-testid="group-name-field"
:size="$options.inputSize"
:state="nameFeedbackState"
@invalid="handleInvalidName"
@@ -376,7 +376,7 @@ export default {
:state="pathFeedbackState"
:size="pathInputSize"
required
- data-qa-selector="group_path_field"
+ data-testid="group-path-field"
:data-bind-in="mattermostEnabled ? $options.mattermostDataBindName : null"
@input="handlePathInput"
@invalid="handleInvalidPath"