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 587e475 commit 18d9e17Copy full SHA for 18d9e17
typings/tests/helpers/WebDriverIO.types.ts
@@ -49,7 +49,7 @@ wd.blur('div', { id: '//div' })
49
wd.blur('div', { android: '//div' })
50
wd.blur('div', { ios: '//div' })
51
52
-expectError(wd.click())
+expectType<void>(wd.click())
53
expectType<void>(wd.click('div'))
54
wd.click({ css: 'div' })
55
wd.click({ xpath: '//div' })
0 commit comments