Skip to content

021 — Sprint duration: Custom should last for one day

Description

Verifies that the "Custom" sprint duration lets the user pick both a start and an end date independently, and that a one-day sprint (today → tomorrow) is created with the chosen date range.

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. Type the sprint title "Sprint Custom" (default duration option "Custom" stays selected, so no extra dropdown change is needed).
  3. Click the start-date field and pick today in the date picker.
  4. Click the end-date field and pick tomorrow (today + 1 day) in the date picker. Expected: start date shows today and end date shows tomorrow.
  5. Click the "Create" button. Expected: a "Sprint created" confirmation toast appears, the new sprint "Sprint Custom" is listed in the backlog, and its header shows the date range "today → tomorrow".
  • Spec: playwright/tests/integration/backlog.spec.ts (line 76)