summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-06 13:38:13 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-06 13:38:13 +0300
commit4a344c168360e9494fa2e33f85833e5fee80a5f8 (patch)
tree6381d28739a8911e79721c26aa7bbb14408a109c /features
parent68d146b4a692357354e25d0c0f93edf861b37e8c (diff)
downloadgitlab-ce-4a344c168360e9494fa2e33f85833e5fee80a5f8.tar.gz
Move search to separate layout
Diffstat (limited to 'features')
-rw-r--r--features/dashboard/active_tab.feature5
-rw-r--r--features/steps/dashboard/dashboard_active_tab.rb4
2 files changed, 0 insertions, 9 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
diff --git a/features/steps/dashboard/dashboard_active_tab.rb b/features/steps/dashboard/dashboard_active_tab.rb
index 41ecc48c0d3..8f5f0eed816 100644
--- a/features/steps/dashboard/dashboard_active_tab.rb
+++ b/features/steps/dashboard/dashboard_active_tab.rb
@@ -15,10 +15,6 @@ class DashboardActiveTab < Spinach::FeatureSteps
ensure_active_main_tab('Merge Requests')
end
- Then 'the active main tab should be Search' do
- ensure_active_main_tab('Search')
- end
-
Then 'the active main tab should be Help' do
ensure_active_main_tab('Help')
end