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