mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 04:43:58 +00:00
While sending multiple messages to different recipients in 'message_basic_tests', we were facing flaky test failure. The reason being now we jump to the conversation where message was sent & that was resulting in calls to the 'wait_for_fully_processed_message' function as 'outside_view' was not correctly set. Precisely, the call to 'wait_for_fully_processed_message' uses zulip_test.current_msg_list which won't remain correct when the sender is narrowed to different views on sending messages to different recipients in succession.
22 KiB
22 KiB