chore(deps): bump the react group across 1 directory with 2 updates #4352
ci.yml
on: pull_request
Build Core
3m 40s
Test
13m 15s
Build Docs
9s
E2E Tests
1m 33s
Annotations
2 errors, 1 warning, and 1 notice
|
Test
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
|
|
E2E Tests
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
38 skipped
38 passed (40.5s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build-output
Expired
|
9.06 MB |
sha256:938d9c0721fe5c6ee69f2904205c1a64e8beed45d5f5557344755252a6be6c6b
|
|