Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2015-08-07 10:33:30 +0300
committerValery Sizov <valery@gitlab.com>2015-08-07 10:33:30 +0300
commit8e067b6ab4c136a208065d05216b4828d26368ab (patch)
treebb7ba309dcdcbb7622f359e000ca576da06f3c5f /features/abuse_report.feature
parent55011aac4702d54a9907a3f7f4d0a21d9ff94b8a (diff)
parentec19c6a9e7b9e74b834802a5948e288c53f355a8 (diff)
Merge branch 'update_7-13-stable' into '7-13-stable'
Update 7-13-stable with 7.13.4 See merge request !1113
Diffstat (limited to 'features/abuse_report.feature')
-rw-r--r--features/abuse_report.feature10
1 files changed, 10 insertions, 0 deletions
diff --git a/features/abuse_report.feature b/features/abuse_report.feature
new file mode 100644
index 00000000000..3e1cb455b77
--- /dev/null
+++ b/features/abuse_report.feature
@@ -0,0 +1,10 @@
+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