diff --git a/test_definitions/project_attributes/16_planned_dates.feature b/test_definitions/project_attributes/16_planned_dates.feature index 8b45447..e95ab91 100644 --- a/test_definitions/project_attributes/16_planned_dates.feature +++ b/test_definitions/project_attributes/16_planned_dates.feature @@ -10,4 +10,4 @@ Feature: Planned dates Given an IATI activity And the activity is current And `finance-type/@code` is not any of 501, 433, 432, 1100 or 210 - Then `activity-date[@type="3" or @type="end-planned"]` should be present + Then `activity-date[@type="3"]` should be present diff --git a/test_definitions/project_attributes/17_actual_dates.feature b/test_definitions/project_attributes/17_actual_dates.feature index 76928a3..8a5a196 100644 --- a/test_definitions/project_attributes/17_actual_dates.feature +++ b/test_definitions/project_attributes/17_actual_dates.feature @@ -5,10 +5,10 @@ Feature: Actual dates Given an IATI activity And the activity is current And `activity-status/@code` is one of 2, 3 or 4 - Then `activity-date[@type="2" or @type="start-actual"]` should be present + Then `activity-date[@type="2"]` should be present Scenario Outline: Actual end date is present Given an IATI activity And the activity is current And `activity-status/@code` is one of 3 or 4 - Then `activity-date[@type="4" or @type="end-actual"]` should be present + Then `activity-date[@type="4"]` should be present