Closed ghernandez81 closed 9 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.
No further reply from user. Assum resolved.
Isn't a mystery, its just the async call that he did. When we try to use promises more of your functions have issues.
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