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 bbc0b45
Show file tree
Hide file tree
Showing 10 changed files with 904 additions and 1,124 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
65 changes: 28 additions & 37 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.

79 changes: 35 additions & 44 deletions cypress/fixtures/network/39/static_resources.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions cypress/fixtures/network/39/summary.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"count": 347,
"totalResponseSize": 114519,
"duplicates": 239,
"nonDeterministicResponses": 25,
"count": 349,
"totalResponseSize": 114984,
"duplicates": 241,
"nonDeterministicResponses": 19,
"apiVersion": 39,
"fixtureFiles": [
"static_resources.json",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit bbc0b45

Please sign in to comment.