summaryrefslogtreecommitdiff
path: root/features/steps/admin/active_tab.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/admin/active_tab.rb')
-rw-r--r--features/steps/admin/active_tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/admin/active_tab.rb b/features/steps/admin/active_tab.rb
index ccafe09c18f..774abb4c286 100644
--- a/features/steps/admin/active_tab.rb
+++ b/features/steps/admin/active_tab.rb
@@ -4,7 +4,7 @@ class AdminActiveTab < Spinach::FeatureSteps
include SharedActiveTab
Then 'the active main tab should be Home' do
- ensure_active_main_tab('Home')
+ ensure_active_main_tab('Dashboard')
end
Then 'the active main tab should be Projects' do