251 — should sort by client¶
Description¶
Verifies that clicking the Client column header sorts time records ascending on the first click and descending on the second click, registering exactly one active sort entry.
Preconditions¶
- Signed-in test tenant
- Six time records seeded across six different clients
- Time Tracking Table view open
Steps¶
- Click the Client column header to sort. Expected: the Client column is sorted ascending.
- Expected: the filter/sort chip count shows 1 active sort.
- Click the Client column header again. Expected: the Client column is sorted descending.
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 490)