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-07-25 18:09:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-25 18:09:47 +0300
commit180e88bbfbdd93939ec2c37e457207f29fd6ccfd (patch)
tree93df0973f25daaf2b568c3139337af528d99611c /app/assets/javascripts/import_entities
parent5540824ee0e41db48486e378f03051832f521da6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/import_entities')
-rw-r--r--app/assets/javascripts/import_entities/import_groups/components/import_actions_cell.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/import_entities/import_groups/components/import_actions_cell.vue b/app/assets/javascripts/import_entities/import_groups/components/import_actions_cell.vue
index cb147330264..678efc536f2 100644
--- a/app/assets/javascripts/import_entities/import_groups/components/import_actions_cell.vue
+++ b/app/assets/javascripts/import_entities/import_groups/components/import_actions_cell.vue
@@ -47,6 +47,7 @@ export default {
<gl-button
variant="confirm"
category="secondary"
+ data-testid="import-group-button"
@click="importGroup({ migrateProjects: true })"
>{{ isFinished ? __('Re-import with projects') : __('Import with projects') }}</gl-button
>
@@ -58,7 +59,6 @@ export default {
no-caret
variant="confirm"
category="secondary"
- data-qa-selector="import_group_button"
>
<gl-disclosure-dropdown-item @action="importGroup({ migrateProjects: false })">
<template #list-item>