Skip to content

482 — should check required field when reporter is removed

Description

Verifies that the Reporter field is mandatory: clearing the auto-filled reporter and submitting must surface a "Required" validation message.

Preconditions

  • Signed-in tenant with a seeded Advanced project.
  • Currently on the seeded project's Tasks tab. Because the form is opened from inside a project, the Reporter field is visible and pre-populated with the current user.

Steps

  1. Click "Add task" to open the task form.
  2. Clear the auto-filled Reporter chip.
  3. Click "Create".
  4. Inspect the Reporter field → Expected: a "Required" validation message is shown on the Reporter input.
  • Spec: playwright/tests/integration/task.spec.ts (line 233)