Skip to content

252 — should sort by project

Description

Verifies that clicking the Project 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 projects
  • Time Tracking Table view open

Steps

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