273 — should create two quick filters and delete one of them¶
Description¶
Verifies that two quick filters can be created and one of them removed via the "Move to trash" action, with the trash-confirmation modal and "Moved to trash" toast appearing.
Preconditions¶
- Signed-in test tenant
- Quick filters management view open
Steps¶
- Create a first quick filter with a title. Expected: the quick filters list shows 1 item.
- Create a second quick filter with a different title. Expected: the quick filters list shows 2 items.
- Open the first quick filter and click "Delete". Expected: a "Move to trash" confirmation modal appears.
- Confirm the move-to-trash modal. Expected: the "Moved to trash" toast appears and the quick filters list shrinks to 1 item.
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 1099)