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 collaboratorMerging accounts
In order to prevent duplicates
The user
wants to be able merge people
- Scenarios
-
- Merging duplicate
-
- Given
- a person "Andre" with email "[email protected]"
- And
- a person "Ria" with email "[email protected]"
- And
- "Ria" has an account
- And
- "Andre" has an account
- And
- "Ria" is logged in
- When
- I follow "+" within "#tabs"
- And
-
I fill in the following:
First name Andre Last name Foeken Relation Son - And
- I press "Add"
- And
- I follow "Start using Caren"
- When
- I follow "edit_profile"
- And
- I fill in "E-mail" with "[email protected]"
- And
- I press "Save"
- When
- I follow "invite_link"
- When
-
I fill in the following within "#invite_person":
First name Andre Last name Foeken E-mail [email protected] - And
- I press "Send" within "#invite_person"
- When
- I follow "Logout"
- Given
- "Andre" is logged in
- When
- I follow "Connections"
- And
- I follow "Yes"
- And
- I follow "Andre Foeken"
- And
- I follow "merge_badge"
- And
- I follow "accept_merge" within "#merge_popup"
- And
- I follow "Logout"
- Given
- "Ria" is logged in
- Then
- I should see "Son" within "#tabs"
- And
- I should see "Andre Test" within "#activity"
Last published over 7 years ago by Dreetje.