Bella Koch
Bella Koch
# Summary Simplify isInstanceOf syntax # Motivation Follow up on code review comment: https://github.com/stripe/stripe-android/pull/8696#discussion_r1657830476
# Summary Wait for nodes with text in e2e tests # Motivation Reduce test flakiness. I made this [change for TestBacs](https://github.com/stripe/stripe-android/pull/8676) last week, but we ran into a [similar issue](https://jira.corp.stripe.com/browse/RUN_MOBILESDK-3344)...
# Summary Move logic for which PM is selected on "select saved payment methods" screen to its interactor BaseSheetViewModel now only keeps track of which `PaymentOptionsItem`s are available, not which...
# Summary Fix vertical mode payment method selection This PR depends on the changes to BaseSheetViewModel in https://github.com/stripe/stripe-android/pull/8710, specifically removing the `updateSelection` call in `onUserBack` # Motivation https://jira.corp.stripe.com/browse/MOBILESDK-2177 # Testing...
# Summary # Motivation # Testing - [ ] Added tests - [ ] Modified tests - [ ] Manually verified # Screenshots | Before | After | | -------------...
# Summary Filter out saved payment methods that we don't display in the view model, rather than at the UI layer # Motivation The current behavior introduces a few bugs...
# Summary On manage one PM screen, don't display the saved PM as selected # Motivation Bug bash feedback: [here](https://docs.google.com/document/d/1nBu2ot6iswjt3L6D4UozoGpOR3EEJDiHWKOROx5nKGY/edit#bookmark=id.9t8boyrw3oee) # Testing - [ ] Added tests - [ ]...
# Summary Reset edit state when screen changes # Motivation Vertical mode bug bash feedback: [here](https://docs.google.com/document/d/1nBu2ot6iswjt3L6D4UozoGpOR3EEJDiHWKOROx5nKGY/edit#bookmark=id.ljboa42j33du) Specifically, fixes an issue where the "edit" state on the manage screen is persisted...
# Summary Remove BI references from StripeColorUtilsTest # Motivation Remove references to BI before it is deleted # Testing - [ ] Added tests - [X] Modified tests - [...