diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-27 14:10:42 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-27 14:10:42 +0200 |
| commit | cd47e625f0f6b564dff9a5e5fa51f3d88db2b530 (patch) | |
| tree | 0c9334747a65a24e570f8b3eb617d30cd34ddd01 /features | |
| parent | 7175b6a7695cf5c14185deccb8850d988f0dba95 (diff) | |
| download | gitlab-ce-cd47e625f0f6b564dff9a5e5fa51f3d88db2b530.tar.gz | |
Fix features
Diffstat (limited to 'features')
| -rw-r--r-- | features/steps/shared/paths.rb | 4 |
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 |
