Created
February 8, 2012 13:49
-
-
Save timurvafin/1769689 to your computer and use it in GitHub Desktop.
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
Feature: Sign up | |
Scenario: Successful sign up | |
Given I have chosen to sign up | |
When I sign up with valid details | |
Then I should receive a confirmation email | |
And I should see a personalized greeting message | |
Scenario: Duplicate email | |
Given I have chosen to sign up | |
But I enter an email address that has already registered | |
Then I should be told that the email is already registered | |
And I should be offered the option to recover my password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment