-
Notifications
You must be signed in to change notification settings - Fork 16
HW-51714 - Updating gql responses #23
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
HW-51714 - Updating gql responses #23
Conversation
…sion-two-integration' into feature/HW-52170-key-and-field-gql-integration # Conflicts: # ui/src/main/java/com/hyperwallet/android/ui/transfermethod/AddTransferMethodFragment.java
…sion-two-integration' into feature/HW-52170-key-and-field-gql-integration # Conflicts: # ui/src/main/java/com/hyperwallet/android/ui/repository/TransferMethodConfigurationRepositoryImpl.java # ui/src/main/java/com/hyperwallet/android/ui/transfermethod/AddTransferMethodPresenter.java # ui/src/main/java/com/hyperwallet/android/ui/transfermethod/SelectTransferMethodPresenter.java # ui/src/main/java/com/hyperwallet/android/ui/transfermethod/TransferMethodSelectionItem.java # ui/src/test/java/com/hyperwallet/android/ui/transfermethod/AddTransferMethodPresenterTest.java # ui/src/test/java/com/hyperwallet/android/ui/transfermethod/SelectTransferMethodPresenterTest.java
…eld-gql-integration' into task/HW-52045-ui-editability-configuration
* HW-50743 External Account Profile Information * fix for required/non required field can be submitted
* added preset values on widgets * widget-alignment-refactor * finalized margin
…eld-gql-integration' into task/HW-52045-ui-editability-configuration
…5-ui-editability-configuration' of https://github.com/hyperwallet/hyperwallet-android-ui-sdk into feature/HW-52575-updating-ui-tests
…re/HW-52575-updating-ui-tests' of https://github.com/hyperwallet/hyperwallet-android-ui-sdk into feature/HW-52575-updating-ui-tests
| matches(withText(R.string.add_transfer_method_fee_label))); | ||
| onView(withId(R.id.add_transfer_method_processing_label)).check( | ||
| matches(withText(R.string.add_transfer_method_processing_time_label))); | ||
| // onView(withId(R.id.add_transfer_method_processing_label)).check( |
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.
It would be a good idea adding a "todo" here as it's done in BankAccountTest.java. Also in BankCardTest.java (same test case, testAddTransferMethod_displaysFeeElementsOnTmcResponse) I don't see any changes. Is that test going to fail too, correct? If not I think we missed something there
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.
Thanks, updated. If a view is has visibility GONE, the value can still be checked and the test will not fail. Added an additional matcher for visibility.
No description provided.