Skip to content

Instantly share code, notes, and snippets.

@cheezy
Created October 5, 2011 19:18
Show Gist options
  • Save cheezy/1265379 to your computer and use it in GitHub Desktop.
Save cheezy/1265379 to your computer and use it in GitHub Desktop.
Example of required field
Scenario: Last name is required
Given I am on the page to be tested
When I leave the last name blank
Then I should see an error message with "Last name is required"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment