Skip to content

feat(sdui-page-starter): add SDUI page starter example with schema-dr… #1116

feat(sdui-page-starter): add SDUI page starter example with schema-dr…

feat(sdui-page-starter): add SDUI page starter example with schema-dr… #1116

Triggered via push April 13, 2026 05:38
Status Failure
Total duration 11m 34s
Artifacts
Changeset Release
11m 30s
Changeset Release
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Changeset Release
Process completed with exit code 1.
packages/fields/src/record-picker.test.tsx > RecordPickerDialog — renderGrid slot > renders external grid component via renderGrid slot: packages/fields/src/record-picker.test.tsx#L1117
AssertionError: expected "vi.fn()" to be called with arguments: [ ObjectContaining{…} ] Received: 1st vi.fn() call: [ - ObjectContaining { - "columns": ArrayContaining [ - ObjectContaining { + { + "cellRenderer": undefined, + "columns": [ + { "field": "name", }, ], "currentPage": 1, "idField": "id", - "isSelected": Any<Function>, + "isSelected": [Function anonymous], "loading": false, "multiple": false, - "onPageChange": Any<Function>, - "onRowClick": Any<Function>, - "onSort": Any<Function>, + "onPageChange": [Function bound dispatchSetState], + "onRowClick": [Function anonymous], + "onSort": [Function anonymous], "pageSize": 10, - "records": ArrayContaining [ - ObjectContaining { - "id": "1", - "name": "Acme Corp", - }, - ], + "records": [], "sortDirection": "asc", "sortField": null, - "totalCount": 1, + "totalCount": 0, }, ] 2nd vi.fn() call: [ - ObjectContaining { - "columns": ArrayContaining [ - ObjectContaining { + { + "cellRenderer": undefined, + "columns": [ + { "field": "name", }, ], "currentPage": 1, "idField": "id", - "isSelected": Any<Function>, - "loading": false, + "isSelected": [Function anonymous], + "loading": true, "multiple": false, - "onPageChange": Any<Function>, - "onRowClick": Any<Function>, - "onSort": Any<Function>, + "onPageChange": [Function bound dispatchSetState], + "onRowClick": [Function anonymous], + "onSort": [Function anonymous], "pageSize": 10, - "records": ArrayContaining [ - ObjectContaining { - "id": "1", - "name": "Acme Corp", - }, - ], + "records": [], "sortDirection": "asc", "sortField": null, - "totalCount": 1, + "totalCount": 0, }, ] Number of calls: 2 ❯ packages/fields/src/record-picker.test.tsx:1117:24