356 — should check required fields¶
Description¶
Verifies that the second step (Create Organization) enforces required-field validation when the user tries to finish onboarding without filling in any organization details.
Preconditions¶
- A freshly registered and email-verified user account that has not yet completed onboarding.
- The user has already completed Step 1: name filled in, profile avatar uploaded, language set to English, and has advanced to Step 2 of 2 ("Create organization").
Steps¶
- On the Create Organization step, click the "Finish" button without filling in any fields.
- Expected: the Organization Name (Title) field displays a "required" validation message.
- Expected: the Organization Size field displays a "required" validation message.
- Expected: the Industry field displays a "required" validation message.
- Expected: the Source ("How did you hear about us") field displays a "required" validation message.
Related¶
- Spec:
playwright/tests/integration/onboarding.spec.ts(line 143)