adamsaghy commented on code in PR #4040:
URL: https://github.com/apache/fineract/pull/4040#discussion_r1745889272


##########
fineract-e2e-tests-runner/src/test/resources/features/LoanDelinquency.feature:
##########
@@ -625,10 +625,7 @@ Feature: LoanDelinquency
       | PAUSE  | 15 October 2023 | 30 October 2023 |
     Then Loan has the following LOAN level delinquency data:
       | classification | delinquentAmount | delinquentDate  | delinquentDays | 
pastDueDays |
-      | RANGE_3        | 250.0            | 04 October 2023 | 11             | 
14          |
-    Then Loan has the following INSTALLMENT level delinquency data:
-      | rangeId | Range   | Amount |
-      | 2       | RANGE_3 | 250.00 |
+      | NO_DELINQUENCY | 250.0            | 04 October 2023 | 11             | 
14          |

Review Comment:
   I think these tests should be fixed to run the delinquency business step 
properly and not by changing the outcome. Would you consider discuss these 
things with @peter-kovacs-dpc ?



-- 
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]

Reply via email to