diff --git a/tests/ChatTests/Names.hs b/tests/ChatTests/Names.hs index 81ad6e3c39..8b1936f619 100644 --- a/tests/ChatTests/Names.hs +++ b/tests/ChatTests/Names.hs @@ -41,6 +41,11 @@ testConnectByName ps = withSmpServerAndNames $ \reg -> (bob <## "alice (Alice): contact is connected") (alice <## "bob (Bob): contact is connected") alice <##> bob + bob ##> "/i alice" + bob <## "contact ID: 2" + bob <## "receiving messages via: localhost" + bob <## "sending messages via: localhost" + bob <## "simplex name: @alice.simplex (verified)" testConnectByNameNotClaimed :: HasCallStack => TestParams -> IO () testConnectByNameNotClaimed ps = withSmpServerAndNames $ \reg ->