Skip to content

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

  1. Type "0" into the table's full-text search box.
  2. Scroll the table several times to let the virtualised grid load more rows.
  3. Expected: the grid resolves to exactly 24 matching time records (the records whose notes contain the digit "0").
  • Spec: playwright/tests/integration/filters.spec.ts (line 954)