As a: developer
I need: to test that the items can be deleted from the UI
So that: I can be sure that the customer will be able to delete items that he/she does not want to purchase
Assumptions:
Use Gherkin syntax
Use Selenium and Behave
Acceptance Criteria:Given a customer has 1 or more items in the cart
When the customer deletes an item from the cart
Then the customer should see the cart without that item
As a: developer I need: to test that the items can be deleted from the UI So that: I can be sure that the customer will be able to delete items that he/she does not want to purchase
Assumptions:
Acceptance Criteria: Given a customer has 1 or more items in the cart When the customer deletes an item from the cart Then the customer should see the cart without that item