Merge branch '42361-workaround' into 'master'
Resolve "Spec failure in ./spec/features/issues/spam_issues_spec.rb" Closes #42361 See merge request gitlab-org/gitlab-ce!16671
This commit is contained in:
commit
a403011e4f
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ describe 'New issue', :js do
|
|||
|
||||
click_button 'Submit issue'
|
||||
|
||||
# reCAPTCHA alerts when it can't contact the server, so just accept it and move on
|
||||
page.driver.browser.switch_to.alert.accept
|
||||
|
||||
# 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')
|
||||
|
|
Loading…
Reference in a new issue