Open Aichlmayr opened 1 month ago
Given I am an authenticated catalog admin, When I update the details of a product (name, price, etc.), Then the product's information should be updated in the catalog.
Given I am an authenticated catalog admin, When I attempt to update a product with invalid data (e.g., negative price), Then the system should not save the changes and display an error message.
As a catalog admin, I need the ability to update products, so that I can keep product information current.