649 — Remove a specific label via Find and remove mode¶
Description¶
The Labels field's Find and remove mode strips the chosen labels from each selected record, leaving the rest intact.
Preconditions¶
- Signed in to a freshly seeded test organization.
- Three labels (label1, label2, label3) already exist.
- Three time records seeded via the GraphQL API, each carrying all three labels.
- Time Records page open in the Reports view.
Steps¶
- Confirm each record starts with all three labels. Expected: the Labels column shows label1, label2, label3 on all three rows.
- Tick the selection checkbox on all three rows. Expected: the floating bar shows "3 selected".
- Open the bulk-edit modal and set Labels → Find and remove and pick label2.
- Click Save. Expected: "Success" popup appears.
- Inspect the rows. Expected: only label2 is gone; label1 and label3 remain on every record.
Related¶
- Spec:
playwright/tests/integration/timerecord.spec.ts(describe "Timerecord - Bulk edit")