summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-03-30 13:42:09 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-03-30 13:42:09 +0300
commitea941b3b11ae3ed626682cfe7bd07beb5c1d2ddc (patch)
tree7cc3db7e6541a1ef757206f199f5c26d9233ded9 /qa/qa.rb
parentd0213253b10844512fc2dc57efdc52e72e90f77e (diff)
downloadgitlab-ce-dz-improve-app-settings-4.tar.gz
Update qa to match new admin settings structuredz-improve-app-settings-4
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 7220af5088e..846197181b5 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -150,7 +150,10 @@ module QA
end
module Admin
- autoload :Settings, 'qa/page/admin/settings'
+ module Settings
+ autoload :RepoStorage, 'qa/page/admin/settings/repo_storage'
+ autoload :Main, 'qa/page/admin/settings/main'
+ end
end
module Mattermost