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', specs: ['spec.js'], SELENIUM_PROMISE_MANAGER: false, getPageTimeout: 10000, multiCapabilities: [ { browserName: 'firefox' }, { browserName: 'chrome' } ] } spec file describe('home-view', function(){ beforeEach(async function(){ await browser.get('http://localhost:49335/index.html#!/home'); }); it('sorted by