summaryrefslogtreecommitdiff
path: root/qa/qa/page/group
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-10-05 15:03:37 +0200
committerRobert Speicher <rspeicher@gmail.com>2017-10-05 15:03:37 +0200
commit88194b818f53a96fcefb8d61ad2f32a609e2c7ca (patch)
tree9fcdb84c23cdb7d15f6f591a5ab7e3e95cb7e1c0 /qa/qa/page/group
parentc2b17da46b4b6e3d5a19f1b1188db81f99b156af (diff)
downloadgitlab-ce-88194b818f53a96fcefb8d61ad2f32a609e2c7ca.tar.gz
Implement Scenario::Gitlab::Sandbox::Prepare
This better separates the concerns of preparing the sandbox namespace from creating a (sub)group.
Diffstat (limited to 'qa/qa/page/group')
-rw-r--r--qa/qa/page/group/show.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/qa/page/group/show.rb b/qa/qa/page/group/show.rb
index 296c311d7c6..6fb058fc755 100644
--- a/qa/qa/page/group/show.rb
+++ b/qa/qa/page/group/show.rb
@@ -2,6 +2,10 @@ module QA
module Page
module Group
class Show < Page::Base
+ def go_to_subgroups
+ click_link 'Subgroups'
+ end
+
def go_to_new_project
click_link 'New Project'
end