Skip to content

Instantly share code, notes, and snippets.

@johnivanoff
Created March 18, 2012 20:37
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 johnivanoff/2081169 to your computer and use it in GitHub Desktop.
Save johnivanoff/2081169 to your computer and use it in GitHub Desktop.
@wip
Scenario Outline: Delete a location
Given there are 4 locations
And I am on the <language> site
And I <action> the 3rd location
Then I should see 3 locations
Examples:
| language | action |
| en | Delete |
| es | Borrar |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment