atecarlos / protractor-http-mock

A library designed to work alongside Protractor for setting up mocks for your HTTP ajax requests.
MIT License
173 stars 70 forks source link

query-string 4.3.0 is breaking protractor-http-mock #114

Closed demee closed 7 years ago

demee commented 7 years ago

After release of query-string 4.3.0 we started seeing issues in our automated tests:

Error: objectAssign is not defined
anonymous/anonymous/queryStringParseFunction
matchQueryString
match
matchExpectation
httpMock
processQueue
scheduleProcessQueue
$RootScopeProvider/this.$get</Scope.prototype.$eval
$RootScopeProvider/this.$get</Scope.prototype.$digest
$RootScopeProvider/this.$get</Scope.prototype.$apply
done
completeRequest
requestLoaded
nrWrapper
angular.js:12808:18

Reverting back to query string 4.2.3 fixes the problem above.

atecarlos commented 7 years ago

Thanks for the heads up. I just published 0.9.2 which fixes the issue. I had to lock the down the version of query-string unfortunately since their new code is not compatible.