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
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-04 03:07:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-04 03:07:42 +0300
commit4ba8e68892892de8366ce8ad677fbfe6dbae64c9 (patch)
tree85c7a48d5e163c8fc7053cc4109d9dcb74ef4bcf /qa
parent2eff77c2efe8ad71796561cae3bcd993b9065721 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/group/settings/general.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/group/settings/general.rb b/qa/qa/page/group/settings/general.rb
index bb5a3485531..44460291c90 100644
--- a/qa/qa/page/group/settings/general.rb
+++ b/qa/qa/page/group/settings/general.rb
@@ -123,7 +123,7 @@ module QA
wait_for_enabled_transfer_group_button
click_element(:transfer_group_button)
- fill_confirmation_text(source_group.path)
+ fill_confirmation_text(source_group.full_path)
confirm_transfer
end