-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test 'incomplete spamaway test does not create new user record', and fix users controller to prevent user creation in this scenario #8467
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8467 +/- ##
===========================================
- Coverage 80.06% 53.11% -26.95%
===========================================
Files 101 101
Lines 5919 6226 +307
===========================================
- Hits 4739 3307 -1432
- Misses 1180 2919 +1739
|
NIce! Hopefully failed for the right reason... |
Nice!
OK, now the fix... |
huh -- its not seeing:
|
trying in gitpod... |
aha, ok, i left the blank area filled, so we had 2 errors instead of 1... fixed! |
Hmm... now we get a failure on the next assertion:
|
Same problem detecting text in |
Oooh interesting... functional test failure, i'll try restarting it... -- a weird one!
|
Nice!!! Merging. |
Fantastic 🎉 |
…fix users controller to prevent user creation in this scenario (publiclab#8467) * test 'incomplete spamaway test does not create new user record' * Update signup_flow_test.rb * Update users_controller.rb * Update users_controller.rb * make blank field actually blank? otherwise 2 errors * Update signup_flow_test.rb * Update signup_flow_test.rb * Update signup_flow_test.rb
…fix users controller to prevent user creation in this scenario (publiclab#8467) * test 'incomplete spamaway test does not create new user record' * Update signup_flow_test.rb * Update users_controller.rb * Update users_controller.rb * make blank field actually blank? otherwise 2 errors * Update signup_flow_test.rb * Update signup_flow_test.rb * Update signup_flow_test.rb
…fix users controller to prevent user creation in this scenario (publiclab#8467) * test 'incomplete spamaway test does not create new user record' * Update signup_flow_test.rb * Update users_controller.rb * Update users_controller.rb * make blank field actually blank? otherwise 2 errors * Update signup_flow_test.rb * Update signup_flow_test.rb * Update signup_flow_test.rb
…fix users controller to prevent user creation in this scenario (publiclab#8467) * test 'incomplete spamaway test does not create new user record' * Update signup_flow_test.rb * Update users_controller.rb * Update users_controller.rb * make blank field actually blank? otherwise 2 errors * Update signup_flow_test.rb * Update signup_flow_test.rb * Update signup_flow_test.rb
…fix users controller to prevent user creation in this scenario (publiclab#8467) * test 'incomplete spamaway test does not create new user record' * Update signup_flow_test.rb * Update users_controller.rb * Update users_controller.rb * make blank field actually blank? otherwise 2 errors * Update signup_flow_test.rb * Update signup_flow_test.rb * Update signup_flow_test.rb
…fix users controller to prevent user creation in this scenario (publiclab#8467) * test 'incomplete spamaway test does not create new user record' * Update signup_flow_test.rb * Update users_controller.rb * Update users_controller.rb * make blank field actually blank? otherwise 2 errors * Update signup_flow_test.rb * Update signup_flow_test.rb * Update signup_flow_test.rb
…fix users controller to prevent user creation in this scenario (publiclab#8467) * test 'incomplete spamaway test does not create new user record' * Update signup_flow_test.rb * Update users_controller.rb * Update users_controller.rb * make blank field actually blank? otherwise 2 errors * Update signup_flow_test.rb * Update signup_flow_test.rb * Update signup_flow_test.rb
…fix users controller to prevent user creation in this scenario (publiclab#8467) * test 'incomplete spamaway test does not create new user record' * Update signup_flow_test.rb * Update users_controller.rb * Update users_controller.rb * make blank field actually blank? otherwise 2 errors * Update signup_flow_test.rb * Update signup_flow_test.rb * Update signup_flow_test.rb
Re: #8463 and related to https://github.com/publiclab/plots2/blob/8c9c39da0152d5a965e7eb77697c056ca3d45111/test/system/signup_form_test.rb