diff --git a/test_definitions/project_attributes/21_sub-national_location.feature b/test_definitions/project_attributes/21_sub-national_location.feature index f58cd3d..95c7141 100644 --- a/test_definitions/project_attributes/21_sub-national_location.feature +++ b/test_definitions/project_attributes/21_sub-national_location.feature @@ -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 @@ -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