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


The following commit(s) were added to refs/heads/develop by this push:
     new f6e24d420a FINERACT-2181: unSkip fixed scenarios - @TestRailId:C2795, 
@TestRailId:C2798
f6e24d420a is described below

commit f6e24d420af00b0e35c23f704eafc5f0888bcb0a
Author: Peter Kovacs <[email protected]>
AuthorDate: Thu May 22 15:22:38 2025 +0200

    FINERACT-2181: unSkip fixed scenarios - @TestRailId:C2795, @TestRailId:C2798
---
 fineract-e2e-tests-runner/src/test/resources/features/0_COB.feature | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/fineract-e2e-tests-runner/src/test/resources/features/0_COB.feature 
b/fineract-e2e-tests-runner/src/test/resources/features/0_COB.feature
index afefc07b64..743f632d25 100644
--- a/fineract-e2e-tests-runner/src/test/resources/features/0_COB.feature
+++ b/fineract-e2e-tests-runner/src/test/resources/features/0_COB.feature
@@ -138,7 +138,7 @@ Feature: COBFeature
       | RANGE_3                | 10 August 2023 | 10 August 2023 |
       | RANGE_1                | 04 August 2023 | 09 August 2023 |
 
-  @Skip @TestRailId:C2795
+  @TestRailId:C2795
   Scenario: Verify that COB catch up runs properly on loan which is behind 
date because of locked with error
     When Admin sets the business date to "01 January 2022"
     When Admin creates a client with random data
@@ -192,9 +192,7 @@ Feature: COBFeature
     When Created user makes externalID controlled "AUTOPAY" repayment on "04 
July 2023" with 500 EUR transaction amount
     Then Admin checks that last closed business date of loan is "03 July 2023"
 
-#  On a hard locked loan, in case of the lock has an error message, payment by 
a non-bypass user should trigger inlineCob and it should be executed
-#  this functionality is not implemented yet
-  @Skip @TestRailId:C2798
+  @TestRailId:C2798
   Scenario: Verify that Inline COB is executed for stuck loans - when payment 
happened on a locked loan COB got executed before the repayment
     When Admin sets the business date to "01 July 2023"
     When Admin creates a client with random data

Reply via email to