From 1e3c9eb4505bc271bf0b153cb80cd906e43355c4 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 26 Jun 2014 12:05:06 +0300 Subject: [PATCH] Fix tests Signed-off-by: Dmitriy Zaporozhets --- features/steps/admin/active_tab.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/steps/admin/active_tab.rb b/features/steps/admin/active_tab.rb index 774abb4c286..8f09e51ccef 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('Dashboard') + ensure_active_main_tab('Overview') end Then 'the active main tab should be Projects' do