Skip to content

Commit

Permalink
docs: mark launch app and close app as false for espresso driver (#13092
Browse files Browse the repository at this point in the history
)
  • Loading branch information
KazuCocoa authored and imurchie committed Aug 21, 2019
1 parent e1f404c commit 5d05313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands-yml/commands/device/app/close-app.yml
Expand Up @@ -43,7 +43,7 @@ driver_support:
xcuitest: true
uiautomation: true
android:
espresso: true
espresso: false
uiautomator2: true
uiautomator: true
mac:
Expand Down
2 changes: 1 addition & 1 deletion commands-yml/commands/device/app/launch-app.yml
Expand Up @@ -51,7 +51,7 @@ driver_support:
xcuitest: true
uiautomation: true
android:
espresso: true
espresso: false
uiautomator2: true
uiautomator: true
mac:
Expand Down

0 comments on commit 5d05313

Please sign in to comment.