Code change pipeline to development by @GeorgeGoodall-GovUk #1028
Annotations
4 errors and 1 warning
Run unit tests:
test/unit/errorsPage.test.js#L78
AssertionError: expected 'id' to contain 'Id'
Expected: "Id"
Received: "id"
❯ test/unit/errorsPage.test.js:78:44
❯ test/unit/errorsPage.test.js:77:40
|
Run unit tests:
test/unit/noErrorsPage.test.js#L68
AssertionError: expected 'id' to contain 'Id'
Expected: "Id"
Received: "id"
❯ test/unit/noErrorsPage.test.js:68:44
❯ test/unit/noErrorsPage.test.js:67:40
|
Run unit tests:
test/unit/resultsController.test.js#L126
AssertionError: expected { data: { …(9) }, …(2) } to strictly equal { data: { …(9) }, …(9) }
- Expected
+ Received
Object {
"data": Object {
"fetchResponseDetails": [Function fetchResponseDetails],
"getColumns": [Function getColumns],
"getErrorSummary": [Function getErrorSummary],
"getFields": [Function getFields],
"getParams": [Function getParams],
"getRowsWithVerboseColumns": [Function getRowsWithVerboseColumns],
"hasErrors": [Function hasErrors],
"isComplete": [Function isComplete],
"isFailed": [Function isFailed],
},
- "datasetName": "Dataset",
- "errorSummary": Array [
- "error summary",
- ],
- "geometries": Array [
- "geometries",
- ],
- "id": "testId",
- "mappings": Object {
- "fields": "geometries",
- },
- "pagination": "pagination",
"requestParams": "params",
- "tableParams": Object {
- "columns": "mock Columns",
- "fields": "mock fields",
- "rows": Array [
- Object {
- "columns": Object {},
- "fields": Array [
- "mock field",
- ],
- "values": Array [
- "mock value",
- ],
- },
- ],
- },
"template": "results/no-errors",
}
❯ test/unit/resultsController.test.js:126:32
|
Run unit tests
Process completed with exit code 1.
|
Run actions/upload-artifact@v4
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Loading