-
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
Merged
skoong
merged 30 commits into
epic/HW-52169-gql-version-two-integration
from
feature/HW-52575-updating-ui-tests
May 22, 2019
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
bbf223c
initial gql integration code compilation and test passed state
b6ebf34
fixed fee integration
aa9d31f
added initial grouping
6b8d0a8
Merge remote-tracking branch 'remotes/origin/feature/HW-52169-gql-ver…
2ab68d2
added section header title information
d3b30d4
added search capability
9713c72
Support editability enabled / disabled
174df11
Merge remote-tracking branch 'remotes/origin/feature/HW-52169-gql-ver…
16d8031
enabled visibility
d0f5f64
Merge remote-tracking branch 'remotes/origin/task/HW-52170-key-and-fi…
92cff51
improved style sequencing
693dc5b
improved getting the context resource
36a1199
added pr fix
59b5c86
added pr fix
ce488ac
simplified
a22661a
HW-50743 External Account Profile Information (#20)
4e4a050
HW-51715 pre-set values profile (#21)
4b063e6
Merge remote-tracking branch 'remotes/origin/task/HW-52170-key-and-fi…
4281381
update ids and add default selection
4e5183c
fixed country labels using gql response
45c1660
selection value is not persisted fix
e9ee5cd
Updating gql responses
skoong 2e8f30b
fix on naming and code cleanup
ebd16d6
Merge branches 'feature/HW-52575-updating-ui-tests' and 'task/HW-5204…
skoong e3c04fa
Adding tests for editablitity and default values
skoong 45e6300
Merge branches 'epic/HW-52169-gql-version-two-integration' and 'featu…
skoong be3e29b
Adding id and reorganizing
skoong 638655c
Code review comments, adding check for label display
skoong 96943bb
Adding additional ids
skoong bf3e9ee
Minor edit
skoong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
185 changes: 153 additions & 32 deletions
185
ui/src/androidTest/java/com/hyperwallet/android/transfermethod/ui/BankAccountTest.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.