-
Notifications
You must be signed in to change notification settings - Fork 79
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
Property to Hide Card Logos #423
Conversation
Same comment on Android PR re: adding a UI test |
Added: cce9007 |
@@ -180,6 +180,61 @@ class BraintreeDropIn_CardDisabled_UITests: XCTestCase { | |||
} | |||
} | |||
|
|||
class BraintreeDropIn_CardLogosDisabled_UITests: XCTestCase { |
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.
There is class for disabled and enabled because apparently the app.launchArguments
need to be appended in setup instead of the test method. I guess that makes sense but would have been nice to have both tests in a single class, but that's not possible.
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.
Looks awesome!
Unit tests failures are not related to this PR and are passing locally. We have ticket DTBTSDK-2886 to evaluate recent test failures in CI on the Drop-in. |
Summary of changes
BTDropInRequest.cardLogosDisabled
to hide card logos on the credit card form if desiredVisuals
cardLogosDisabled
cardLogosDisabled
Checklist
Authors