mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
Apparently after you call waitForText, if you don't specify a callback function, you need to put the next stuff after a casper.then() -- not doing so caused some tests to fail if, e.g. the subscription list did not load super-promptly (because we checked for the text even before the waitFor expired; in other words, we were not blocking on it.) (imported from commit c71d543db0aba0c27b5136b92bb6e28e63278ac5)