Code change pipeline to development by @GeorgeGoodall-GovUk #1312
Annotations
2 errors and 2 warnings
Run unit tests:
test/unit/middleware/datasetTaskList.middleware.test.js#L77
AssertionError: expected { taskList: undefined, …(2) } to deeply equal { …(3) }
- Expected
+ Received
Object {
"dataset": Object {
"name": "Example Dataset",
},
"organisation": Object {
"name": "Example Organisation",
"organisation": "ORG",
},
- "taskList": Array [
- Object {
- "href": "/organisations/example-lpa/example-dataset/Example issue type 1/Example issue field 1",
- "status": Object {
- "tag": Object {
- "classes": "govuk-tag--red",
- "text": "Error",
- },
- },
- "title": Object {
- "text": "task message 1",
- },
- },
- Object {
- "href": "/organisations/example-lpa/example-dataset/Example issue type 2/Example issue field 2",
- "status": Object {
- "tag": Object {
- "classes": "govuk-tag--yellow",
- "text": "Needs fixing",
- },
- },
- "title": Object {
- "text": "task message 2",
- },
- },
- ],
+ "taskList": undefined,
}
❯ test/unit/middleware/datasetTaskList.middleware.test.js:77:34
|
Run unit tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions/upload-artifact@v4
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Loading