diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-06 16:57:04 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-06 16:57:04 +0200 |
commit | 02c4a0cc734320af315410b07a93843ca2f80bde (patch) | |
tree | b78991cc1812aeba9b2118041b52425d27c034ea /features/admin | |
parent | ed7a8c9221fe544afb666e2b10672c759c821507 (diff) | |
download | gitlab-ce-02c4a0cc734320af315410b07a93843ca2f80bde.tar.gz |
Add tests for abuse report feature
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/admin')
-rw-r--r-- | features/admin/abuse_report.feature | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/features/admin/abuse_report.feature b/features/admin/abuse_report.feature new file mode 100644 index 00000000000..7d4ec2556e5 --- /dev/null +++ b/features/admin/abuse_report.feature @@ -0,0 +1,8 @@ +Feature: Admin Abuse reports + Background: + Given I sign in as an admin + And abuse reports exist + + Scenario: Browse abuse reports + When I visit abuse reports page + Then I should see list of abuse reports |