480 — should create new task with only required fields¶
Description¶
Verifies that a task can be created with only the mandatory fields (title and priority), and that optional fields are shown as empty placeholders ("-") in the grid.
Preconditions¶
- Signed-in tenant with a seeded Advanced project.
- Currently on the seeded project's Tasks tab. Opening the form from inside a project means Assignee/Reporter/Sprint inputs are visible, but the test only sets title and priority.
Steps¶
- Click "Add task".
- Fill in only the title (random 4-word string) and priority "Highest".
- Click "Create" → Expected: the "Created" success toast appears.
- Reveal the hidden columns Reporter, Sprint, Story points.
- Inspect the new row → Expected: name matches the entered title, status is "To do", reporter is the current owner (auto-filled), and assignee, sprint, due date, and story points all show "-".
Related¶
- Spec:
playwright/tests/integration/task.spec.ts(line 202)