-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[HOLD for payment 2023-11-01] Improve the IOUTest with Edit, delete and payment with ACH #26366
Comments
Triggered auto assignment to @tjferriss ( |
Bug0 Triage Checklist (Main S/O)
|
cc @koko57 or @allroundexperts might be interested. |
Current assignee @tjferriss is eligible for the NewFeature assigner, not assigning anyone new. |
I can take this one! |
All yours |
PR is in works! |
@allroundexperts how is the PR coming along? |
Apologies for the delay. PR created. |
It looks like we're waiting to resolve a few items on the PR then we should be good to merge it. |
This issue has not been updated in over 15 days. @tjferriss, @allroundexperts, @mountiny eroding to Monthly issue. P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do! |
@allroundexperts I have shared with you some tips for the next steps in the PR, we should be close to completing this |
Yep. I'll handle this today / tomorrow. |
Merged but I think we would actually want to add more tests for all the expense fields |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.90-2 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-11-01. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
BugZero Checklist: The PR adding this new feature has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
@tjferriss this should be $500 to @allroundexperts nothing else, thank you! |
@mountiny @allroundexperts should that payment be through Upworks? |
@tjferriss New Dot! |
@allroundexperts requested on newdot so we can close now |
$500 payment approved for @allroundexperts based on this comment. |
Problem
Stemming from #23961
We are actively working on new features for the money request flows, where we have now added ability to delete the request, edit it or we have an option to pay the request with ACH payment type which puts the report into slightly different state than when paying the report with different payment type. The state of the report is
3
BILLING whereas report paid with different type has state2
. Both reports havestatus
4.But these new features have not been captured in IOUTest. Lets add it.
Solution
Lets beef up our automated tests, think of many various solutions and really try to capture as much of the optimistic flow there as possible. In the end what we can se can be translated to the Onyx state so we can test if the onyx state is correctly updated during the flow and we are showing a report is settled when its settled for example.
The text was updated successfully, but these errors were encountered: