diff --git a/types/expect-webdriverio.d.ts b/types/expect-webdriverio.d.ts index b9dc171f..484faa34 100644 --- a/types/expect-webdriverio.d.ts +++ b/types/expect-webdriverio.d.ts @@ -8,8 +8,8 @@ type Scenario = import('@wdio/types').Frameworks.Scenario type SnapshotResult = import('@vitest/snapshot').SnapshotResult type SnapshotUpdateState = import('@vitest/snapshot').SnapshotUpdateState -type ChainablePromiseElement = import('webdriverio').ChainablePromiseElement -type ChainablePromiseArray = import('webdriverio').ChainablePromiseArray +type ChainablePromiseElement = ReturnType +type ChainablePromiseArray = ReturnType type ExpectLibAsymmetricMatchers = import('expect').AsymmetricMatchers type ExpectLibAsymmetricMatcher = import('expect').AsymmetricMatcher