summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
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