Skip to content

Commit

Permalink
[fixEnvTC] Fix Env TC
Browse files Browse the repository at this point in the history
  • Loading branch information
shkr7 committed Jun 4, 2024
1 parent 1c5162f commit b8605b3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/test/java/resources/batch.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/resources/identityMapperTest.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/test/java/resources/mockFlowTest.feature
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/resources/mojaloop.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@gov @ext
@gov
Feature: Mojaloop test

Scenario: ML connector partial payee party lookup test
Expand Down
6 changes: 3 additions & 3 deletions src/test/java/resources/operationsBatch.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ext

Feature: Operations APP related feature

@gov @ops-batch-setup @ops-batch-teardown
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit b8605b3

Please sign in to comment.