This is an automated email from the ASF dual-hosted git repository. adamsaghy pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit f487e4f6c2753b44da365c3165a1ea18b71c2822 Author: Rustam Zeinalov <[email protected]> AuthorDate: Tue Nov 18 18:21:51 2025 +0100 FINERACT-2354: Added e2e tests for partially paid installment - adjust to last edge case of re-aging --- .../src/test/resources/features/LoanReAging.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/fineract-e2e-tests-runner/src/test/resources/features/LoanReAging.feature b/fineract-e2e-tests-runner/src/test/resources/features/LoanReAging.feature index aaee83da6e..d3f68b6ccb 100644 --- a/fineract-e2e-tests-runner/src/test/resources/features/LoanReAging.feature +++ b/fineract-e2e-tests-runner/src/test/resources/features/LoanReAging.feature @@ -4273,6 +4273,7 @@ Feature: LoanReAging When Loan Pay-off is made on "15 March 2024" Then Loan is closed with zero outstanding balance and it's all installments have obligations met + @TestRailId:C4229 @AdvancedPaymentAllocation Scenario: Verify allowing Re-aging on interest bearing loan - Interest calculation: Default Behavior - with LAST_INSTALLMENT allocation rule and partial repayment - UC5.1 When Admin sets the business date to "01 January 2024" When Admin creates a client with random data
