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¶
- Open the Filters panel.
- Add a Client filter row.
- Choose the "Is" operator.
- Pick the third seeded project's client name from the client picker.
- Click Apply. Expected: the Projects grid shows exactly 1 project.
- Inspect the project name. Expected: the visible row is the third seeded project (the only project linked to that client).
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 386)