Skip to content

254 — should sort by public description

Description

Verifies that the (hidden by default) Public description column can be enabled via the grid's column-visibility panel and that clicking its header sorts ascending then descending.

Preconditions

  • Signed-in test tenant
  • Six time records seeded with distinct public descriptions
  • Time Tracking Table view open with the Public description column not yet enabled

Steps

  1. Open the grid's column-visibility panel and turn on the publicDescription column. Expected: the Public description column appears in the table header.
  2. Click the Public description column header to sort. Expected: the column is sorted ascending.
  3. Expected: the filter/sort chip count shows 1 active sort.
  4. Click the Public description column header again. Expected: the column is sorted descending.
  • Spec: playwright/tests/integration/filters.spec.ts (line 519)