Skip to content

Commit a34e7d8

Browse files
committed
Possible fix
1 parent bffc462 commit a34e7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helper/WebDriver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2738,7 +2738,7 @@ class WebDriver extends Helper {
27382738
/**
27392739
* Placeholder for ~ locator only test case write once run on both Appium and WebDriver.
27402740
*/
2741-
runInWeb(fn) {
2741+
async runInWeb(fn) {
27422742
return fn()
27432743
}
27442744
}

0 commit comments

Comments
 (0)