mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-27 13:36:06 +10:00
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
9 lines
217 B
Gherkin
9 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
|