Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): reduce angular e2e flakiness #6373

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ Feature: Sign In with Phone Number
When I update my country code from "+82" to "+20"
Then I type my "phone number" with status "UNCONFIRMED"
Then I type my password
Then I click the "Sign in" button
Then I intercept '{ "headers": { "X-Amz-Target": "AWSCognitoIdentityProviderService.InitiateAuth" } }' with error fixture "user-not-confirmed-exception"
Then I intercept '{ "headers": { "X-Amz-Target": "AWSCognitoIdentityProviderService.ResendConfirmationCode" } }' with fixture "resend-confirmation-code-email"
Then I click the "Sign in" button
Then I see "Confirmation Code"

@angular @react @vue @react-native
Expand Down Expand Up @@ -89,9 +89,9 @@ Feature: Sign In with Phone Number

@angular @react @vue
Scenario: Phone number field autocompletes username
On sign in form, autocomplete prefers usage of username instead of phone number.
See https://www.chromium.org/developers/design-documents/form-styles-that-chromium-understands/.

On sign in form, autocomplete prefers usage of username instead of phone number.
See https://www.chromium.org/developers/design-documents/form-styles-that-chromium-understands/.

Then "Phone Number" field autocompletes "username"

Expand Down
Loading