implement remoteId rendering strategy #4
ci.yml
on: pull_request
Checks ๐
/
Lint ๐
19s
Checks ๐
/
Type check ๐งฎ
21s
Checks ๐
/
Tests ๐งช
23s
Checks ๐
/
Playwright E2E ๐ญ
2m 8s
Annotations
3 errors
|
Checks ๐ / Tests ๐งช
Process completed with exit code 1.
|
|
source/tests/adapter.test.ts > adaptToLegacyRemoteChannel() > ACTION_INSERT_CHILD > inserts a child with an id that already exists:
packages/compat/source/tests/adapter.test.ts#L657
AssertionError: expected [ { id: '1', type: 1, โฆ(6) } ] to strictly equal [ { id: '1', type: 1, โฆ(6) } ]
- Expected
+ Received
Array [
Object {
"attributes": Object {},
"children": Array [
Object {
- "data": "I am a text",
- "id": "3",
- "type": 3,
+ "attributes": Object {},
+ "children": Array [],
+ "element": "Button",
+ "eventListeners": Object {},
+ "id": "2",
+ "properties": Object {},
+ "type": 1,
"version": 0,
},
Object {
"attributes": Object {},
"children": Array [],
"element": "Button",
"eventListeners": Object {},
"id": "2",
"properties": Object {},
"type": 1,
"version": 0,
},
],
"element": "Banner",
"eventListeners": Object {},
"id": "1",
"properties": Object {
"title": "Title",
},
"type": 1,
"version": 2,
},
]
โฏ source/tests/adapter.test.ts:657:38
|
|
Checks ๐ / Playwright E2E ๐ญ
Process completed with exit code 1.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
839 KB |
sha256:b936906efe201a593d24ef6cbf9a31be95d8b7fee803cdbfa0faa31598bff951
|
|