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.
feat(jasminewd): better error messaging when expect is called with a WebElement
Previously, using expect() with a web element would cause the webdriver
jasmine adapter to go into an infinite loop trying to resolve the promise,
since WebElement inherits from Promise but resolves to itself. Now
throws a more readable error.
Closes#178.
0 commit comments