Skip to content

228 — should filter Project by IsNot

Description

Verifies that the time-records grid Project filter with the "IsNot" operator excludes records of the picked project and keeps everything else.

Preconditions

  • Signed-in test tenant
  • Six time records seeded across six different projects
  • Time Tracking Table view open

Steps

  1. Open the Filters panel.
  2. Add a Project filter row.
  3. Choose the "IsNot" operator.
  4. Pick the third seeded project's title.
  5. Click Apply. Expected: the grid now shows the remaining 5 time records (every project except the excluded one).
  6. Read the Project column on each row. Expected: the five surviving projects are the first, second, fourth, fifth and sixth seeded project titles.
  • Spec: playwright/tests/integration/filters.spec.ts (line 93)