02c4a0cc73
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
8 lines
217 B
Gherkin
8 lines
217 B
Gherkin
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
|