Created
October 5, 2011 19:18
-
-
Save cheezy/1265379 to your computer and use it in GitHub Desktop.
Example of required field
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: 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