Commit f124aceb authored by Douwe Maan's avatar Douwe Maan

Merge branch 'fix_tests_help_link' into 'master'

Remove failing test

Earlier today I accepted a MR that removed the redundant help link on the dashboard sidebar.
This MR removes the now failing test.

See merge request !515
parents 63f0f6f3 a9306613
@dashboard @dashboard
Feature: Dashboard Active Tab
Background: Background:
Given I sign in as a user Given I sign in as a user
...@@ -17,8 +16,3 @@ Feature: Dashboard Active Tab ...@@ -17,8 +16,3 @@ Feature: Dashboard Active Tab
Given I visit dashboard merge requests page Given I visit dashboard merge requests page
Then the active main tab should be Merge Requests Then the active main tab should be Merge Requests
And no other main tabs should be active 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 ...@@ -83,10 +83,6 @@ module SharedPaths
visit search_path visit search_path
end end
step 'I visit dashboard help page' do
visit help_path
end
step 'I visit dashboard groups page' do step 'I visit dashboard groups page' do
visit dashboard_groups_path visit dashboard_groups_path
end 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