You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This most likely has nothing to do with RTD, but with phantomjs js engine. But I thought I would at least ask to see if you knew of a work around.
Meteor.user=function(){returnnull;}Meteor.Error=function(error,reason){return{error: error,reason: reason};};expect(Helper.method).toThrow(newMeteor.Error(401,'must be logged in'));
fails using phantomjs
passes using chrome
I'll assume that this might be due to phantomjs using an older javascript engine. Any thoughts on getting it to pass? I'd prefer not to have any additional browser windows open, but will continue to use chrome for the time being.
The text was updated successfully, but these errors were encountered:
I've not seen this before. What in phantom is failing exactly? Perhaps you could patch that part of the JS engine prior to running your test? a bit of a cheat but it's a rock and a hard place situation :)
This most likely has nothing to do with RTD, but with phantomjs js engine. But I thought I would at least ask to see if you knew of a work around.
fails using phantomjs
passes using chrome
I'll assume that this might be due to phantomjs using an older javascript engine. Any thoughts on getting it to pass? I'd prefer not to have any additional browser windows open, but will continue to use chrome for the time being.
The text was updated successfully, but these errors were encountered: