Skip to content

Commit 593bd10

Browse files
committed
Fix e2e script
1 parent e61a727 commit 593bd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
1313
fi
1414

1515
# return the result of the first command as the result of the script

0 commit comments

Comments
 (0)