Last active
August 29, 2015 14:12
-
-
Save joebuschmann/23072d552bf740e5d3d2 to your computer and use it in GitHub Desktop.
When using numeric identifiers in Gherkin - code this
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
| Background: | |
| Given I have the following products | |
| | Id | Name | | |
| | 45 | Galaxy S5 | | |
| | 46 | iPhone 6 | | |
| | 47 | Nokia Icon | | |
| Scenario: Update price | |
| When I select the Nokia Icon | |
| And update the price to $199.00 | |
| Then the price should be saved |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment