diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-02 03:09:42 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-02 03:09:42 +0000 |
commit | f50df1c9ff0a0ac5ab53b22c9a8bb5597418fc1f (patch) | |
tree | 5e1447d0e13228d9279e9e136d5cfc514442565e /qa/qa.rb | |
parent | 2885d70bd4771266b76a2e87bc06b50d5427c69a (diff) | |
download | gitlab-ce-f50df1c9ff0a0ac5ab53b22c9a8bb5597418fc1f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |