Commit a9306613 authored by Hannes Rosenögger's avatar Hannes Rosenögger

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

parent 63f0f6f3
@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
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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment