diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-15 12:13:49 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-15 12:13:49 +0300 |
commit | 5d1ab47bd2dc80e8c5237416405009786ef58629 (patch) | |
tree | 78c6caf6f6a95b22496a1aed0e54e6dc6097bc6c /features/dashboard/active_tab.feature | |
parent | 400c9c5ae2c04340dc5a3490b27b393c410f63ad (diff) | |
download | gitlab-ce-5d1ab47bd2dc80e8c5237416405009786ef58629.tar.gz |
Revert help link tests removal
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/dashboard/active_tab.feature')
-rw-r--r-- | features/dashboard/active_tab.feature | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/features/dashboard/active_tab.feature b/features/dashboard/active_tab.feature index c17dfd07063..08b87808f33 100644 --- a/features/dashboard/active_tab.feature +++ b/features/dashboard/active_tab.feature @@ -17,3 +17,8 @@ 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 |