Skip to content

Instantly share code, notes, and snippets.

@icambridge
Created December 13, 2016 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icambridge/32e775013f5d100949bf2edf28e9c307 to your computer and use it in GitHub Desktop.
Save icambridge/32e775013f5d100949bf2edf28e9c307 to your computer and use it in GitHub Desktop.
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