Skip to content

Commit 69fbf54

Browse files
authored
fix: mobile: lock (#887)
1 parent e71c715 commit 69fbf54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/commands/execute.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ extensions.executeMobile = async function executeMobile (mobileCommand, opts = {
7676
listIdlingResources: 'mobileListIdlingResources',
7777
waitForUIThread: 'mobileWaitForUIThread',
7878

79-
lock: 'lock',
79+
lock: 'mobileLock',
8080
unlock: 'mobileUnlock',
8181
isLocked: 'isLocked',
8282

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"dependencies": {
6969
"@babel/runtime": "^7.4.3",
7070
"appium-adb": "^9.10.2",
71-
"appium-android-driver": "^5.13.0",
71+
"appium-android-driver": "^5.14.0",
7272
"asyncbox": "^2.3.1",
7373
"bluebird": "^3.5.0",
7474
"lodash": "^4.17.11",

0 commit comments

Comments
 (0)