Commit cd47e625f0f6b564dff9a5e5fa51f3d88db2b530
1 parent
7175b6a7
Exists in
master
and in
4 other branches
Fix features
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
features/steps/shared/paths.rb
... | ... | @@ -34,11 +34,11 @@ module SharedPaths |
34 | 34 | end |
35 | 35 | |
36 | 36 | Given 'I visit dashboard issues page' do |
37 | - visit dashboard_issues_path | |
37 | + visit issues_dashboard_path | |
38 | 38 | end |
39 | 39 | |
40 | 40 | Given 'I visit dashboard merge requests page' do |
41 | - visit dashboard_merge_requests_path | |
41 | + visit merge_requests_dashboard_path | |
42 | 42 | end |
43 | 43 | |
44 | 44 | Given 'I visit dashboard search page' do | ... | ... |