Skip to content

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

  1. On the Create Organization step, click the "Finish" button without filling in any fields.
  2. Expected: the Organization Name (Title) field displays a "required" validation message.
  3. Expected: the Organization Size field displays a "required" validation message.
  4. Expected: the Industry field displays a "required" validation message.
  5. Expected: the Source ("How did you hear about us") field displays a "required" validation message.
  • Spec: playwright/tests/integration/onboarding.spec.ts (line 143)