From 73e325879902cec5e4bd0d9a31f6c29413f8685d Mon Sep 17 00:00:00 2001 From: Josh Edney Date: Tue, 4 Jul 2023 14:10:21 +0100 Subject: [PATCH] update version less than --- test/react-native-cli/features/fixtures/rn-cli-init-ios.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/react-native-cli/features/fixtures/rn-cli-init-ios.sh b/test/react-native-cli/features/fixtures/rn-cli-init-ios.sh index 09ae24e5bb..e8e8741c09 100755 --- a/test/react-native-cli/features/fixtures/rn-cli-init-ios.sh +++ b/test/react-native-cli/features/fixtures/rn-cli-init-ios.sh @@ -40,13 +40,13 @@ send -- "1234567890ABCDEF1234567890ABCDEF\r" expect "Do you want to automatically upload JavaScript source maps as part of the Xcode build?" send -- y +expect "If you want the latest version of @bugsnag/source-maps hit enter, otherwise type the version you want" +send -- latest\r + expect "This will enable you to see full native stacktraces. It can't be done automatically." send -- \r expect "Do you want to install the BugSnag CLI to allow you to upload JavaScript source maps?" send -- n -expect "If you want the latest version of @bugsnag/source-maps hit enter, otherwise type the version you want" -send -- latest\r - expect eof