429 — should fall back to owner-only assignees when no members are added¶
Description¶
Verifies that when a project has no explicitly added members, the Add task dialog only offers the project owner as a possible Assignee and offers no Reporter options at all.
Preconditions¶
- Signed-in tenant with a seeded project that has no members added beyond the implicit owner.
- Project Members page open for the seeded project.
Steps¶
- Inspect the members table. Expected: it lists 0 members (owner is implicit, not listed in the table).
- Navigate to the Tasks page and click "Add task".
- In the Add task dialog, set the Project to the seeded project.
- Open the Assignee dropdown. Expected: the menu lists only the project owner.
- Close the menu and open the Reporter dropdown. Expected: the menu is empty (no reporter options).
Related¶
- Spec:
playwright/tests/integration/project.spec.ts(line 445)