From f043989855facfb63480c12f729b6c71f6a351fe Mon Sep 17 00:00:00 2001 From: Dane Pilcher Date: Wed, 22 Nov 2023 07:01:28 -0700 Subject: [PATCH] test: fix iose init --- packages/amplify-codegen-e2e-core/src/init/initProjectHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/amplify-codegen-e2e-core/src/init/initProjectHelper.ts b/packages/amplify-codegen-e2e-core/src/init/initProjectHelper.ts index 1f55f304c..3216ca5ec 100644 --- a/packages/amplify-codegen-e2e-core/src/init/initProjectHelper.ts +++ b/packages/amplify-codegen-e2e-core/src/init/initProjectHelper.ts @@ -152,7 +152,7 @@ export function initIosProjectWithProfile(cwd: string, settings: Object): Promis .wait('Choose your default editor:') .sendLine(s.editor) .wait("Choose the type of app that you're building") - .sendCarriageReturn() + .sendLine('ios') .wait('Select the authentication method you want to use:') .sendCarriageReturn() .wait('Please choose the profile you want to use')