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¶
- Confirm the grid starts with 5 time records. Expected: all five rows are visible.
- Type "ic 05" into the table's full-text search box. Expected: the grid shows 1 record (Private 04).
- Click outside the search field, then click the search field's clear button. Expected: the grid restores to all 5 records.
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 943)