Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/helper/Appium.js
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ class Appium extends WebdriverIO {
const browser = this.browser;
let err = false;
let currentSource;
return browser.waitUntil(function () {
return browser.waitUntil(() => {
if (err) {
return new Error(`Scroll to the end and element ${searchableLocator} was not found`);
}
Expand Down