Skip to content

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

  1. Navigate to the all-tasks page.
  2. Click "Add task" to open the form.
  3. Click "Create" without entering any data.
  4. Inspect the title field → Expected: a "Required" validation message is shown on the task name input.
  • Spec: playwright/tests/integration/task.spec.ts (line 222)