-
Notifications
You must be signed in to change notification settings - Fork 16
HW-52575. Fixed ui tests #18
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-52575. Fixed ui tests #18
Conversation
…perwallet/hyperwallet-android-ui-sdk into task/HW-52575-ui-tests-gql-v2
| 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_fee_value)).check(matches(withText("USD 2.00"))); |
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.
Leave the data the same please
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.
@skoong returned, but I unable to to handle processing time. Where I should place it?
| 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_fee_value)).check(matches(withText("USD 0.25"))); |
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.
Add this back as well. Currently it's not returning on qamaster but we want to try to provide mocked reponses that will be close to the ones used.
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.
@skoong Could you assist how to provide it via mock, please?
ui/src/androidTest/java/com/hyperwallet/android/transfermethod/ui/SelectTransferMethodTest.java
Show resolved
Hide resolved
|
Closing this PR as the fixes are in #23 |
No description provided.