Commit 9389482d authored by Grzegorz Bizon's avatar Grzegorz Bizon

Resolve GitLab QA merge conflicts / Thursday

parent d8317ed6
<<<<<<< HEAD
%header.navbar.navbar-gitlab.navbar-gitlab-new.qa-navbar
=======
%header.navbar.navbar-gitlab.qa-navbar
>>>>>>> upstream/master
%a.sr-only.gl-accessibility{ href: "#content-body", tabindex: "1" } Skip to content
.container-fluid
.header-content
......
......@@ -9,13 +9,10 @@ module QA
#
view 'app/views/admin/dashboard/index.html.haml'
<<<<<<< HEAD
def go_to_geo_nodes
click_link 'Geo Nodes'
end
=======
>>>>>>> upstream/master
def go_to_license
click_link 'License'
end
......
......@@ -5,11 +5,7 @@ module QA
class Selectors < Scenario::Template
include Scenario::Bootable
<<<<<<< HEAD
PAGES = [QA::Page, QA::EE::Page].freeze
=======
PAGES = [QA::Page].freeze
>>>>>>> upstream/master
def perform(*)
validators = PAGES.map do |pages|
......
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