summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-02 03:09:42 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-02 03:09:42 +0000
commitf50df1c9ff0a0ac5ab53b22c9a8bb5597418fc1f (patch)
tree5e1447d0e13228d9279e9e136d5cfc514442565e /qa/qa.rb
parent2885d70bd4771266b76a2e87bc06b50d5427c69a (diff)
downloadgitlab-ce-f50df1c9ff0a0ac5ab53b22c9a8bb5597418fc1f.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index dccb95613f1..d684d7c7651 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -423,6 +423,10 @@ module QA
autoload :Show, 'qa/page/project/snippet/show'
autoload :Index, 'qa/page/project/snippet/index'
end
+
+ module Secure
+ autoload :ConfigurationForm, 'qa/page/project/secure/configuration_form'
+ end
end
module Profile