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:
authorAlex Buijs <abuijs@gitlab.com>2019-08-09 18:40:54 +0300
committerAlex Buijs <abuijs@gitlab.com>2019-08-10 13:24:53 +0300
commita8da0de528f3a522c6d77b92ca5621c63ae9a69a (patch)
tree0d2d2327ddab83dc97bd84bd3a538d2dfa39acfa /spec/features/invites_spec.rb
parent456c0691cd1a7f73d8e2e5bcf3d47372c8db27be (diff)
Add invisible captcha
With a time treshold of 4 seconds and a firstname and lastname honeypot input fields when signing up
Diffstat (limited to 'spec/features/invites_spec.rb')
-rw-r--r--spec/features/invites_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/invites_spec.rb b/spec/features/invites_spec.rb
index 855cf22642e..832c4a57aa3 100644
--- a/spec/features/invites_spec.rb
+++ b/spec/features/invites_spec.rb
@@ -10,6 +10,7 @@ describe 'Invites' do
let(:group_invite) { group.group_members.invite.last }
before do
+ stub_feature_flags(invisible_captcha: false)
project.add_maintainer(owner)
group.add_user(owner, Gitlab::Access::OWNER)
group.add_developer('user@example.com', owner)