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

Remove GitLab entry page class in QA

[ci skip]
parent a618b122
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -62,7 +62,6 @@ module QA
autoload :Base, 'qa/page/base'
 
module Main
autoload :Entry, 'qa/page/main/entry'
autoload :Login, 'qa/page/main/login'
autoload :Menu, 'qa/page/main/menu'
end
Loading
Loading
module QA
module Page
module Main
class Entry < Page::Base
# TODO remove this class
end
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