mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-30 18:35:49 +00:00
comment delays
This commit is contained in:
@@ -371,7 +371,7 @@ testDeleteUnusedContactSilent =
|
||||
cath <### ["alice (Alice)", "bob (Bob)"]
|
||||
cath `hasContactProfiles` ["cath", "alice", "bob"]
|
||||
-- bob deletes cath, cath's bob contact is deleted silently
|
||||
threadDelay 50000
|
||||
-- threadDelay 50000
|
||||
bob ##> "/d cath"
|
||||
bob <## "cath: contact is deleted"
|
||||
bob ##> "/contacts"
|
||||
|
||||
@@ -608,7 +608,7 @@ testGroupDelete =
|
||||
testChatCfg3 cfg aliceProfile bobProfile cathProfile $
|
||||
\alice bob cath -> do
|
||||
createGroup3 "team" alice bob cath
|
||||
threadDelay 50000
|
||||
-- threadDelay 50000
|
||||
alice ##> "/d #team"
|
||||
concurrentlyN_
|
||||
[ alice <## "#team: you deleted the group",
|
||||
@@ -625,7 +625,7 @@ testGroupDelete =
|
||||
bob <## "#team: you deleted the group"
|
||||
cath ##> "#team hi"
|
||||
cath <## "you are no longer a member of the group"
|
||||
threadDelay 50000
|
||||
-- threadDelay 50000
|
||||
cath ##> "/d #team"
|
||||
cath <## "#team: you deleted the group"
|
||||
alice <##> bob
|
||||
@@ -742,7 +742,7 @@ testGroupReAddInvitedChangeRole =
|
||||
concurrently_
|
||||
(alice <## "#team: bob joined the group")
|
||||
(bob <## "#team: you joined the group")
|
||||
threadDelay 50000
|
||||
-- threadDelay 50000
|
||||
bob ##> "/d #team"
|
||||
concurrentlyN_
|
||||
[ bob <## "#team: you deleted the group",
|
||||
@@ -2634,7 +2634,7 @@ testPlanGroupLinkLeaveRejoin =
|
||||
bob <## "group link: known group #team"
|
||||
bob <## "use #team <message> to send messages"
|
||||
|
||||
threadDelay 50000
|
||||
-- threadDelay 50000
|
||||
|
||||
bob ##> "/leave #team"
|
||||
concurrentlyN_
|
||||
|
||||
@@ -644,7 +644,7 @@ testPlanAddressOwn tmp =
|
||||
"alice_2 (Alice): contact is connected"
|
||||
]
|
||||
|
||||
threadDelay 50000
|
||||
-- threadDelay 50000
|
||||
alice @@@ [("@alice_1", lastChatFeature), ("@alice_2", lastChatFeature)]
|
||||
alice `send` "@alice_2 hi"
|
||||
alice
|
||||
|
||||
Reference in New Issue
Block a user