summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-10 18:09:45 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-10 18:09:45 +0000
commit0bc6d001650023d2552ea5f30ffee18033c39d3a (patch)
treed2919db61415caa58ac243b238bbd77a4002ca17 /qa/qa.rb
parent1782886ed24fbe9b70cea5b0593fbae74da9dd30 (diff)
downloadgitlab-ce-0bc6d001650023d2552ea5f30ffee18033c39d3a.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 4aa8bc62895..0c7e824e3d5 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -474,6 +474,10 @@ module QA
autoload :Templates, 'qa/page/component/project/templates'
end
end
+
+ module Modal
+ autoload :DeleteWiki, 'qa/page/modal/delete_wiki'
+ end
end
##