adamsaghy commented on code in PR #4587:
URL: https://github.com/apache/fineract/pull/4587#discussion_r2048743158
##########
fineract-e2e-tests-runner/src/test/resources/features/LoanCharge.feature:
##########
@@ -2331,8 +2331,9 @@ Feature: LoanCharge
Then Loan Transactions tab has the following data:
| Transaction date | Transaction Type | Amount | Principal | Interest |
Fees | Penalties | Loan Balance |
| 01 January 2024 | Disbursement | 1000.0 | 0.0 | 0.0 |
0.0 | 0.0 | 1000.0 |
+ | 05 February 2024 | Accrual | 25.0 | 0.0 | 0.0 |
0.0 | 25.0 | 0.0 |
Review Comment:
@TestRailId:C3319 should fail as accrual should have been created for that,
no?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]