From 70b31ebb1ac948aab0ed6d4399a4937e3a65b131 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Wed, 18 Oct 2023 12:24:16 +0000 Subject: [PATCH] wip scope for location --- .../project_attributes/21_sub-national_location.feature | 2 ++ 1 file changed, 2 insertions(+) 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