As a customer
I need to delete items from my order through a web UI
So that I can easily delete items from orders without using the API directly
Details and Assumptions
The UI will provide a “Delete item” option on the item detail page.
A confirmation prompt will appear before deletion.
Acceptance Criteria
Given I am on the "Item Details" page for a specific order
When I click on the "Delete Item" button
And I confirm the deletion
Then the item is removed from the order
And I no longer see it in the "Items List"
As a customer I need to delete items from my order through a web UI So that I can easily delete items from orders without using the API directly
Details and Assumptions
A confirmation prompt will appear before deletion.
Acceptance Criteria