Skip to content

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

  1. Confirm each record starts with all three labels. Expected: the Labels column shows label1, label2, label3 on all three rows.
  2. Tick the selection checkbox on all three rows. Expected: the floating bar shows "3 selected".
  3. Open the bulk-edit modal and set LabelsFind and remove and pick label2.
  4. Click Save. Expected: "Success" popup appears.
  5. Inspect the rows. Expected: only label2 is gone; label1 and label3 remain on every record.
  • Spec: playwright/tests/integration/timerecord.spec.ts (describe "Timerecord - Bulk edit")