Skip to content

037 — should add newly created task to backlog

Description

Verifies that creating a task from the backlog's "Add task" button places it in the Backlog group with status "To do" and bumps the group's task count.

Preconditions

  • Fresh tenant is registered, onboarded and signed in via the API
  • A seed project with 5 backlog tasks already exists
  • The user is on the project's Backlog page

Steps

  1. Click "Add task" in the backlog header.
  2. Type the task title "Created task".
  3. Click "Create". Expected: a "Created" toast appears.
  4. Inspect the Backlog group. Expected: task count is now 6 and the new "Created task" tile is listed with status "To do".
  • Spec: playwright/tests/integration/backlog.spec.ts (line 641)