Skip to content

264 — should filter internal and public note by search

Description

Verifies that the time-records full-text search field matches both the internal note and the public note simultaneously — typing a token that appears in either field returns the union of matches.

Preconditions

  • Signed-in test tenant
  • Five seeded time records (Private 01–05) where "05" appears in Private 05's internal note and in Private 04's public note (Public 05)
  • 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 "05" 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 04 (matches via public note) and Private 05 (matches via internal note).
  • Spec: playwright/tests/integration/filters.spec.ts (line 920)