ci(e2e): fix failing patch e2e for Flutter 3.22.3

This commit is contained in:
Felix Angelov
2024-07-26 15:34:08 -05:00
parent 601277ca1e
commit 8dd00102c7
+1 -1
View File
@@ -59,7 +59,7 @@ shorebird patch android -v
# Run the app on Android and ensure that the original print statement is printed.
while IFS= read line; do
if [[ "$line" == *"Patch 1 successfully installed"* ]]; then
if [[ "$line" == *"Patch 1 successfully"* ]]; then
# Kill the app so we can boot the patch
adb shell am force-stop com.example.e2e_test
echo "✅ Patch 1 successfully installed"