From b7ec9bc20caa4f7aaa4e2de01e40ae0459cf8b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 25 Mar 2021 04:01:07 +0100 Subject: [PATCH] Remove unnecessary code fo fill in honeypot field This field should not be filled in when we're trying to check a different cause for identifying a request as spam. --- spec/system/registration_form_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/system/registration_form_spec.rb b/spec/system/registration_form_spec.rb index 32ff9f824..046d946c4 100644 --- a/spec/system/registration_form_spec.rb +++ b/spec/system/registration_form_spec.rb @@ -65,7 +65,6 @@ describe "Registration form" do visit new_user_registration_path fill_in "user_username", with: "robot" - fill_in "user_address", with: "This is the honeypot field" fill_in "user_email", with: "robot@robot.com" fill_in "user_password", with: "destroyallhumans" fill_in "user_password_confirmation", with: "destroyallhumans"