Skip to content

485 — should create task and delete it through column button

Description

Verifies that a single task can be created and then deleted directly from the grid row's "Move to trash" column button, leaving the grid empty.

Preconditions

  • Signed-in tenant with a seeded Advanced project.
  • Currently on the seeded project's Tasks tab.

Steps

  1. Click "Add task", set the title (random 4-word string), and click "Create" → Expected: the "Created" toast appears and the grid shows 1 task with the entered title.
  2. Click the row's "Move to trash" column button on that task → Expected: the move-to-trash confirmation modal is displayed.
  3. Confirm the modal → Expected: the "Moved to trash" toast appears.
  4. Inspect the grid → Expected: the grid contains 0 tasks.
  • Spec: playwright/tests/integration/task.spec.ts (line 279)