335 — should not sign up with short password¶
Description¶
Verifies that the sign-up form rejects passwords that are too short and shows the appropriate "password too short" warning instead of creating an account.
Preconditions¶
- Signed-out browser on the landing page.
- Sign-up page is open (reached via the "Sign up" button on the landing page).
Steps¶
- Enter a random valid email into the email field.
- Enter
dd(2 characters) into the password field. - Tick the "I agree with terms" checkbox.
- Click the "Sign up" button. Expected: the form does not submit and a short-password warning is shown next to the password field.
Related¶
- Spec:
playwright/tests/integration/login.spec.ts(line 27)