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¶
- Click "Add task" to open the task form.
- Clear the auto-filled Reporter chip.
- Click "Create".
- Inspect the Reporter field → Expected: a "Required" validation message is shown on the Reporter input.
Related¶
- Spec:
playwright/tests/integration/task.spec.ts(line 233)