Skip to content

Sleep before submiting registration form QA test

Alex Buijs requested to merge fix-qa-login-register-spec into master

What does this MR do?

This fixes a failing QA test which submits the registration form too fast (within 4 seconds), which is prevented by invisible_captcha. Issue: #267498 (closed) This workaround can be removed once the feature flag has been converted into an application setting, issue: #284113 (closed).

Decision to fix this with a sleep was made here: #267498 (comment 449201539)

Edited by Alex Buijs

Merge request reports