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
a9306613
Commit
a9306613
authored
Apr 13, 2015
by
Hannes Rosenögger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The help link has been removed. The commit removes the test for it.
parent
63f0f6f3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
19 deletions
+0
-19
features/dashboard/active_tab.feature
features/dashboard/active_tab.feature
+0
-6
features/steps/dashboard/active_tab.rb
features/steps/dashboard/active_tab.rb
+0
-9
features/steps/shared/paths.rb
features/steps/shared/paths.rb
+0
-4
No files found.
features/dashboard/active_tab.feature
View file @
a9306613
@dashboard
Feature
:
Dashboard Active Tab
Background
:
Given
I sign in as a user
...
...
@@ -17,8 +16,3 @@ Feature: Dashboard Active Tab
Given
I visit dashboard merge requests page
Then
the active main tab should be Merge Requests
And
no other main tabs should be active
Scenario
:
On Dashboard Help
Given
I visit dashboard help page
Then
the active main tab should be Help
And
no other main tabs should be active
features/steps/dashboard/active_tab.rb
deleted
100644 → 0
View file @
63f0f6f3
class
Spinach::Features::DashboardActiveTab
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedPaths
include
SharedActiveTab
step
'the active main tab should be Help'
do
ensure_active_main_tab
(
'Help'
)
end
end
features/steps/shared/paths.rb
View file @
a9306613
...
...
@@ -83,10 +83,6 @@ module SharedPaths
visit
search_path
end
step
'I visit dashboard help page'
do
visit
help_path
end
step
'I visit dashboard groups page'
do
visit
dashboard_groups_path
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