From 5d1ab47bd2dc80e8c5237416405009786ef58629 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 15 Apr 2015 12:13:49 +0300 Subject: Revert help link tests removal Signed-off-by: Dmitriy Zaporozhets --- features/steps/dashboard/active_tab.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'features/steps/dashboard') diff --git a/features/steps/dashboard/active_tab.rb b/features/steps/dashboard/active_tab.rb index 19ff77b9fe6..0e2c04fb299 100644 --- a/features/steps/dashboard/active_tab.rb +++ b/features/steps/dashboard/active_tab.rb @@ -3,4 +3,7 @@ class Spinach::Features::DashboardActiveTab < Spinach::FeatureSteps include SharedPaths include SharedActiveTab + step 'the active main tab should be Help' do + ensure_active_main_tab('Help') + end end -- cgit v1.2.1