Skip to content

Commit

Permalink
fix: mobile: lock (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Jun 21, 2023
1 parent e71c715 commit 69fbf54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/commands/execute.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ extensions.executeMobile = async function executeMobile (mobileCommand, opts = {
listIdlingResources: 'mobileListIdlingResources',
waitForUIThread: 'mobileWaitForUIThread',

lock: 'lock',
lock: 'mobileLock',
unlock: 'mobileUnlock',
isLocked: 'isLocked',

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 69fbf54

Please sign in to comment.