Skip to content

Commit

Permalink
fix: typo by #2351
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Mar 25, 2024
1 parent 24a2ca7 commit 63589a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ class XCUITestDriver extends BaseDriver {
// If the session specified this.opts.webDriverAgentUrl with a real device,
// we can assume the user prepared the device properly already.
if (this.opts.webDriverAgentUrl) {
this.logs.debug('Skipping checking of the device availability since the session specifies appium:webDriverAgentUrl');
this.log.debug('Skipping checking of the device availability since the session specifies appium:webDriverAgentUrl');
} else {
// make sure it is a connected device. If not, the udid passed in is invalid
const devices = await getConnectedDevices();
Expand Down

0 comments on commit 63589a1

Please sign in to comment.