xolvio / meteor-rtd-example-project

A template project to use for creating a meteor app with unit and webdriver testing
91 stars 27 forks source link

not rejected but errback #37

Open monbro opened 10 years ago

monbro commented 10 years ago

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