-
Notifications
You must be signed in to change notification settings - Fork 7
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
Create UI tests for CurrencyDropdown
widget
#287
Comments
.take |
Thanks for taking this issue! Let us know if you have any questions! |
Hey @ethan-tbd , I’ve created a few tests, but I’m running into an issue with the second one—it keeps failing. Do you have any suggestions on how I might resolve this? Here’s the commit link with the code: Commit 149c5b22e57b481c21d66da96c90c3ad6f6f5591 Thanks for any insights you can provide! |
Hey @mohitrajsinha maybe it would help if you open a PR? That way ethan or me could check it out and suggest changes to help you get your test working! |
@mohitrajsinha there are two problems that are contributing to the failing test case:
|
@mohitrajsinha also some nits:
|
Yeah ,it was great to work on this issue. It was my first time working on a flutter tests. Thanks for your suggestions. |
CurrencyDropdown
widgetCurrencyDropdown
widget is responsible for:PaymentAmountState
to render a list of PFI offerings to choose fromPaymentAmountState
when a new offering is selected from the "Select currency" modalThe text was updated successfully, but these errors were encountered: