Skip to content

Commit

Permalink
run_tests_android: Change call of adb wait-for-device to before makin…
Browse files Browse the repository at this point in the history
…g a tap to unlock
  • Loading branch information
TiagoMSSantos committed Sep 5, 2020
1 parent bbee173 commit c851675
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/run_tests_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ function waitForEmulator() {
# Wait for device to be ready to unlock
callCommandUntilSuccess adb shell dumpsys power
callCommandUntilSuccess adb shell dumpsys window
callCommandUntilSuccess adb wait-for-device
callCommandUntilSuccess adb shell sleep 1

# Unlock device
callCommandUntilSuccess adb shell input tap 800 900
Expand Down

0 comments on commit c851675

Please sign in to comment.