From 69fbf54e0e9e358898af24fc80226295bd7d8530 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Tue, 20 Jun 2023 23:03:14 -0700 Subject: [PATCH] fix: mobile: lock (#887) --- lib/commands/execute.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/commands/execute.js b/lib/commands/execute.js index dcd004c6..1e23b56f 100644 --- a/lib/commands/execute.js +++ b/lib/commands/execute.js @@ -76,7 +76,7 @@ extensions.executeMobile = async function executeMobile (mobileCommand, opts = { listIdlingResources: 'mobileListIdlingResources', waitForUIThread: 'mobileWaitForUIThread', - lock: 'lock', + lock: 'mobileLock', unlock: 'mobileUnlock', isLocked: 'isLocked', diff --git a/package.json b/package.json index 92488c72..9784d614 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "dependencies": { "@babel/runtime": "^7.4.3", "appium-adb": "^9.10.2", - "appium-android-driver": "^5.13.0", + "appium-android-driver": "^5.14.0", "asyncbox": "^2.3.1", "bluebird": "^3.5.0", "lodash": "^4.17.11",