Skip to content

Commit

Permalink
fix: fix test for api containers
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmarKarachi committed Nov 6, 2021
1 parent e0cb7e0 commit 37dc51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amplify-e2e-core/src/categories/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ export function rebuildApi(projDir: string, apiName: string) {
export function addRestContainerApiForCustomPolicies(projectDir: string, settings: { name: string }) {
return new Promise<void>((resolve, reject) => {
spawn(getCLIPath(), ['add', 'api'], { cwd: projectDir, stripColors: true })
.wait('Please select from one of the below mentioned services:')
.wait('Select from one of the below mentioned services:')
.sendKeyDown()
.sendCarriageReturn()
.wait('Which service would you like to use')
Expand Down

0 comments on commit 37dc51a

Please sign in to comment.