Skip to content

269 — should test required field

Description

Verifies that the Quick filter creation modal enforces the Title field — submitting without a title shows the required-field validation message.

Preconditions

  • Signed-in test tenant
  • Quick filters management view open

Steps

  1. Click the "Add quick filter" button to open the creation modal.
  2. Without entering a title, click "Create". Expected: the Title field shows the required-field validation message.
  • Spec: playwright/tests/integration/filters.spec.ts (line 1001)