From 8dd00102c720dc7dbb7ce225867bf35503bdf154 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Fri, 26 Jul 2024 15:34:08 -0500 Subject: [PATCH] ci(e2e): fix failing patch e2e for Flutter 3.22.3 --- scripts/patch_e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/patch_e2e.sh b/scripts/patch_e2e.sh index 152e0e20..3ee06cb7 100755 --- a/scripts/patch_e2e.sh +++ b/scripts/patch_e2e.sh @@ -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"