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