Commit 6e1df95e authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove GitLab entry page class in QA

[ci skip]
parent a618b122
......@@ -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
......
module QA
module Page
module Main
class Entry < Page::Base
# TODO remove this class
end
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment