007 — should create additional item and edit it¶
Description¶
Verifies that the name of an existing additional item can be edited from the grid and that the updated name appears in the row after saving.
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¶
- Confirm the grid contains 1 additional item.
- Open the seeded item's edit modal, change the name to "title", and click "Save". Expected: An "Updated" confirmation popup appears.
- Reveal the "user" column. Expected: The row with the new "title" name displays the current user as creator.
Related¶
- Spec:
playwright/tests/integration/additionalItem.spec.ts(line 336)