diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-08-07 15:05:17 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-08-07 15:05:17 +0200 |
commit | ad55f0d6f9ec29026b36ee32ff5fc6081e3793de (patch) | |
tree | cd2b9919de1d5597922ac0ac1c2c3dc9a54a0ab0 /features/steps/shared/paths.rb | |
parent | 8b6ae0104df7e053ff3ad06e089c96273854c4e3 (diff) | |
parent | 4b7c2f0b503eb7400cee4cd5011733d689393691 (diff) | |
download | gitlab-ce-comment-updated-by.tar.gz |
Merge branch 'master' into comment-updated-bycomment-updated-by
Diffstat (limited to 'features/steps/shared/paths.rb')
-rw-r--r-- | features/steps/shared/paths.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb index 88a98a37807..bb0cd9ac105 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -139,6 +139,10 @@ module SharedPaths visit admin_root_path end + step 'I visit abuse reports page' do + visit admin_abuse_reports_path + end + step 'I visit admin projects page' do visit admin_namespaces_projects_path end |