diff --git a/add-nearby-contact-that-was-already-added-at-distance.md b/add-nearby-contact-that-was-already-added-at-distance.md index c0e14d5..9a89696 100644 --- a/add-nearby-contact-that-was-already-added-at-distance.md +++ b/add-nearby-contact-that-was-already-added-at-distance.md @@ -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) \ No newline at end of file