Skip to content

Commit

Permalink
[PAGOPA-1718] test: Add cucumber definition
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang committed May 14, 2024
1 parent 4929485 commit c5e01bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integration-test/src/features/debt-position-manage.feature
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ Feature: Managing a debt position
When we ask the list of organizations debt positions
Then we get the status code 400

Scenario: Get Debt Position by IUV
Given the debt position with IUPD "77777777777" and payment option with IUV "99000000000000000" is created
When get the debt position by IUV "99000000000000000"
Then the debt position response NAV value is "399000000000000000"

Scenario: Debt position notification fee update by querying the node with existing positions
Given a random iupd
When a node OK result debt position is created
Expand Down

0 comments on commit c5e01bc

Please sign in to comment.