Skip to content

Commit 2c21f54

Browse files
committed
test(rpc-client): test_qr_securejoin_broadcast: Wait for CHATLIST_CHANGED before getting chatlist
1 parent 7b54954 commit 2c21f54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deltachat-rpc-client/tests/test_securejoin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ def check_account(ac, contact, inviter_side, please_wait_info_msg=False):
224224
# Start second Bob device, if it wasn't started already.
225225
bob2.start_io()
226226
bob2.wait_for_securejoin_joiner_success()
227+
bob2.wait_for_event(EventType.CHATLIST_CHANGED)
227228
wait_for_broadcast_messages(bob2)
228229
check_account(bob2, bob2.create_contact(alice), inviter_side=False)
229230

0 commit comments

Comments
 (0)