You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
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: