Skip to content

Commit

Permalink
Revert "test: added prompt for apple id oauth (aws-amplify#7319)"
Browse files Browse the repository at this point in the history
This reverts commit 4ad066d.
  • Loading branch information
AmmarKarachi committed May 18, 2021
1 parent 4fcfb2a commit f952f88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions packages/amplify-e2e-core/src/categories/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export type AddAuthIdentityPoolAndUserPoolWithOAuthSettings = AddAuthUserPoolOnl
idpFacebookAppId: string;
idpGoogleAppId: string;
idpAmazonAppId: string;
idpAppleAppId: string;
};

export function addAuthWithDefault(cwd: string, settings: any = {}): Promise<void> {
Expand Down Expand Up @@ -1220,8 +1219,6 @@ export function addAuthIdentityPoolAndUserPoolWithOAuth(
.sendLine(settings.idpGoogleAppId)
.wait('Enter your Amazon App ID for your identity pool')
.sendLine(settings.idpAmazonAppId)
.wait('Enter your Bundle Identifier for your identity pool')
.sendLine(settings.idpAppleAppId)
.wait('Please provide a name for your user pool')
.sendLine(settings.userPoolName)
.wait('How do you want users to be able to sign in')
Expand Down
1 change: 0 additions & 1 deletion packages/amplify-e2e-tests/src/import-helpers/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export const createIDPAndUserPoolWithOAuthSettings = (
idpFacebookAppId: 'idpFacebookAppId',
idpGoogleAppId: 'idpGoogleAppId',
idpAmazonAppId: 'idpAmazonAppId',
idpAppleAppId: 'idpAppleId',
} as AddAuthIdentityPoolAndUserPoolWithOAuthSettings;
};

Expand Down

0 comments on commit f952f88

Please sign in to comment.