Skip to content

Commit 18d9e17

Browse files
author
DavertMik
committed
fixed webdriver types
1 parent 587e475 commit 18d9e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/tests/helpers/WebDriverIO.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ wd.blur('div', { id: '//div' })
4949
wd.blur('div', { android: '//div' })
5050
wd.blur('div', { ios: '//div' })
5151

52-
expectError(wd.click())
52+
expectType<void>(wd.click())
5353
expectType<void>(wd.click('div'))
5454
wd.click({ css: 'div' })
5555
wd.click({ xpath: '//div' })

0 commit comments

Comments
 (0)