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:
authorHoracio Bertorello <svankie@gmail.com>2017-06-27 23:43:02 +0300
committerHoracio Bertorello <svankie@gmail.com>2017-06-28 20:37:14 +0300
commit49957cf55114d75dc2c1e62c71a98aad98866960 (patch)
treed9db87da54e7313a3e0279a872b0fce58ff0c811 /spec/features/abuse_report_spec.rb
parentd3c3200ca967142944d89b725e7dcc660e8e601c (diff)
Fix errors caused by attempts to report already blocked or deleted users
Diffstat (limited to 'spec/features/abuse_report_spec.rb')
-rw-r--r--spec/features/abuse_report_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/abuse_report_spec.rb b/spec/features/abuse_report_spec.rb
index 5e6cd64c5c1..b88e801c3d7 100644
--- a/spec/features/abuse_report_spec.rb
+++ b/spec/features/abuse_report_spec.rb
@@ -12,7 +12,7 @@ feature 'Abuse reports', feature: true do
click_link 'Report abuse'
- fill_in 'abuse_report_message', with: 'This user send spam'
+ fill_in 'abuse_report_message', with: 'This user sends spam'
click_button 'Send report'
expect(page).to have_content 'Thank you for your report'