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.
This commit is contained in:
Javi Martín
2021-03-25 04:01:07 +01:00
parent 5cf10a917b
commit b7ec9bc20c

View File

@@ -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"