Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9389482d
Commit
9389482d
authored
Jan 11, 2018
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve GitLab QA merge conflicts / Thursday
parent
d8317ed6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
11 deletions
+0
-11
app/views/layouts/header/_default.html.haml
app/views/layouts/header/_default.html.haml
+0
-4
qa/qa/page/menu/admin.rb
qa/qa/page/menu/admin.rb
+0
-3
qa/qa/scenario/test/sanity/selectors.rb
qa/qa/scenario/test/sanity/selectors.rb
+0
-4
No files found.
app/views/layouts/header/_default.html.haml
View file @
9389482d
<
<<<<<<
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
...
...
qa/qa/page/menu/admin.rb
View file @
9389482d
...
...
@@ -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
...
...
qa/qa/scenario/test/sanity/selectors.rb
View file @
9389482d
...
...
@@ -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
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment