Guest User

Untitled

a guest
Jun 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Feature: Pricing
  2. In order to purchase two items from the store
  3. As a Store user
  4. I should be able to add two items and checkout with the right price displayed
  5.  
  6. Scenario: Successful checkout
  7. Given the user visits the "Unique Ability" product page
  8. When the user follows "add to order"
  9. And the user visits the "Strategy Circle Software" product page as well
  10. And the user follows "add to order" once again
  11. Then the user's cart should have 2 items in it totalling "$130"
Add Comment
Please, Sign In to add comment