diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-26 10:33:42 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-26 10:33:42 +0300 |
commit | d3ea53877d689df64db9c68f43e2c08f527b01ed (patch) | |
tree | da717d728adc60c9e0e8e751027bb31eb40c333f /features/steps/shared/paths.rb | |
parent | 974b5a7b2f31f8e7d6b38a45bfd055a40651c945 (diff) | |
download | gitlab-ce-d3ea53877d689df64db9c68f43e2c08f527b01ed.tar.gz |
Tests for trending/starred pages
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps/shared/paths.rb')
-rw-r--r-- | features/steps/shared/paths.rb | 10 |
1 files changed, 7 insertions, 3 deletions
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 |