267 — should test search for 100 time records¶
Description¶
Stress-tests the full-text search at scale — 100 additional time records are created, and a one-character search must return only the expected matches without breaking the virtualised grid.
Preconditions¶
- Signed-in test tenant
- 100 additional time records seeded via the API on top of the base five
- Time Tracking Table view open after page reload
Steps¶
- Type "0" into the table's full-text search box.
- Scroll the table several times to let the virtualised grid load more rows.
- Expected: the grid resolves to exactly 24 matching time records (the records whose notes contain the digit "0").
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 954)