Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-12-22 13:51:25 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-12-22 13:51:25 +0300
commit32424e461bebebae2ad1bf302e8fb0d375771135 (patch)
tree02bdf29f7678e76ab31af36654a98522cef7c8b9 /qa/qa.rb
parentee12ce8516b316944fac618c5cb92d367208cb0c (diff)
Add QA sanity selectors scenario entrypoint
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 340f5e35c67..6a878400287 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -56,6 +56,10 @@ module QA
module Integration
autoload :Mattermost, 'qa/scenario/test/integration/mattermost'
end
+
+ module Sanity
+ autoload :Selectors, 'qa/scenario/test/sanity/selectors'
+ end
end
end