Skip to content

026 — should test tasks data

Description

Verifies that every seed backlog task renders the data it was created with — status, due date, priority and story points — on its tile in the Backlog group.

Preconditions

  • Fresh tenant is registered, onboarded and signed in via the API
  • 5 seed backlog tasks have been created via API with known status, due date, priority and story points
  • The user is on the project's Backlog page

Steps

  1. For each seeded task, locate its tile in the "Backlog" group and inspect the displayed metadata. Expected: status is "To do", due date matches the seeded due date, priority matches the seeded priority and story points match the seeded story points.
  • Spec: playwright/tests/integration/backlog.spec.ts (line 182)