From ea941b3b11ae3ed626682cfe7bd07beb5c1d2ddc Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 30 Mar 2018 13:42:09 +0300 Subject: Update qa to match new admin settings structure Signed-off-by: Dmitriy Zaporozhets --- qa/qa.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'qa/qa.rb') 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 -- cgit v1.2.1