Skip to content

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

  1. Click "Add task".
  2. Fill in only the title (random 4-word string) and priority "Highest".
  3. Click "Create" → Expected: the "Created" success toast appears.
  4. Reveal the hidden columns Reporter, Sprint, Story points.
  5. 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 "-".
  • Spec: playwright/tests/integration/task.spec.ts (line 202)