Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBug: protractor 6.0.0: element.isPresent() returns false if element is disabled #5404
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
6.0.0element.isPresent()by protractor 6.0.0 returnsfalsein case an element isdisabled.should return
trueeven if the element is disabled5.4 version:
https://github.com/angular/protractor/blob/release-5.4/lib/element.ts#L1094
Current master and protractor 6.0.0 version:
https://github.com/angular/protractor/blob/master/lib/element.ts#L1057
wrong modified by this commit:
c0917aa#diff-b9fb06f01b394eaf53b0ff0316aae56dR1074
Possible solution: