Skip to content
Snippets Groups Projects
Commit 208411ee authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Add QA classes that represent view partials and elements

parent 32424e46
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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'
Loading
Loading
module QA
module Page
class Element
end
end
end
module QA
module Page
class View
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment