From 43d680bd90d4550882f769575d9a2201b747ef2b Mon Sep 17 00:00:00 2001 From: Jasmin Miftari Date: Wed, 24 Apr 2024 19:20:08 +0200 Subject: [PATCH] Fix simctrl terminate message change --- detox/src/devices/common/drivers/ios/tools/AppleSimUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detox/src/devices/common/drivers/ios/tools/AppleSimUtils.js b/detox/src/devices/common/drivers/ios/tools/AppleSimUtils.js index 585c99b8e4..46e4b831c5 100644 --- a/detox/src/devices/common/drivers/ios/tools/AppleSimUtils.js +++ b/detox/src/devices/common/drivers/ios/tools/AppleSimUtils.js @@ -272,7 +272,7 @@ class AppleSimUtils { // want to make sure it isn't now. if (err.code === 3 && (err.stderr.includes(`the app is not currently running`) || - err.stderr.includes(`The operation couldn’t be completed. found nothing to terminate`))) { + err.stderr.includes(`found nothing to terminate`))) { return; }