mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Chaining together `wait*` functions can create race conditions in the frontend tests. To avoid race condition, we need to insert `then` function between two `wait*` functions.