Skip to content

515 — should create + delete from column

Description

Verifies that a freshly created time record (Reports view) can be soft-deleted directly from the row's inline Move to trash action without opening the modal.

Preconditions

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

Steps

  1. Click Create time record in the footer, then click Create. Expected: "Created" popup appears and the table shows 1 record.
  2. Use the inline row action Move to trash on the new record. Expected: the "Move to trash" confirmation modal appears.
  3. Click Move to trash in the confirmation modal. Expected: "Moved to trash" popup appears.
  4. Expected: no tasks remain in the system.
  • Spec: playwright/tests/integration/timerecord.spec.ts (line 138)