Skip to content

Commit

Permalink
fix: mobila: lock (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Jun 21, 2023
1 parent f514191 commit de15791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/commands/general.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ extensions.executeMobile = async function (mobileCommand, opts = {}) {

installMultipleApks: 'mobileInstallMultipleApks',

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 @@ -58,7 +58,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"appium-adb": "^9.11.5",
"appium-android-driver": "^5.13.5",
"appium-android-driver": "^5.14.0",
"appium-chromedriver": "^5.3.1",
"appium-uiautomator2-server": "^5.11.1",
"asyncbox": "^2.3.1",
Expand Down

0 comments on commit de15791

Please sign in to comment.