352 — should check required fields¶
Description¶
Verifies that the first step (Personal Info) of onboarding enforces required-field validation when the user tries to advance without filling in their name.
Preconditions¶
- A freshly registered and email-verified user account that has not yet completed onboarding.
- The user is logged in and standing on Step 1 of 2 of the onboarding wizard ("Set personal info").
Steps¶
- Look at the onboarding wizard. Expected: the language selector shows "English" and the stage indicator shows step 1 of 2.
- Click the "Next" button without filling in any fields.
- Expected: the First Name field displays a "required" validation message.
- Expected: the Last Name field displays a "required" validation message.
Related¶
- Spec:
playwright/tests/integration/onboarding.spec.ts(line 71)