summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-12-22 11:54:08 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-12-22 11:54:08 +0100
commit208411ee6242931670bdef5a8c92d34dee18498e (patch)
tree27ee7eedfd48c794e1458e54c5599824a7abb618 /qa/qa.rb
parent32424e461bebebae2ad1bf302e8fb0d375771135 (diff)
downloadgitlab-ce-208411ee6242931670bdef5a8c92d34dee18498e.tar.gz
Add QA classes that represent view partials and elements
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 6a878400287..fb3b646564a 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -70,6 +70,8 @@ module QA
#
module Page
autoload :Base, 'qa/page/base'
+ autoload :View, 'qa/page/view'
+ autoload :Element, 'qa/page/element'
module Main
autoload :Login, 'qa/page/main/login'