diff --git a/lib/driver.js b/lib/driver.js index 0b36601bb..d1f3a3c41 100644 --- a/lib/driver.js +++ b/lib/driver.js @@ -632,7 +632,7 @@ export class XCUITestDriver extends BaseDriver { // if we only have bundle identifier and no app, fail if it is not already installed. if (this.skipDeviceCheck) { - this.logs.debug(`Skipping ${this.opts.bundleId} installation check since skipDeviceCheck was given.`); + this.log.debug(`Skipping ${this.opts.bundleId} installation check since skipDeviceCheck was given.`); } else if ( !this.opts.app && this.opts.bundleId &&