The help link has been removed. The commit removes the test for it.

This commit is contained in:
Hannes Rosenögger 2015-04-13 22:09:44 +02:00
parent 63f0f6f315
commit a9306613f6
3 changed files with 0 additions and 19 deletions

View File

@ -1,5 +1,4 @@
@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

View File

@ -1,9 +0,0 @@
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

View File

@ -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