In a test spec, I need to click a button on a web page, and wait for the new page completely loaded.
emailEl.sendKeys(\'jack\'); passwordEl.sendKeys(\'123pwd
browser.waitForAngular(); btnLoginEl.click().then(function() { Do Something });
to solve the promise.