Skip to content

331 — should check required fields

Description

Verifies that the new-label form blocks submission when the title is empty and shows a required-field validation message.

Preconditions

  • User is signed in to a freshly seeded tenant.
  • The Labels page is open and the list is empty.

Steps

  1. Click "Add label" to open the new-label form.
  2. Without typing anything, click "Create". Expected: the form does not submit, and a "Title is required" validation message is shown under the Title field.
  • Spec: playwright/tests/integration/labels.spec.ts (line 86)