Protractor: Error while waiting for Protractor to sync with the page: “both angularJS testability and angular testability are undefined
I am trying to write some end to end tests and waned to use async and await. configuration file exports.config = { framework: ‘jasmine’, seleniumAddress: ‘http://localhost:4444/wd/hub’, …