Last active
November 25, 2015 01:57
-
-
Save johnhamelink/e9a5dc1f69684e7def04 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
| Feature: Connecting users by extra information | |
| Scenario: Connect user by alternative phone number | |
| Given Current User has <num_devices> devices | |
| Given Current User has registered with only one device | |
| When Other User has a ContactBookItem for Current User | |
| When ContactBookItem has all Current User's devices | |
| Then ContactBookItem's 'contact_session_id' will equal Current Users's ID | |
| Examples: | |
| | num_devices | | |
| | 1 | | |
| | 2 | | |
| | 10 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment