File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ appId: io.github.lordraydenmk.themoviedbapp
22---
33- launchApp
44- tapOn : " Karate Kid: Legends"
5- - back
6- - assertVisible : " Karate Kid: Legends"
5+ - assertVisible : " After a family tragedy*"
6+ - runFlow : reusable/trigger-process-death.yml
7+ - assertVisible : " After a family tragedy*"
Original file line number Diff line number Diff line change 1+ appId : io.github.lordraydenmk.themoviedbapp
2+ ---
3+ - pressKey : Home # Puts the app into the background
4+ - killApp # Kills the app (adb shell am kill)
5+ - launchApp : # Relaunches the app
6+ stopApp : false # Without adb shell am stop
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if [ $result -ne 0 ]; then
99 echo " Printing hierarchy"
1010 maestro hierarchy
1111 echo " Printing logcat for app"
12- adb logcat -d | grep " io.github.lordraydenmk.superheroesapp "
12+ adb logcat -d | grep " io.github.lordraydenmk.themoviedbapp "
1313fi
1414
1515# return the result of the first command as the result of the script
You can’t perform that action at this time.
0 commit comments