2015-08-06 10:57:04 -04:00
|
|
|
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-09-28 10:00:53 -04:00
|
|
|
|
|
|
|
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
|
2015-09-29 12:08:55 -04:00
|
|
|
Then I should see a red "Report abuse" button
|