summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorTomislav Nikic <tnikic@gitlab.com>2019-07-30 08:04:26 +0000
committerMark Lapierre <mlapierre@gitlab.com>2019-07-30 08:04:26 +0000
commit7906503d97b8481cf2be1331cb4479fef3806973 (patch)
treefbeb7b2f43edda17cd2c9f88d92e30add23c6805 /qa/qa.rb
parent14e7cbe5813db792a4591565ea872745937e8406 (diff)
downloadgitlab-ce-7906503d97b8481cf2be1331cb4479fef3806973.tar.gz
Getting on par with EE
This commit covers all the files that where changed in the identically named branch on EE that is creating an elasticsearch test case.
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 be73776425b..18fb4509dce 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -314,6 +314,10 @@ module QA
autoload :Login, 'qa/page/mattermost/login'
end
+ module Search
+ autoload :Results, 'qa/page/search/results'
+ end
+
##
# Classes describing components that are used by several pages.
#