meteor-rtd-example-project icon indicating copy to clipboard operation
meteor-rtd-example-project copied to clipboard

not rejected but errback

Open monbro opened this issue 11 years ago • 0 comments

It looks to me like https://github.com/xolvio/meteor-rtd-example-project/blob/master/test/acceptance/leaderboard.spec.js#L53 is wrong.

When using rejected I am getting a >> TypeError: Object [object Object] has no method 'rejected' error, with errback it is working.

But in general rejected and reject should be available according to https://selenium.googlecode.com/git/docs/api/javascript/class_webdriver_promise_Deferred.html

monbro avatar Apr 21 '14 15:04 monbro