Created
December 13, 2016 09:14
-
-
Save icambridge/32e775013f5d100949bf2edf28e9c307 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Given I have the following products: | |
| Name | Price | Description | | |
| X | 12.23 | A bottle of X | | |
| Y | 12.33 | A bottle of X | | |
| Z | 12.43 | A bottle of Y | | |
And I have put 3 items of product "X" in my basket | |
When I goto my basket | |
Then I should have 3 items of product "X" | |
And I should have a basket value of 36.69 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment