From 02c4a0cc734320af315410b07a93843ca2f80bde Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 6 Aug 2015 16:57:04 +0200 Subject: Add tests for abuse report feature Signed-off-by: Dmitriy Zaporozhets --- features/admin/abuse_report.feature | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 features/admin/abuse_report.feature (limited to 'features/admin') 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 -- cgit v1.2.3