Skip to content

263 — should filter internal note by search

Description

Verifies that the full-text search field on the time-records grid matches a phrase that appears in the public note (Public 02) and returns every record whose public note contains it.

Preconditions

  • Signed-in test tenant
  • Five seeded time records (Private 01–05) with public notes Public 01–05; two records (Private 02 and 03) share the public note "Public 02"
  • Time Tracking Table view open showing all 5 records

Steps

  1. Confirm the grid starts with 5 time records. Expected: all five rows are visible.
  2. Type "Public 02" into the table's full-text search box. Expected: the grid shows 2 time records.
  3. Inspect the Internal description column. Expected: the surviving rows are Private 02 and Private 03 (the two records whose public note matches).
  • Spec: playwright/tests/integration/filters.spec.ts (line 911)