-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Title
Authorized User Can Delete Product
Narrative
As a: n authorized user (shipper)
I want: to delete a product
so that: it will be removed from `Products` page
Acceptance criteria
Given: user is authorized to delete products
And: is on the `Products` page
When: they check the box of the product they want to delete
And: click on `Delete`
Then: selected product disappears from the `Products` page
Reactions are currently unavailable