summaryrefslogtreecommitdiff
path: root/spec/features/issues/spam_issues_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-21 18:09:31 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-21 18:09:31 +0000
commitf1d9023a9049ed7defec5566063b7f704c26dfd6 (patch)
tree0e7ea3a1e0d07c4b69baf361e99bad4fc1e16bc9 /spec/features/issues/spam_issues_spec.rb
parente33f87ac0fabaab468ce4b457996cc0f1b1bb648 (diff)
downloadgitlab-ce-f1d9023a9049ed7defec5566063b7f704c26dfd6.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/issues/spam_issues_spec.rb')
-rw-r--r--spec/features/issues/spam_issues_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/issues/spam_issues_spec.rb b/spec/features/issues/spam_issues_spec.rb
index b6c936a6767..47e7022011d 100644
--- a/spec/features/issues/spam_issues_spec.rb
+++ b/spec/features/issues/spam_issues_spec.rb
@@ -103,8 +103,8 @@ describe 'New issue', :js do
click_button 'Submit issue'
- # it is impossible to test recaptcha automatically and there is no possibility to fill in recaptcha
- # recaptcha verification is skipped in test environment and it always returns true
+ # it is impossible to test reCAPTCHA automatically and there is no possibility to fill in recaptcha
+ # reCAPTCHA verification is skipped in test environment and it always returns true
expect(page).not_to have_content('issue title')
expect(page).to have_css('.recaptcha')