* Clear the errors before the signup submit is called
* Add e2e tests for signup form changes
* Update UI snapshots for `chromium` (2)
* Update UI snapshots for `chromium` (2)
* Update cypress/e2e/signup.cy.ts
Co-authored-by: Raquel Smith <raquelmsmith@users.noreply.github.com>
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Raquel Smith <raquelmsmith@users.noreply.github.com>
* Set a default org name if they don't enter one
* Add default org name tests
* Name org input optional
* Remove .only that the posthog-bot added
* Don't show optional for organization name input
* Update UI snapshots for `chromium` (2)
* Update UI snapshots for `chromium` (2)
* Clean up first / last name inputs on sign up / settings
* Update UI snapshots for `chromium` (1)
* Update cypress signup tests
* Update python tests for signup
* Update UI snapshots for `chromium` (1)
* Update signup.cy.ts
* Update signupLogic.ts
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
So obvious in retrospect
If you listen to the Cypress fail event without re-throwing then you swallow all test failures
"fun"
When reviewing #17919 I knew the Cypress tests would have to be failing which is what prompted me to check
Introduced in bbb7ed9 (July 10th!)