marcoslin / angularAMD

Facilitate use of RequireJS in AngularJS
http://marcoslin.github.io/angularAMD
MIT License
734 stars 171 forks source link

protractor issue #110

Closed ghernandez81 closed 9 years ago

ghernandez81 commented 10 years ago

If i do e2e testing and change the browser to chrome the test fail in protractor it gave me this error: NoSuchElementError: No element found using locator

is related to the manual boostraping ? thanks

marcoslin commented 10 years ago

protractor is unfortunately a mystery to me. It would often work fine in one moment and breaks another. You can see #68 that I still hasn't been able to resolve.

What I have observed is that it tends to get worse if I am sourcing the library externally, and in my case, the google map API.

Try to allow more time such as what I've done at https://github.com/marcoslin/angularAMD/commit/99f6258b49b38066f34b2e590e02a0cb51144ab5 and see if it helps.

marcoslin commented 9 years ago

No further reply from user. Assum resolved.

gtzinos commented 7 years ago

Isn't a mystery, its just the async call that he did. When we try to use promises more of your functions have issues.