ci(e2e): fix failing patch e2e for Flutter 3.22.3
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user