Skip to content

338 — should show required field warning when blank on sign up

Description

Verifies that submitting the sign-up form with every field blank surfaces required-field warnings for email, password, and the terms checkbox at the same time.

Preconditions

  • Signed-out browser on the landing page.
  • Sign-up page is open (reached via the "Sign up" button on the landing page).

Steps

  1. Leave the email field empty.
  2. Leave the password field empty.
  3. Leave the "I agree with terms" checkbox unchecked.
  4. Click the "Sign up" button. Expected: a required-field warning is shown for the email field. Expected: a required-field warning is shown for the password field. Expected: a required-field warning containing "I agree with" is shown next to the terms checkbox.
  • Spec: playwright/tests/integration/login.spec.ts (line 50)