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¶
- Click Create time record in the footer, then click Create. Expected: "Created" popup appears and the table shows 1 record.
- Use the inline row action Move to trash on the new record. Expected: the "Move to trash" confirmation modal appears.
- Click Move to trash in the confirmation modal. Expected: "Moved to trash" popup appears.
- Expected: no tasks remain in the system.
Related¶
- Spec:
playwright/tests/integration/timerecord.spec.ts(line 138)