Skip to content

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

  1. Click the Client column header to sort. Expected: the Client column is sorted ascending.
  2. Expected: the filter/sort chip count shows 1 active sort.
  3. Click the Client column header again. Expected: the Client column is sorted descending.
  • Spec: playwright/tests/integration/filters.spec.ts (line 490)