Skip to content

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

  1. Look at the onboarding wizard. Expected: the language selector shows "English" and the stage indicator shows step 1 of 2.
  2. Click the "Next" button without filling in any fields.
  3. Expected: the First Name field displays a "required" validation message.
  4. Expected: the Last Name field displays a "required" validation message.
  • Spec: playwright/tests/integration/onboarding.spec.ts (line 71)