Skip to content

343 — should show required field warning when blank on login

Description

Verifies that submitting the login form with both fields blank surfaces required-field warnings for email and password.

Preconditions

  • Signed-out browser on the landing page (login form visible).

Steps

  1. Leave the email field empty.
  2. Leave the password field empty.
  3. Click the "Log in" button. Expected: a required-field warning is shown for the email field. Expected: a required-field warning is shown for the password field.
  • Spec: playwright/tests/integration/login.spec.ts (line 120)