You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/WorkingCapitalLoanAccountStepDef.java
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -752,6 +752,13 @@ public void disburseWCLoanFailureWithNotApproved(String actualDisbursementDate,
@Then("Admin fails to disburse the Working Capital loan on {string} with {string} EUR transaction amount because of loan status {string} with status code {int}")
@Then("Admin fails to disburse the Working Capital loan on {string} with {string} EUR transaction amount with invalid data outcomes with error message {string}")
Then Admin successfully approves the working capital loan on "01 January 2026" with "100" amount and expected disbursement date on "01 January 2026"
801
+
Then Admin successfully disburse the Working Capital loan on "01 January 2026" with "100" EUR transaction amount
802
+
Then Working Capital loan status will be "ACTIVE"
803
+
Then Admin fails to disburse the Working Capital loan on "01 January 2026" with "50" EUR transaction amount because of loan status "ACTIVE" with status code 400
804
+
792
805
@TestRailId:C72373
793
806
Scenario Outline: Disburse WCL loan account with invalid data outcomes with an error - UC3
794
807
When Admin sets the business date to "01 January 2026"
0 commit comments