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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-08-06 17:57:04 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-08-06 17:57:04 +0300
commit02c4a0cc734320af315410b07a93843ca2f80bde (patch)
treeb78991cc1812aeba9b2118041b52425d27c034ea /features/abuse_report.feature
parented7a8c9221fe544afb666e2b10672c759c821507 (diff)
Add tests for abuse report feature
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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