debian-mirror-gitlab/features/abuse_report.feature

18 lines
509 B
Gherkin
Raw Normal View History

2015-09-11 14:41:01 +05:30
Feature: Abuse reports
Background:
Given I sign in as a user
And user "Mike" exists
Scenario: Report abuse
Given I visit "Mike" user page
And I click "Report abuse" button
When I fill and submit abuse form
Then I should see success message
2015-10-24 18:46:33 +05:30
Scenario: Report abuse available only once
Given I visit "Mike" user page
And I click "Report abuse" button
When I fill and submit abuse form
And I visit "Mike" user page
Then I should see a red "Report abuse" button