Skip to content

Commit

Permalink
test: move new prompt from initJSProjectWithProfile
Browse files Browse the repository at this point in the history
  • Loading branch information
0.618 committed Sep 3, 2024
1 parent 13b81af commit eeb6f71
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/amplify-e2e-core/src/init/initProjectHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ export function initJSProjectWithProfile(cwd: string, settings?: Partial<typeof
env,
disableCIDetection: s.disableCIDetection,
})
.wait('Do you want to continue with Amplify Gen 1?')
.sendYes()
.wait('Why would you like to use Amplify Gen 1?')
.sendCarriageReturn()
.wait('Enter a name for the project')
.sendLine(s.name)
Expand Down

0 comments on commit eeb6f71

Please sign in to comment.