From d3ea53877d689df64db9c68f43e2c08f527b01ed Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 26 Jul 2014 10:33:42 +0300 Subject: Tests for trending/starred pages Signed-off-by: Dmitriy Zaporozhets --- features/steps/shared/paths.rb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'features/steps/shared/paths.rb') diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb index 111d40c0e1b..ab1ae31ed74 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -355,9 +355,13 @@ module SharedPaths visit explore_projects_path end - # ---------------------------------------- - # Public Groups - # ---------------------------------------- + step 'I visit the explore trending projects' do + visit trending_explore_projects_path + end + + step 'I visit the explore starred projects' do + visit starred_explore_projects_path + end step 'I visit the public groups area' do visit explore_groups_path -- cgit v1.2.1