Skip to content

244 — should filter projects by Client Is

Description

Verifies that the Projects table Client filter with the "Is" operator narrows the list to the single project belonging to the picked client.

Preconditions

  • Signed-in test tenant
  • Six seeded projects, each linked to a different client
  • Projects view open in "All projects" mode showing 6 projects

Steps

  1. Open the Filters panel.
  2. Add a Client filter row.
  3. Choose the "Is" operator.
  4. Pick the third seeded project's client name from the client picker.
  5. Click Apply. Expected: the Projects grid shows exactly 1 project.
  6. Inspect the project name. Expected: the visible row is the third seeded project (the only project linked to that client).
  • Spec: playwright/tests/integration/filters.spec.ts (line 386)