eslint-plugin-protractor icon indicating copy to clipboard operation
eslint-plugin-protractor copied to clipboard

Rule Proposal: warn if ElementFinder methods are not called in expect()

Open alecxe opened this issue 8 years ago • 0 comments

This should be a warning:

expect($(".myclass").isDisplayed).toBe(true);

Not a warning:

expect($(".myclass").isDisplayed()).toBe(true);

alecxe avatar Jul 17 '17 19:07 alecxe