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¶
- Click Create time record, toggle Billable off, and click Create. Expected: "Created" popup appears and the table shows 1 record.
- Use the row's inline Move to trash action. Expected: the "Move to trash" confirmation modal appears.
- Confirm by clicking Move to trash. Expected: "Moved to trash" popup appears.
- Expected: no tasks remain in the system.
Related¶
- Spec:
playwright/tests/integration/timerecord.spec.ts(line 513)