peter-kovacs-dpc commented on code in PR #6432:
URL: https://github.com/apache/fineract/pull/6432#discussion_r3996365958
##########
fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/WorkingCapitalLoanAccountStepDef.java:
##########
@@ -296,6 +304,81 @@ private void submitLoanUsingCreatedProduct(final DataTable
table, final Integer
log.info("Working Capital Loan created with dynamic product ID: {},
Loan ID: {}", loanProductId, response.getLoanId());
}
+ @Then("Admin creates a working capital loan using created product with the
following data results an error:")
+ public void submitWorkingCapitalLoanUsingCreatedProductExpectError(final
DataTable table) {
+ submitLoanUsingCreatedProductExpectError(table, null, null);
+ }
+
+ private void submitLoanUsingCreatedProductExpectError(final DataTable
table, final Integer breachGraceDays,
Review Comment:
removed
--
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]