Given I am a customer
When I navigate to the cart
Then I want to see the products in my cart
And I want to see the product's name
And I want to see the product's quantity
And I want to see the product's price per item
And I want to see the product's price total (price * quantity)
And I want to see the total price of my cart
Given I am a customer
When I navigate to the cart
Then I want to see the products in my cart
And I want to see the product's name
And I want to see the product's quantity
And I want to see the product's price per item
And I want to see the product's price total (price * quantity)
And I want to see the total price of my cart