To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorSign in with existing FPI account
As an existing FPI account user
I want to sign in using my registered email and password
And search for a property
Acceptance Criteria:
- An existing FPI account user must be able to sign in using registered email and password and get to the search page.
- Background
-
- Given
- that I have previously registered
- Scenarios
-
- Existing user can sign in (happy path)
- Existing FPI User cannot sign in without accepting terms and conditions
- Existing FPI User can view terms and conditions and then return to sign in
- Existing FPI cannot sign in without Username and Password
- Existing FPI cannot sign in with an unregistered email address
- Existing FPI cannot sign in with wrong password
- Existing FPI User account locked if wrong password entered 5 times
- Existing user can sign in (happy path)
-
- Given
- I have entered my registered email address and password
- When
- I accept the terms and conditions
- And
- I sign in
- Then
- I am taken to the Search page
- Existing FPI User cannot sign in without accepting terms and conditions
-
- Given
- I have entered my registered email address and password
- When
- I do not accept the terms and conditions
- And
- I sign in
- Then
- I am given I am informed that I have not accepted the terms and conditions
- Existing FPI User can view terms and conditions and then return to sign in
-
- Given
- I have entered my registered email address and password
- And
- I go to view the terms and conditions
- When
- I go back to the sign in page
- And
- I accept the terms and conditions
- And
- I re-enter my password
- And
- I sign in
- Then
- I am taken to the Search page
- Existing FPI cannot sign in without Username and Password
-
- Given
- I have not entered my registered email address and password
- When
- I accept the terms and conditions
- And
- I sign in
- Then
- I am informed that I have not filled in the required fields
- Existing FPI cannot sign in with an unregistered email address
-
- Given
- I have entered an unregistered email address and password
- When
- I accept the terms and conditions
- And
- I sign in
- Then
- I am informed that my account cannot be found
- Existing FPI cannot sign in with wrong password
-
- Given
- I have entered my registered email address but wrong password
- When
- I accept the terms and conditions
- And
- I sign in
- Then
- I am informed that my account cannot be found
- Existing FPI User account locked if wrong password entered 5 times
-
- Given
- I have entered my registered email address and the wrong password 5 times
- Then
- I am informed my account is locked
Last published about 6 years ago by Heather Poole.