Feature: Cart Page
File name: cart.feature
Relative path: feature/cart.feature
Given
the user is on the inventory page of the Saucedemo website
And
the user adds a product to the cart
When
the user navigate to the cart page
Then
the cart page should display the following elements:
element |
---|
QTY label |
Description label |
checkout button |
cart title |
continue shopping button |
Given
the user is on the inventory page of the Saucedemo website
And
the user adds a product to the cart
When
the user navigate to the cart page
And
the user clicks the "Remove" button for the product
Then
the product should be successfully removed from the cart