I need to *create a new account using my email and a password.
So that *I start building my profile and share my thoughts
Details and Assumptions
Passwords has to be at least 8 characters long and contain at least one special
character and one number.
Emails can’t contain spaces or special characters other than .@_
Acceptance Criteria
Scenario: entering an existing email
Given I am on signup page
When I enter already registered email and password then hit enter
Then an error message displayed “Email already registered Go to sign in page”
Details and Assumptions
Passwords has to be at least 8 characters long and contain at least one special character and one number. Emails can’t contain spaces or special characters other than .@_
Acceptance Criteria