Skip to content

536 — should pick day 14 and 20 in current month

Description

Verifies that picking specific days in the current month via the Day date filter narrows the Time Records table to records on exactly that day, for both day 14 and day 20.

Preconditions

  • Signed in to a seeded test organization.
  • Time Records page open in the Table view.
  • One time record seeded per day of the current month (plus extra months from sibling cases).

Steps

  1. Open the date filter, pick Day mode, and click day 14 in the current month.
  2. Expected: the filter chip shows the picked date; the table contains exactly 1 record; that record's date matches day 14.
  3. Open the filter again, pick Day, and click day 20.
  4. Expected: the filter chip shows day 20; the table contains exactly 1 record matching day 20.
  • Spec: playwright/tests/integration/timerecord.spec.ts (line 859)