Skip to content

243 — should filter projects by Project (title) Is

Description

Verifies that the Projects table Project filter with the "Is" operator narrows the list to the single project picked by title.

Preconditions

  • Signed-in test tenant
  • Six seeded projects with distinct titles
  • Projects view open in "All projects" mode showing 6 projects

Steps

  1. Open the Filters panel.
  2. Add a Project filter row.
  3. Choose the "Is" operator.
  4. Pick the third seeded project's title from the project picker.
  5. Click Apply. Expected: the Projects grid shows exactly 1 project.
  6. Inspect the project name. Expected: the visible row matches the picked project title.
  • Spec: playwright/tests/integration/filters.spec.ts (line 371)