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¶
- Leave the email field empty.
- Leave the password field empty.
- Leave the "I agree with terms" checkbox unchecked.
- 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.
Related¶
- Spec:
playwright/tests/integration/login.spec.ts(line 50)