Skip to content

Commit

Permalink
test(DHIS2-17668): update e2e tests network fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
kabaros committed Aug 20, 2024
1 parent 4205fdc commit d2a0f63
Show file tree
Hide file tree
Showing 8 changed files with 519 additions and 563 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
{
"path": "/api/37/dataApprovalWorkflows?paging=false&fields=id,displayName,dataApprovalLevels,periodType,dataSets%5Bid%2CdisplayName%2CperiodType%5D",
"path": "/api/37/dataApprovalWorkflows?paging=false&fields=id,displayName,dataApprovalLevels,periodType,dataSets%5Bid%2CdisplayName%2CperiodType%2CformType%5D",
"featureName": "Users can approve, accept, unapprove, and unaccept data",
"static": false,
"count": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
{
"path": "/api/37/dataApprovalWorkflows?paging=false&fields=id,displayName,dataApprovalLevels,periodType,dataSets%5Bid%2CdisplayName%2CperiodType%5D",
"path": "/api/37/dataApprovalWorkflows?paging=false&fields=id,displayName,dataApprovalLevels,periodType,dataSets%5Bid%2CdisplayName%2CperiodType%2CformType%5D",
"featureName": "Users can view data set reports for data sets connected to a workflow",
"static": false,
"count": 4,
Expand Down
71 changes: 31 additions & 40 deletions cypress/fixtures/network/38/static_resources.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions cypress/fixtures/network/38/summary.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"count": 349,
"totalResponseSize": 114244,
"duplicates": 241,
"nonDeterministicResponses": 19,
"count": 345,
"totalResponseSize": 114982,
"duplicates": 237,
"nonDeterministicResponses": 23,
"apiVersion": 38,
"fixtureFiles": [
"static_resources.json",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
{
"path": "/api/39/dataApprovalWorkflows?paging=false&fields=id,displayName,dataApprovalLevels,periodType,dataSets%5Bid%2CdisplayName%2CperiodType%5D",
"path": "/api/39/dataApprovalWorkflows?paging=false&fields=id,displayName,dataApprovalLevels,periodType,dataSets%5Bid%2CdisplayName%2CperiodType%2CformType%5D",
"featureName": "Users can approve, accept, unapprove, and unaccept data",
"static": false,
"count": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
{
"path": "/api/39/dataApprovalWorkflows?paging=false&fields=id,displayName,dataApprovalLevels,periodType,dataSets%5Bid%2CdisplayName%2CperiodType%5D",
"path": "/api/39/dataApprovalWorkflows?paging=false&fields=id,displayName,dataApprovalLevels,periodType,dataSets%5Bid%2CdisplayName%2CperiodType%2CformType%5D",
"featureName": "Users can view data set reports for data sets connected to a workflow",
"static": false,
"count": 4,
Expand Down

0 comments on commit d2a0f63

Please sign in to comment.