mirror of https://github.com/zulip/zulip.git
Remove deprecated parameter in Casper unread test
You used to have to call casper.test.done(N) where N was the number of tests run. This is no longer required and is deprecated in CasperJS 1.1. (imported from commit 0de9ecb1930cbce416fa02c24a882e926cdc8e87)
This commit is contained in:
parent
f41f042127
commit
d4661b22c8
|
@ -101,5 +101,5 @@ casper.then(function () {
|
|||
|
||||
// Run the above queued actions.
|
||||
casper.run(function () {
|
||||
casper.test.done(3);
|
||||
casper.test.done();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue