404 — should try write bio with 255 or more characters¶
Description¶
Verifies the 255-character cap on the About me bio: when more than 255 characters are pasted in, saving is blocked with a length validation message.
Preconditions¶
- A fresh user is signed in with the seeded
mainProfiledata. - The Account Settings → Personal Info page is open.
Steps¶
- Paste a 256-character random string into the About me field (this bypasses the typed maxlength, simulating a clipboard paste).
- Click Save. Expected: an error message reading "String must contain at most 255 character(s)" appears under the About me field and the profile is not saved.
Related¶
- Spec:
playwright/tests/integration/personal.info.spec.ts(line 139)