I\'m running an Angular app and when testing on protractor a click(), I don\'t know when should I resolve the promise with a then().
click()
then()
I foun
Yes, you should. Maybe right now it's not necessary, but maybe in next versions it is. So, if click return a promise, you should use it.
click
http://www.protractortest.org/#/api?view=webdriver.WebElement.prototype.click