Skip to content

Commit

Permalink
PYIC-7947: remove api test for unavailable code
Browse files Browse the repository at this point in the history
  • Loading branch information
shivanshuit914 committed Jan 17, 2025
1 parent 8320c9f commit 082c083
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions api-tests/features/return-codes.feature
Original file line number Diff line number Diff line change
Expand Up @@ -182,28 +182,3 @@ Feature: Return exit codes
When I use the OAuth response to get my identity
Then I get a 'P0' identity
And I get 'breaching' return codes

Scenario: Successful P2 international identity via DCMAW using passport returns fraud-check-unavailable
Given I start a new 'medium-confidence' journey
And I activate the 'internationalAddress' feature sets
And I start a new 'medium-confidence' journey
Then I get a 'live-in-uk' page response
When I submit an 'international' event
Then I get a 'non-uk-app-intro' page response
When I submit a 'useApp' event
Then I get a 'dcmaw' CRI response
When I submit 'kenneth-passport-valid' details to the CRI stub
Then I get a 'page-dcmaw-success' page response
When I submit a 'next' event
Then I get an 'address' CRI response
When I submit 'kenneth-changed' details with attributes to the CRI stub
| Attribute | Values |
| context | "international_user" |
Then I get a 'fraud' CRI response
When I submit 'kenneth-no-applicable' details to the CRI stub
Then I get a 'page-ipv-success' page response
When I submit a 'next' event
Then I get an OAuth response
When I use the OAuth response to get my identity
Then I get a 'P2' identity
And I get 'fraud-check-unavailable' return codes

0 comments on commit 082c083

Please sign in to comment.