diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-13 20:49:51 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-13 20:49:51 +0000 |
commit | f124aceb6143f1f808c553e01fffdd5b328438e2 (patch) | |
tree | 5958459ee38b0eedbc5af3a59f70e1cd6305d7a6 /features/dashboard | |
parent | 63f0f6f31508c96f12e6e5c63af500b8cac6d13a (diff) | |
parent | a9306613f6502611d6f1eae268e82ed53943fa6c (diff) | |
download | gitlab-ce-f124aceb6143f1f808c553e01fffdd5b328438e2.tar.gz |
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
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/active_tab.feature | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/features/dashboard/active_tab.feature b/features/dashboard/active_tab.feature index 08b87808f33..803f9b33838 100644 --- a/features/dashboard/active_tab.feature +++ b/features/dashboard/active_tab.feature @@ -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 |