Skip to content

Commit

Permalink
Possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashohn committed Nov 15, 2024
1 parent bffc462 commit a34e7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helper/WebDriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -2738,7 +2738,7 @@ class WebDriver extends Helper {
/**
* Placeholder for ~ locator only test case write once run on both Appium and WebDriver.
*/
runInWeb(fn) {
async runInWeb(fn) {
return fn()
}
}
Expand Down

0 comments on commit a34e7d8

Please sign in to comment.