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
951b41a9
Commit
951b41a9
authored
Jan 16, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
0e362362
14c13c80
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
app/views/layouts/nav/sidebar/_project.html.haml
app/views/layouts/nav/sidebar/_project.html.haml
+1
-1
qa/qa/page/project/menu.rb
qa/qa/page/project/menu.rb
+6
-3
No files found.
app/views/layouts/nav/sidebar/_project.html.haml
View file @
951b41a9
...
...
@@ -201,7 +201,7 @@
-
if
project_nav_tab?
:operations
=
nav_link
(
controller:
sidebar_operations_paths
)
do
=
link_to
sidebar_operations_link_path
,
class:
'shortcuts-operations'
do
=
link_to
sidebar_operations_link_path
,
class:
'shortcuts-operations
qa-link-operations
'
do
.nav-icon-container
=
sprite_icon
(
'cloud-gear'
)
%span
.nav-item-name
...
...
qa/qa/page/project/menu.rb
View file @
951b41a9
...
...
@@ -11,6 +11,7 @@ module QA
element
:settings_item
element
:settings_link
,
'link_to edit_project_path'
# rubocop:disable QA/ElementWithPattern
element
:link_pipelines
element
:link_operations
element
:link_members_settings
element
:pipelines_settings_link
,
"title: _('CI / CD')"
# rubocop:disable QA/ElementWithPattern
element
:operations_kubernetes_link
,
"title: _('Kubernetes')"
# rubocop:disable QA/ElementWithPattern
...
...
@@ -20,7 +21,6 @@ module QA
element
:merge_requests_link
,
/link_to.*shortcuts-merge_requests/
# rubocop:disable QA/ElementWithPattern
element
:merge_requests_link_text
,
"Merge Requests"
# rubocop:disable QA/ElementWithPattern
element
:top_level_items
,
'.sidebar-top-level-items'
# rubocop:disable QA/ElementWithPattern
element
:operations_section
,
"class: 'shortcuts-operations'"
# rubocop:disable QA/ElementWithPattern
element
:activity_link
,
"title: _('Activity')"
# rubocop:disable QA/ElementWithPattern
element
:wiki_link_text
,
"Wiki"
# rubocop:disable QA/ElementWithPattern
element
:milestones_link
...
...
@@ -125,6 +125,7 @@ module QA
def
hover_issues
within_sidebar
do
scroll_to_element
(
:issues_item
)
find_element
(
:issues_item
).
hover
yield
...
...
@@ -133,7 +134,8 @@ module QA
def
hover_operations
within_sidebar
do
find
(
'.shortcuts-operations'
).
hover
scroll_to_element
(
:link_operations
)
find_element
(
:link_operations
).
hover
yield
end
...
...
@@ -141,7 +143,8 @@ module QA
def
hover_settings
within_sidebar
do
find
(
'.qa-settings-item'
).
hover
scroll_to_element
(
:settings_item
)
find_element
(
:settings_item
).
hover
yield
end
...
...
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