Created
December 13, 2016 16:08
-
-
Save edwinwebb/5c11ecb91c002231740102be336e8afd 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
As a user | |
I want to Sign-Up | |
So that can use the App to it's fullest | |
Given I have an email address | |
And agree to the PP and TnC | |
When the form is valid and submitted | |
Then an email is sent | |
And the activation code is presented | |
Then the link is clicked | |
And my account is activated | |
Given I have not clicked the activation link in two hours | |
And I try to Login | |
Then I will see a an error exapling the error | |
And I will be able to resend the email |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment