Skip to content

008 — should create additional item and archive it

Description

Verifies that an existing additional item can be archived from the grid row menu and that, once archived, it disappears from the active Additional Items list.

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
  • One additional item has been seeded via the API
  • The Additional Items page is open on the "Additional items" tab and has been reloaded so the seeded item is visible

Steps

  1. Confirm the grid contains 1 additional item.
  2. Open the seeded item's row menu and click "Archive".
  3. Confirm the archive action in the modal. Expected: An "Archived" confirmation popup appears and the grid shows 0 additional items.
  • Spec: playwright/tests/integration/additionalItem.spec.ts (line 350)