-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
addEventListener is missing in XHRRequest mock #7
Comments
This might be what I'm looking for to get past the error with Angular about Will try it out, thx! |
something like this in installCypressHooks.js at line 329 inside FakeXMLHttpRequest.prototype? addEventListener: function(type, callback) { removeEventListener: function(type, callback) { |
installCypressHooks.js 330 add |
We were trying to use it in ng6 app test
But got error regarding missing addEventListener method
i was able to fix it using
The text was updated successfully, but these errors were encountered: