Code change pipeline to development by @GeorgeGoodall #187
base.yml
on: push
detect-environments
2s
run-tests
/
test
3m 6s
Matrix: deploy-changes
Waiting for pending jobs
Annotations
3 errors and 1 warning
test/unit/datasetController.test.js > DatasetController > locals correctly filters and sorts available datasets and assigns them to req.form.options.datasetItems:
test/unit/datasetController.test.js#L36
AssertionError: expected undefined to deeply equal [ { available: true, …(3) }, …(1) ]
- Expected:
Array [
Object {
"available": true,
"requiresGeometryTypeSelection": true,
"text": "A",
"value": "A",
},
Object {
"available": true,
"requiresGeometryTypeSelection": true,
"text": "B",
"value": "B",
},
]
+ Received:
undefined
❯ test/unit/datasetController.test.js:36:43
|
test/unit/datasetController.test.js > DatasetController > Correctly sets the data-subject based on the selected dataset:
test/unit/datasetController.test.js#L52
AssertionError: expected undefined to deeply equal 'subject1'
- Expected:
"subject1"
+ Received:
undefined
❯ test/unit/datasetController.test.js:52:38
|
run-tests / test
Process completed with exit code 1.
|
run-tests / test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|