Skip to content

Instantly share code, notes, and snippets.

@edwinwebb
Created December 13, 2016 16:08
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 edwinwebb/5c11ecb91c002231740102be336e8afd to your computer and use it in GitHub Desktop.
Save edwinwebb/5c11ecb91c002231740102be336e8afd to your computer and use it in GitHub Desktop.
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