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¶
- Click "Add task" in the backlog header.
- Type the task title "Created task".
- Click "Create". Expected: a "Created" toast appears.
- Inspect the Backlog group. Expected: task count is now 6 and the new "Created task" tile is listed with status "To do".
Related¶
- Spec:
playwright/tests/integration/backlog.spec.ts(line 641)