Skip to content

401 — should not proceed without first name

Description

Verifies that First name is a required field — clearing it blocks the save and shows the "Required" validation message.

Preconditions

  • A fresh user is signed in with the seeded mainProfile data.
  • The Account Settings → Personal Info page is open.

Steps

  1. Clear the First name field so it is empty.
  2. Click Save. Expected: a "Required" error message appears under the First name field and the profile is not saved.
  • Spec: playwright/tests/integration/personal.info.spec.ts (line 121)