Skip to content

079 — Should create 100 tasks and check board

Description

Verifies that the Agile Board can render and report the correct task count when a sprint is loaded with 100 tasks in the TO DO column (5 seeded + 95 additional).

Preconditions

  • Signed-in user on a freshly registered organization.
  • An advanced-type project with 5 tasks already in an active sprint "Started Sprint".
  • The task workflow has 5 statuses.
  • The Agile Board view is open and shows 5 tasks in TO DO.

Steps

  1. Seed 95 additional tasks (Task 01–Task 95) into the same sprint with status TO DO via the API. Expected: all 95 tasks are created successfully.
  2. Reload the board page. Expected: the TO DO column shows exactly 100 task cards and reports a count of 100; the board renders without errors.
  • Spec: playwright/tests/integration/board.spec.ts (line 396)