Skip to content

Commit

Permalink
wip scope for location
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Oct 18, 2023
1 parent e8b4b2b commit 70b31eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Feature: Sub-national location
Scenario Outline: Location (sub-national)
Given an IATI activity
And the activity is current
And `activity-scope/@code` is not any of 1, 2, 3 or 4
And `activity-status/@code` is one of 2, 3 or 4
And `recipient-region/@code` is not 998
And `default-aid-type/@code` is not any of B01, B02, F01, H01, H02, H03, H04, H05 or G01
Expand All @@ -13,6 +14,7 @@ Feature: Sub-national location
Scenario Outline: Location (sub-national) point or administrative or location-id
Given an IATI activity
And the activity is current
And `activity-scope/@code` is not any of 1, 2, 3 or 4
And `activity-status/@code` is one of 2, 3 or 4
And `recipient-region/@code` is not 998
And `default-aid-type/@code` is not any of B01, B02, F01, H01, H02, H03, H04, H05 or G01
Expand Down

0 comments on commit 70b31eb

Please sign in to comment.