summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-09-08 17:14:02 +0100
committerDouwe Maan <douwe@gitlab.com>2015-09-08 17:53:16 +0100
commitf87f6480b2ff6a80b50aa275f9c5d60c30d75b40 (patch)
tree1bebd32a5c5ed98a3b6c9514b72c348e66645268 /features
parent1489d225d6763b0fdc3f418692e646587e06938a (diff)
downloadgitlab-ce-f87f6480b2ff6a80b50aa275f9c5d60c30d75b40.tar.gz
Use new routing helper
Diffstat (limited to 'features')
-rw-r--r--features/steps/shared/paths.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index b4deccb6520..2ec126e1e94 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -68,7 +68,7 @@ module SharedPaths
# ----------------------------------------
step 'I visit dashboard page' do
- visit dashboard_path
+ visit dashboard_projects_path
end
step 'I visit dashboard activity page' do