summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/gitlab/project/create.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/scenario/gitlab/project/create.rb')
-rw-r--r--qa/qa/scenario/gitlab/project/create.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/scenario/gitlab/project/create.rb b/qa/qa/scenario/gitlab/project/create.rb
index 99d0fc42a94..b860701c304 100644
--- a/qa/qa/scenario/gitlab/project/create.rb
+++ b/qa/qa/scenario/gitlab/project/create.rb
@@ -13,8 +13,8 @@ module QA
def perform
Page::Main::Menu.act { go_to_groups }
- Page::Main::Groups.act { prepare_test_namespace }
- Page::Main::Menu.act { go_to_new_project }
+ Page::Dashboard::Groups.act { prepare_test_namespace }
+ Page::Group::Show.act { go_to_new_project }
Page::Project::New.perform do |page|
page.choose_test_namespace