Skip to content

Commit

Permalink
tmp 2.01 only
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Oct 18, 2023
1 parent a0f9338 commit 329bc48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions test_definitions/project_attributes/17_actual_dates.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 329bc48

Please sign in to comment.