diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-06 13:38:13 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-06 13:38:13 +0300 |
commit | 4a344c168360e9494fa2e33f85833e5fee80a5f8 (patch) | |
tree | 6381d28739a8911e79721c26aa7bbb14408a109c /features/dashboard | |
parent | 68d146b4a692357354e25d0c0f93edf861b37e8c (diff) | |
download | gitlab-ce-4a344c168360e9494fa2e33f85833e5fee80a5f8.tar.gz |
Move search to separate layout
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/active_tab.feature | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/features/dashboard/active_tab.feature b/features/dashboard/active_tab.feature index 6715ea269c7..3e1cf5aa0ca 100644 --- a/features/dashboard/active_tab.feature +++ b/features/dashboard/active_tab.feature @@ -17,11 +17,6 @@ Feature: Dashboard active tab Then the active main tab should be Merge Requests And no other main tabs should be active - Scenario: On Dashboard Search - Given I visit dashboard search page - Then the active main tab should be Search - 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 |