Merge pull request #1131 from objectstack-ai/copilot/fix-chinese-lang… #4324
ci.yml
on: push
Build Core
3m 49s
Test
12m 7s
Build Docs
3m 17s
E2E Tests
1m 31s
Annotations
4 errors, 1 warning, and 1 notice
|
Build Docs
Process completed with exit code 1.
|
|
Build Docs
@object-ui/site#build: command (/home/runner/work/objectui/objectui/apps/site) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
|
|
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 (38.1s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build-output
Expired
|
9.07 MB |
sha256:d18655e71567f57229fe29ad0ffc8db4b4353ac8c0bfdde331321d54639ebedf
|
|