253 — should sort by task¶
Description¶
Verifies that clicking the Task 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 tasks
- Time Tracking Table view open
Steps¶
- Click the Task column header to sort. Expected: the Task column is sorted ascending.
- Expected: the filter/sort chip count shows 1 active sort.
- Click the Task column header again. Expected: the Task column is sorted descending.
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 506)