diff options
author | Tomislav Nikic <tnikic@gitlab.com> | 2019-07-30 08:04:26 +0000 |
---|---|---|
committer | Mark Lapierre <mlapierre@gitlab.com> | 2019-07-30 08:04:26 +0000 |
commit | 7906503d97b8481cf2be1331cb4479fef3806973 (patch) | |
tree | fbeb7b2f43edda17cd2c9f88d92e30add23c6805 /qa/qa.rb | |
parent | 14e7cbe5813db792a4591565ea872745937e8406 (diff) | |
download | gitlab-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.rb | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. # |