Skip to content

526 — should create + trash from column

Description

Verifies that a freshly created non-billable time record (Table view) can be moved to trash from the inline column action on the row, without opening the modal.

Preconditions

  • Signed in to a seeded test organization.
  • Time Records page open in the Table view.

Steps

  1. Click Create time record, toggle Billable off, and click Create. Expected: "Created" popup appears and the table shows 1 record.
  2. Use the row's inline Move to trash action. Expected: the "Move to trash" confirmation modal appears.
  3. Confirm by clicking Move to trash. Expected: "Moved to trash" popup appears.
  4. Expected: no tasks remain in the system.
  • Spec: playwright/tests/integration/timerecord.spec.ts (line 513)