Skip to content

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 mainProfile data.
  • The Account Settings → Personal Info page is open.

Steps

  1. Paste a 256-character random string into the About me field (this bypasses the typed maxlength, simulating a clipboard paste).
  2. 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.
  • Spec: playwright/tests/integration/personal.info.spec.ts (line 139)