Release 2025-01-16 #1703
Annotations
3 errors, 5 warnings, and 1 notice
Test:
internal/e2e-js/tests/callfabric/conversation.spec.ts#L110
1) [callfabric] › callfabric/conversation.spec.ts:10:7 › Conversation Room › send message in a room conversation
Error: expect(received).toMatchObject(expected)
- Expected - 3
+ Received + 3
Object ***
"conversation_id": "b356a530-f8bf-4564-9423-db102e2f4bba",
"details": Object ***,
"id": Anything,
- "kind": null,
- "subtype": "chat",
- "text": "1st message from 1st subscriber",
+ "kind": "outbound_call",
+ "subtype": "log",
+ "text": null,
"ts": Anything,
"type": "message",
"user_id": Anything,
***
108 | ***)
109 |
> 110 | expect(messages.data[1]).toMatchObject(***
| ^
111 | conversation_id: addressId,
112 | details: ***,
113 | id: expect.anything(),
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/callfabric/conversation.spec.ts:110:30
|
Test:
internal/e2e-js/tests/callfabric/relayApp.spec.ts#L213
2) [callfabric] › callfabric/relayApp.spec.ts:124:7 › CallFabric Relay Application › should connect to the relay app and expect a silence
TypeError: Cannot read properties of undefined (reading 'stop')
211 | )
212 | ***
> 213 | playback!.stop()
| ^
214 | await page.evaluate(async () => ***
215 | // @ts-expect-error
216 | const roomObj: Video.RoomSession = window._roomObj
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/callfabric/relayApp.spec.ts:213:15
|
Test
Process completed with exit code 1.
|
Test:
internal/e2e-js/[callfabric] › callfabric/swml.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/swml.spec.ts took 31.3s
|
Test:
internal/e2e-js/[callfabric] › callfabric/raiseHand.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/raiseHand.spec.ts took 27.1s
|
Test:
internal/e2e-js/[callfabric] › callfabric/videoRoom.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/videoRoom.spec.ts took 25.9s
|
Test:
internal/e2e-js/[callfabric] › callfabric/relayApp.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/relayApp.spec.ts took 22.9s
|
Test:
internal/e2e-js/[callfabric] › callfabric/reattach.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/reattach.spec.ts took 22.5s
|
Test
2 failed
[callfabric] › callfabric/conversation.spec.ts:10:7 › Conversation Room › send message in a room conversation
[callfabric] › callfabric/relayApp.spec.ts:124:7 › CallFabric Relay Application › should connect to the relay app and expect a silence
2 skipped
18 passed (2.8m)
|
Loading