summaryrefslogtreecommitdiff
path: root/features/steps/shared/paths.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-09 14:25:14 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-09 14:25:14 -0700
commitb8d73315f5e094906111ab16607b5fa2685d2ea8 (patch)
tree59accab7de0cd0cf97e1ac0f25f1eb5cc0eb5009 /features/steps/shared/paths.rb
parentd36ee3190aa1fb8c1238967a3049d5b8271c9030 (diff)
downloadgitlab-ce-b8d73315f5e094906111ab16607b5fa2685d2ea8.tar.gz
Add tests for starred projects page
Diffstat (limited to 'features/steps/shared/paths.rb')
-rw-r--r--features/steps/shared/paths.rb4
1 files changed, 4 insertions, 0 deletions
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
# ----------------------------------------