We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77af39a commit 7cc46c1Copy full SHA for 7cc46c1
types/expect-webdriverio.d.ts
@@ -351,7 +351,7 @@ declare namespace ExpectWebdriverIO {
351
* ```
352
*/
353
toHaveText(
354
- text: string | RegExp | ExpectWebdriverIO.PartialMatcher | Array<string | RegExp>,
+ text: string | RegExp | ExpectWebdriverIO.PartialMatcher | Array<string | RegExp | ExpectWebdriverIO.PartialMatcher>,
355
options?: ExpectWebdriverIO.StringOptions
356
): R
357
0 commit comments