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¶
- Click the "Add quick filter" button to open the creation modal.
- Without entering a title, click "Create". Expected: the Title field shows the required-field validation message.
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 1001)