Skip to content

036 — should delete all tasks at once in backlog

Description

Verifies the bulk-delete flow on the backlog: selecting all tasks in the Backlog group and moving them to trash empties the backlog.

Preconditions

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

Steps

  1. Inspect the Backlog group header. Expected: task count = 5.
  2. Click the "Select all" checkbox on the Backlog group, then click "Move to trash" in the bulk-action bar. Expected: a confirmation dialog appears warning the user that the selected tasks will be moved to trash.
  3. Confirm the dialog. Expected: the Backlog group is now empty (task count = 0).
  • Spec: playwright/tests/integration/backlog.spec.ts (line 630)