Skip to content

Commit

Permalink
test: fix iose init
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed Nov 22, 2023
1 parent 4cc3c69 commit f043989
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit f043989

Please sign in to comment.