You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lorenyu non-blocking thought: i see a lot of "handles submissions by bots" tests in this PR, i wonder if it makes sense to DRY that up somehow. maybe not but just wondering
@lorenyu yeah, thinking about it more, it seems like it should be a separate spec along the lines of
# psuedocode
describe "non-logged in forms"
parametrize on { form: ["registration", "password reset", "login"] }
it "includes honeypot fields and logic to catch bots that spam all fields"
navigate to form
spam all fields
submit
expect response to be 422
end
end
The text was updated successfully, but these errors were encountered:
from the following discussion
@lorenyu non-blocking thought: i see a lot of "handles submissions by bots" tests in this PR, i wonder if it makes sense to DRY that up somehow. maybe not but just wondering
@doshitan Yea not sure, just from the upstream changes: c7e83fa
@lorenyu yeah, thinking about it more, it seems like it should be a separate spec along the lines of
The text was updated successfully, but these errors were encountered: