Update add nearby contact that was already added at distance

Ivana
2022-01-19 11:47:05 +00:00
parent 17d075ee1f
commit fb3d682123

@@ -1,9 +1,32 @@
Add two contacts at a distance
Give them the name that is their true username in Briar
Then connect them nearby
Message 'contact already exists'.
But would the message be the same if the distance contacts were to be given different names.
Or if contacts are first added nearby, then distance?
**Scenario 1**
- Add two contacts at a distance
- Give them the name that is their true username in Briar
- Then connect them nearby
- Message 'contact already exists'.
**Scenario 2**
- Add two contacts at a distance,
- Give each a name that is different from their nickname in Briar
- Try to add them neaby again
- Message 'contact already exists'.
**Scenario 3**
- add neaby contacts
- then try to add the same contacts at a distance by giving each one their respective nickanmes in Briar app
- the contacts should not be added and the toast message should be correct
**Scenario 4**
- add neaby contacts
- then try to add the same contacts at a distance by giving each one a name that is different from their real nickname in Briar app
- the contacts should not be added and the toast message should be correct
- Or if contacts are first added nearby, then distance?
[Back to Testing](https://code.briarproject.org/briar/briar/-/wikis/Testing)