mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
The flake was caused due to the fact that current_msg_list was not populated with any messages in rare cases. We were missing a check to guard against current message list having no messages. The failure screenshot show no messages to prove this. Relevant error: Evaluation failed: TypeError: Cannot read property 'raw_content' of undefined