We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ChainablePromiseElement
any
It seems in webdriverio/webdriverio@986cfe8#diff-1f8b28dd371ec47441bd71ea59bd260aba9e766f812392c898c2c436357b78f8 the definition of ChainablePromiseElement was changed to remove the type parameter, but
expect-webdriverio/types/standalone.d.ts
Line 3 in fc4624d
This leads to ChainablePromiseElement being of type any when you import this code.
The text was updated successfully, but these errors were encountered:
@aboyton thanks for reporting! I think we can replace all ChainablePromiseElement types with just WebdriverIO.Element
WebdriverIO.Element
Sorry, something went wrong.
No branches or pull requests
It seems in webdriverio/webdriverio@986cfe8#diff-1f8b28dd371ec47441bd71ea59bd260aba9e766f812392c898c2c436357b78f8 the definition of
ChainablePromiseElement
was changed to remove the type parameter, butexpect-webdriverio/types/standalone.d.ts
Line 3 in fc4624d
This leads to
ChainablePromiseElement
being of typeany
when you import this code.The text was updated successfully, but these errors were encountered: