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/qa.rb
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-07-21 13:10:54 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-07-21 13:13:27 +0300
commita6ac872b86561db1e8f66d1bc0239fa6123dd9a1 (patch)
tree60aa7391d9623e96c8c1738bbae4a879bd81d310 /qa/qa.rb
parent001dd56e7bfd04d22f5437569ba8aa60a0317a3e (diff)
Fix new project selectors in GitLab QA
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb9
1 files changed, 8 insertions, 1 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index bdfb8237995..db9d8c42fde 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -48,7 +48,14 @@ module QA
module Main
autoload :Entry, 'qa/page/main/entry'
autoload :Menu, 'qa/page/main/menu'
- autoload :Groups, 'qa/page/main/groups'
+ end
+
+ module Dashboard
+ autoload :Groups, 'qa/page/dashboard/groups'
+ end
+
+ module Group
+ autoload :Show, 'qa/page/group/show'
end
module Project