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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
0a3d50eb
Commit
0a3d50eb
authored
10 years ago
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed tests
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
eb272227
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
app/views/projects/_settings_nav.html.haml
app/views/projects/_settings_nav.html.haml
+1
-1
features/steps/project/project_active_tab.rb
features/steps/project/project_active_tab.rb
+4
-2
No files found.
app/views/projects/_settings_nav.html.haml
View file @
0a3d50eb
%ul
.nav.nav-pills.nav-stacked.nav-stacked-menu.append-bottom-20
%ul
.nav.nav-pills.nav-stacked.nav-stacked-menu.append-bottom-20
.project-settings-nav
=
nav_link
(
path:
'projects#edit'
)
do
=
nav_link
(
path:
'projects#edit'
)
do
=
link_to
edit_project_path
(
@project
),
class:
"stat-tab tab "
do
=
link_to
edit_project_path
(
@project
),
class:
"stat-tab tab "
do
%i
.icon-edit
%i
.icon-edit
...
...
This diff is collapsed.
Click to expand it.
features/steps/project/project_active_tab.rb
View file @
0a3d50eb
...
@@ -57,7 +57,9 @@ class ProjectActiveTab < Spinach::FeatureSteps
...
@@ -57,7 +57,9 @@ class ProjectActiveTab < Spinach::FeatureSteps
end
end
Given
'I click the "Edit" tab'
do
Given
'I click the "Edit" tab'
do
click_link
(
'Edit'
)
within
'.project-settings-nav'
do
click_link
(
'Project'
)
end
end
end
Given
'I click the "Hooks" tab'
do
Given
'I click the "Hooks" tab'
do
...
@@ -73,7 +75,7 @@ class ProjectActiveTab < Spinach::FeatureSteps
...
@@ -73,7 +75,7 @@ class ProjectActiveTab < Spinach::FeatureSteps
end
end
Then
'the active sub nav should be Edit'
do
Then
'the active sub nav should be Edit'
do
ensure_active_sub_nav
(
'
Edit
Project'
)
ensure_active_sub_nav
(
'Project'
)
end
end
Then
'the active sub nav should be Hooks'
do
Then
'the active sub nav should be Hooks'
do
...
...
This diff is collapsed.
Click to expand it.
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