090 — Should check default tasks and their data¶
Description¶
Verifies the initial Kanban layout for a Simple project (no sprints): 3 default columns in fixed order and all seeded tasks in TO DO with their correct code, due date, priority, and story points.
Preconditions¶
- Signed-in user on a freshly registered organization.
- A Simple-type project with 5 seeded tasks (no sprint workflow).
- The Simple Board view is open and shows 5 tasks.
Steps¶
- Inspect the column layout. Expected: there are 3 columns in the order TO DO → IN PROGRESS → DONE.
- For each of the 5 task cards, check 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, and the seeded story points.
- Check the per-column distribution. Expected: TO DO contains task1–task5 (count 5); IN PROGRESS and DONE are empty (count 0).
Related¶
- Spec:
playwright/tests/integration/board.spec.ts(line 905)