Aichlmayr / agile-final-project

0 stars 0 forks source link

Update a product in the catalog #3

Open Aichlmayr opened 1 month ago

Aichlmayr commented 1 month ago

As a catalog admin, I need the ability to update products, so that I can keep product information current.

Aichlmayr commented 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.