From b8605b3bc856acd46671c0f0201a3e2e1c4627ad Mon Sep 17 00:00:00 2001 From: sourabh Date: Mon, 3 Jun 2024 18:59:39 +0530 Subject: [PATCH] [fixEnvTC] Fix Env TC --- src/test/java/resources/batch.feature | 6 +++--- src/test/java/resources/identityMapperTest.feature | 2 +- src/test/java/resources/mockFlowTest.feature | 1 - src/test/java/resources/mojaloop.feature | 2 +- src/test/java/resources/operationsBatch.feature | 6 +++--- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/test/java/resources/batch.feature b/src/test/java/resources/batch.feature index 7405897c2..d1f032585 100644 --- a/src/test/java/resources/batch.feature +++ b/src/test/java/resources/batch.feature @@ -196,7 +196,7 @@ Feature: Batch Details API test And Status of transaction is "COMPLETED" And I should have matching total txn count and successful txn count in response - @gov @ext @batch-teardown + @gov @batch-teardown Scenario: BD-014 Sub Batch summary API Test Given I have tenant as "paymentBB2" And I have the demo csv file "ph-ee-bulk-demo-7.csv" @@ -233,7 +233,7 @@ Feature: Batch Details API test And I should assert total txn count and successful txn count in response And Total transaction in batch should add up to total transaction in each sub batch - @gov @ext + @gov Scenario: BD-016 Payment Batch Detail API Test Given I have tenant as "paymentBB2" And I have the demo csv file "ph-ee-bulk-splitting.csv" @@ -274,7 +274,7 @@ Feature: Batch Details API test # And I will sleep for 5000 millisecond Then I should be able to verify that the "POST" method to "/authorization/callback" endpoint received a request with authorization status - @gov @ext + @gov Scenario: BD-018 Batch with callback Given I can inject MockServer And I can start mock server diff --git a/src/test/java/resources/identityMapperTest.feature b/src/test/java/resources/identityMapperTest.feature index 553102ad4..635ef9957 100644 --- a/src/test/java/resources/identityMapperTest.feature +++ b/src/test/java/resources/identityMapperTest.feature @@ -234,7 +234,7 @@ Feature: Identity Account Mapper Api Test # And I will sleep for 3000 millisecond Then I will call the fetch beneficiary API with expected status of 200 And I will assert the fields from fetch beneficiary response - @gov @ext + @gov Scenario: Batch Account Lookup Integration Test Given I create an IdentityMapperDTO for Register Beneficiary from csv file When I call the register beneficiary API with expected status of 202 and stub "/registerBeneficiaryApiTest" diff --git a/src/test/java/resources/mockFlowTest.feature b/src/test/java/resources/mockFlowTest.feature index 9998abd75..09cd025e6 100644 --- a/src/test/java/resources/mockFlowTest.feature +++ b/src/test/java/resources/mockFlowTest.feature @@ -1,7 +1,6 @@ @gov Feature: Mock Flow Test - @ext Scenario: Test for minimal mock fund transfer account lookup flow Given I have Fineract-Platform-TenantId as "payeefsp1" When I call the create payer client endpoint diff --git a/src/test/java/resources/mojaloop.feature b/src/test/java/resources/mojaloop.feature index 3cae45cf8..730da3f63 100644 --- a/src/test/java/resources/mojaloop.feature +++ b/src/test/java/resources/mojaloop.feature @@ -1,4 +1,4 @@ -@gov @ext +@gov Feature: Mojaloop test Scenario: ML connector partial payee party lookup test diff --git a/src/test/java/resources/operationsBatch.feature b/src/test/java/resources/operationsBatch.feature index a9d5b9b8b..88a95660c 100644 --- a/src/test/java/resources/operationsBatch.feature +++ b/src/test/java/resources/operationsBatch.feature @@ -1,4 +1,4 @@ -@ext + Feature: Operations APP related feature @gov @ops-batch-setup @ops-batch-teardown @@ -10,7 +10,7 @@ Feature: Operations APP related feature Then I should get non empty response And I am able to parse batch paginated response into DTO - @gov @ext @ops-batch-setup @ops-batch-teardown + @gov @ops-batch-setup @ops-batch-teardown Scenario: Batches API batchId filter test Given I have tenant as "paymentBB2" And I have the demo csv file "payerIdentifier-resolution-using-budgetAccount.csv" @@ -75,7 +75,7 @@ Feature: Operations APP related feature # sleep for some secs # calculate endTime # query using startTime and endTime ->> then I should get 5 txn - @gov @ext @ops-batch-setup @ops-batch-teardown + @gov @ops-batch-setup @ops-batch-teardown Scenario: Batches API date filter test # Given I will sleep for 5000 millisecond And I have tenant as "paymentBB2"