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¶
- Open the grid's column-visibility panel and turn on the
publicDescriptioncolumn. Expected: the Public description column appears in the table header. - Click the Public description column header to sort. Expected: the column is sorted ascending.
- Expected: the filter/sort chip count shows 1 active sort.
- Click the Public description column header again. Expected: the column is sorted descending.
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 519)