Skip to content

035 — should test maximum characters in sprint description

Description

Verifies that the sprint description has a maximum length: entering more than 255 characters surfaces a "description too long" validation message.

Preconditions

  • Fresh tenant is registered, onboarded and signed in via the API
  • A seed project with 5 backlog tasks (and the default empty Backlog group) already exists
  • The user is on the project's Backlog page

Steps

  1. Open the "Create sprint" dialog and set the title "Sprint 1".
  2. Paste a 256-character random string into the Description field. Expected: an inline validation error indicating the description exceeds the maximum allowed length is displayed on the field.
  • Spec: playwright/tests/integration/backlog.spec.ts (line 622)