-
Notifications
You must be signed in to change notification settings - Fork 132
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
Add fix to reshow card icon if previously it failed to load #2955
base: main
Are you sure you want to change the base?
Conversation
|
Size Change: +141 B (+0.02%) Total Size: 768 kB
ℹ️ View Unchanged
|
size-limit report 📦
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need changeset for it?
Quality Gate failedFailed conditions |
Summary
If an icon in the Credit card PAN field failed to load - an error handler set inline an style
display:none
.And this inline style was never removed in the event of a subsequent, successful, icon load.
This PR fixes that
Tested scenarios
New e2e test that was previously flaky or failing due to this - now passes consistently
Manually tested.