Skip to content

Commit 7cc46c1

Browse files
authored
fix: missing type in array to have text (#1869)
1 parent 77af39a commit 7cc46c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/expect-webdriverio.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ declare namespace ExpectWebdriverIO {
351351
* ```
352352
*/
353353
toHaveText(
354-
text: string | RegExp | ExpectWebdriverIO.PartialMatcher | Array<string | RegExp>,
354+
text: string | RegExp | ExpectWebdriverIO.PartialMatcher | Array<string | RegExp | ExpectWebdriverIO.PartialMatcher>,
355355
options?: ExpectWebdriverIO.StringOptions
356356
): R
357357

0 commit comments

Comments
 (0)