summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--features/steps/shared/paths.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index e397ff87f41..0cfadfdffc4 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -34,11 +34,11 @@ module SharedPaths
end
Given 'I visit dashboard issues page' do
- visit dashboard_issues_path
+ visit issues_dashboard_path
end
Given 'I visit dashboard merge requests page' do
- visit dashboard_merge_requests_path
+ visit merge_requests_dashboard_path
end
Given 'I visit dashboard search page' do