How can I go to a page that does not contain angular with protractor? My test looks like this:
browser.driver.get('https://www.mysitewithlogin.com');
The result is:
Message:Error while waiting for Protractor to sync with the page: "angular could not be found on the window"
So the site starts with a login page and does not contain angular. Is it uberhaupt possible?