329 — should create new label with all data¶
Description¶
Verifies that a user can create a new label by filling in every field (title, description, color), and that the resulting label card and detail view display all the values exactly as entered.
Preconditions¶
- User is signed in to a freshly seeded tenant.
- The Labels page is open and the list is empty.
Steps¶
- Click the "Add label" button to open the new-label form.
- Type the generated label title into the Title field.
- Type the generated description into the Description field.
- Pick the generated color from the color picker.
- Click "Create" to submit the form. Expected: a "Created" confirmation toast appears.
- Look at the label card in the list. Expected: the card shows the entered title, the entered description, and the chosen color, and exactly one label is present.
- Click the label card to open its detail modal. Expected: the modal shows the same title, the same description, and the same color that were submitted.
Related¶
- Spec:
playwright/tests/integration/labels.spec.ts(line 49)