Skip to content

266 — should filter and then delete search text by button

Description

Verifies that after narrowing the grid with a partial-token search, clicking the search field's clear button restores the full row set (even if the user has clicked elsewhere first).

Preconditions

  • Signed-in test tenant
  • Five seeded time records (Private 01–05); only Private 04 carries the substring "ic 05" (in its 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 "ic 05" into the table's full-text search box. Expected: the grid shows 1 record (Private 04).
  3. Click outside the search field, then click the search field's clear button. Expected: the grid restores to all 5 records.
  • Spec: playwright/tests/integration/filters.spec.ts (line 943)