angularjs - how to navigate to page without angular in protractor? -


this question has answer here:

how can go page not contain angular protractor? test looks this:

browser.driver.get('https://www.mysitewithlogin.com'); 

the result is:

message:error while waiting protractor sync page: "angular not found on window" 

so site starts login page , not contain angular. uberhaupt possible?

use below line of code before launching application.

browser.ignoresynchronization=true;

by writing above line, wont wait angular. considers app normal app.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -