Skip to content

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

  1. Inspect the members table. Expected: it lists 0 members (owner is implicit, not listed in the table).
  2. Navigate to the Tasks page and click "Add task".
  3. In the Add task dialog, set the Project to the seeded project.
  4. Open the Assignee dropdown. Expected: the menu lists only the project owner.
  5. Close the menu and open the Reporter dropdown. Expected: the menu is empty (no reporter options).
  • Spec: playwright/tests/integration/project.spec.ts (line 445)