Skip to content

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

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