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¶
- Leave the email field empty.
- Leave the password field empty.
- 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.
Related¶
- Spec:
playwright/tests/integration/login.spec.ts(line 120)