Skip to content

076 — Should check default tasks and their data

Description

Verifies the initial Kanban board layout for an advanced project with a started sprint: all 5 seeded tasks land in TO DO and each card carries the expected code, due date, priority, and story points.

Preconditions

  • Signed-in user on a freshly registered organization.
  • An advanced-type project with 5 tasks assigned to an active sprint titled "Started Sprint" (1-week duration).
  • The project's task workflow has been extended with two extra statuses: "TEST TODO" and "TEST IN PROGRESS" (so the workflow has 5 statuses total).
  • The Agile Board view of the project is open and shows 5 tasks.

Steps

  1. Inspect the TO DO column on the board. Expected: the column contains exactly 5 task cards listed in order task1, task2, task3, task4, task5, and the column count badge shows 5.
  2. For each of the 5 task cards, check its status, code, due date, priority, and story points. Expected: every task shows status TO DO, displays its task code, the seeded due date, the seeded priority value, and the seeded story-points value.
  • Spec: playwright/tests/integration/board.spec.ts (line 328)