mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
This new function Casper testing function improperly used `casper.then` in a nested fashion rather than in series, which doesn't work how one expects. This likely caused the test flakes we've started seeing with this code path since adding submit_notifications_stream_settings (though it's hard to prove).