From b8d73315f5e094906111ab16607b5fa2685d2ea8 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 9 Mar 2015 14:25:14 -0700 Subject: Add tests for starred projects page --- features/steps/shared/paths.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features/steps/shared/paths.rb') diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb index db6417bf951..bb6c336d7cd 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -95,6 +95,10 @@ module SharedPaths current_path.should == dashboard_groups_path end + step 'I visit dashboard starred projects page' do + visit starred_dashboard_projects_path + end + # ---------------------------------------- # Profile # ---------------------------------------- -- cgit v1.2.1