009 — should create two additional items and bulk delete them¶
Description¶
Verifies that two additional items can be selected together in the grid and bulk-moved to trash in one action, and that the grid empties afterwards.
Preconditions¶
- Signed in as the owner of a freshly provisioned organization
- A client and a project (with the project belonging to that client) already exist
- Two additional items have been seeded via the API
- The Additional Items page is open on the "Additional items" tab and has been reloaded so both items are visible
Steps¶
- Confirm the grid contains 2 additional items.
- Click the "Select all" checkbox in the grid header. Expected: The selection bar shows "2" items selected.
- Click "Move to trash" in the bulk-action bar. Expected: The delete-confirmation modal appears with a bulk-delete message.
- Confirm the deletion in the modal. Expected: A "Moved to trash" popup appears and the grid contains 0 additional items.
Related¶
- Spec:
playwright/tests/integration/additionalItem.spec.ts(line 361)