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
Upgrade dev dependencies to use wdio v7.9.
WebdriverIO v7.9 introduces chainable promise elements as a way of
replacing sync mode since it is not supported by Node v16.
Change $ selectors to allow returning a ChainablePromiseElement.
In order to continue supporting wdio v6 and sync mode $ should also
allow returning a normal Promise<Element> and an Element respectively.
When support for either is dropped the respective return values can also
be removed from $.
0 commit comments