arunoda / laika

testing framework for meteor
http://arunoda.github.io/laika/
MIT License
242 stars 38 forks source link

Added a workaround for setTimeout phantomjs bug #123

Open apendua opened 10 years ago

apendua commented 10 years ago

It fixes #59. See also https://github.com/ariya/phantomjs/issues/10832

This is a critical issue, since waitForDOM depends on it. Please note that phantomjs does not support MutationObserver API.