You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/e2e/features/ui/components/authenticator/sign-in-with-email.feature
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -53,11 +53,10 @@ Feature: Sign In with Email
53
53
54
54
Tests that after confirming an unconfirmed account, user is redirected to sign-in screen (not sign-up screen).
55
55
56
+
Given I intercept '{ "headers": { "X-Amz-Target": "AWSCognitoIdentityProviderService.InitiateAuth" } }' with error fixture "user-not-confirmed-exception"
56
57
When I type my "email" with status "UNCONFIRMED"
57
58
Then I type my password
58
-
Then I spy request '{ "headers": { "X-Amz-Target": "AWSCognitoIdentityProviderService.InitiateAuth" } }'
59
59
Then I click the "Sign in" button
60
-
Then I confirm request '{"headers": { "X-Amz-Target": "AWSCognitoIdentityProviderService.InitiateAuth" } }'
61
60
Then I see "Confirmation Code"
62
61
Then I type a valid confirmation code
63
62
Then I intercept '{ "headers": { "X-Amz-Target": "AWSCognitoIdentityProviderService.ConfirmSignUp" } }' with fixture "confirm-sign-up-with-email"
0 commit comments