Created
October 17, 2014 13:35
-
-
Save joebuschmann/3b802a916892d065693a to your computer and use it in GitHub Desktop.
Gherkin example with optional preceding pronoun
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
Scenario: Make "I" optional | |
Given the following devices | |
| Product Name | | |
| Galaxy IV | | |
| iPhone | | |
| Windows Phone | | |
| Note | | |
| Kindle | | |
| Blackberry Storm | | |
| iPad | | |
| Surface | | |
| Surface Pro | | |
| HTC One | | |
When I remove the 10th item | |
And remove the 4th item | |
And remove the 3rd item | |
And remove the 2nd item | |
And remove the 1st item | |
Then the following devices remain | |
| Product Name | | |
| Kindle | | |
| Blackberry Storm | | |
| iPad | | |
| Surface | | |
| Surface Pro | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment