File tree 5 files changed +8
-9
lines changed
5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ Feature: Batch Details API test
196
196
And Status of transaction is "COMPLETED"
197
197
And I should have matching total txn count and successful txn count in response
198
198
199
- @gov @ext @ batch-teardown
199
+ @gov @batch-teardown
200
200
Scenario : BD-014 Sub Batch summary API Test
201
201
Given I have tenant as "paymentBB2"
202
202
And I have the demo csv file "ph-ee-bulk-demo-7.csv"
@@ -233,7 +233,7 @@ Feature: Batch Details API test
233
233
And I should assert total txn count and successful txn count in response
234
234
And Total transaction in batch should add up to total transaction in each sub batch
235
235
236
- @gov @ext
236
+ @gov
237
237
Scenario : BD-016 Payment Batch Detail API Test
238
238
Given I have tenant as "paymentBB2"
239
239
And I have the demo csv file "ph-ee-bulk-splitting.csv"
@@ -274,7 +274,7 @@ Feature: Batch Details API test
274
274
# And I will sleep for 5000 millisecond
275
275
Then I should be able to verify that the "POST" method to "/authorization/callback" endpoint received a request with authorization status
276
276
277
- @gov @ext
277
+ @gov
278
278
Scenario : BD-018 Batch with callback
279
279
Given I can inject MockServer
280
280
And I can start mock server
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ Feature: Identity Account Mapper Api Test
237
237
# And I will sleep for 3000 millisecond
238
238
Then I will call the fetch beneficiary API with expected status of 200
239
239
And I will assert the fields from fetch beneficiary response
240
- @gov @ext
240
+ @gov
241
241
Scenario : Batch Account Lookup Integration Test
242
242
Given I create an IdentityMapperDTO for Register Beneficiary from csv file
243
243
When I call the register beneficiary API with expected status of 202 and stub "/registerBeneficiaryApiTest"
Original file line number Diff line number Diff line change 1
1
@gov
2
2
Feature : Mock Flow Test
3
3
4
- @ext
5
4
Scenario : Test for minimal mock fund transfer account lookup flow
6
5
Given I have Fineract-Platform-TenantId as "payeefsp1"
7
6
When I call the create payer client endpoint
Original file line number Diff line number Diff line change 1
- @gov @ext
1
+ @gov
2
2
Feature : Mojaloop test
3
3
4
4
Scenario : ML connector partial payee party lookup test
Original file line number Diff line number Diff line change 1
- @ext
1
+
2
2
Feature : Operations APP related feature
3
3
4
4
@gov @ops-batch-setup @ops-batch-teardown
@@ -10,7 +10,7 @@ Feature: Operations APP related feature
10
10
Then I should get non empty response
11
11
And I am able to parse batch paginated response into DTO
12
12
13
- @gov @ext @ ops-batch-setup @ops-batch-teardown
13
+ @gov @ops-batch-setup @ops-batch-teardown
14
14
Scenario : Batches API batchId filter test
15
15
Given I have tenant as "paymentBB2"
16
16
And I have the demo csv file "payerIdentifier-resolution-using-budgetAccount.csv"
@@ -75,7 +75,7 @@ Feature: Operations APP related feature
75
75
# sleep for some secs
76
76
# calculate endTime
77
77
# query using startTime and endTime ->> then I should get 5 txn
78
- @gov @ext @ ops-batch-setup @ops-batch-teardown
78
+ @gov @ops-batch-setup @ops-batch-teardown
79
79
Scenario : Batches API date filter test
80
80
# Given I will sleep for 5000 millisecond
81
81
And I have tenant as "paymentBB2"
You can’t perform that action at this time.
0 commit comments