Open niania124 opened 6 months ago
Given I am logged in as a store administrator And a product exists in the catalog When I navigate to the product details page Then I should see a "Delete Product" button or option When I confirm the deletion (e.g., pop-up confirmation window) Then the product should be permanently deleted from the catalog Then the system should display a confirmation message indicating successful product deletion
As a: Store administrator (or relevant role)
I need: The ability to delete products from the catalog.
So that: I can remove discontinued items, out-of-stock products we won't be restocking, or any other products that are no longer relevant to the catalog. This helps maintain a clean and organized catalog, prevents customer confusion about unavailable products, and allows for efficient management of inventory data.