481 — should check required field for task name¶
Description¶
Verifies that the task form blocks submission when the task title is empty and shows a "Required" validation error on the title field.
Preconditions¶
- Signed-in tenant with a seeded Advanced project.
- Navigating to the all-tasks page (not opening the form inside a project). When the form is opened from the all-tasks page, Assignee/Reporter/Sprint inputs stay hidden until a project is picked — the test relies on the form's auto-defaults so only the title field surfaces the missing-value error.
Steps¶
- Navigate to the all-tasks page.
- Click "Add task" to open the form.
- Click "Create" without entering any data.
- Inspect the title field → Expected: a "Required" validation message is shown on the task name input.
Related¶
- Spec:
playwright/tests/integration/task.spec.ts(line 222)