goodeggs / angular-cached-resource

An AngularJS module to interact with RESTful resources, even when browser is offline
MIT License
216 stars 29 forks source link

Write actions don't play nice with protractor (maybe?) #31

Open hazeledmands opened 10 years ago

hazeledmands commented 10 years ago

It seems that $cachedResource write actions are not properly hooking into Protractor's knowledge of when requests are complete. This means that, sometimes, for integration tests, actions that result in a $cachedResource write are resolving before the write is actually complete.