072 — Should check default tasks and their data¶
Description¶
Verifies that when an advanced project has tasks sitting in the Backlog (no sprint has been started yet), the Kanban board shows the empty-state message because no tasks are scheduled into an active sprint.
Preconditions¶
- Signed-in user on a freshly registered organization.
- An advanced-type project seeded with 1 client, 1 employee, and 5 tasks (all created in the Backlog, none assigned to a sprint).
- Tasks tab of the project shows 5 tasks.
- No sprint has been started yet.
Steps¶
- From the project, open the Agile Board view. Expected: the Board page loads.
- Look at the Kanban columns. Expected: the board shows its empty-state message because there is no active sprint, so no task cards appear in any column.
Related¶
- Spec:
playwright/tests/integration/board.spec.ts(line 96)