Skip to content

022 — should check required field

Description

Verifies that the "Title" field is required when creating a sprint: submitting an empty form surfaces a validation error instead of creating the sprint.

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 from the backlog header.
  2. Without entering any data, click the "Create" button. Expected: the dialog stays open and a "Title is required" validation message is shown on the Title field.
  • Spec: playwright/tests/integration/backlog.spec.ts (line 99)