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
oh bummer, and this adapter is also not being tested with the test suite. @NitayRabi do you guys wanna help with this? both the fix and connecting the protractor adapter to the test suite?
When using class list, the adapter uses
element.getAttribute('classList')
- this does not work.(https://github.com/wix-incubator/unidriver/blob/master/adapters/protractor/src/index.ts#L117)
Example from DOM -
Implementation can be based on class/className attribute
see https://stackoverflow.com/questions/20268128/how-to-test-if-an-element-has-class-using-protractor
The text was updated successfully, but these errors were encountered: