Browser SDK [staging] #2747
Annotations
2 errors, 6 warnings, and 1 notice
Test:
internal/e2e-js/tests/callfabric/conversation.spec.ts#L112
1) [callfabric] › callfabric/conversation.spec.ts:7:7 › Conversation Room › send message in a room conversation
Error: expect(received).toMatchObject(expected)
- Expected - 3
+ Received + 3
Object ***
"conversation_id": "34e0043b-f820-4083-b0ac-033381222200",
"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,
***
110 | ***)
111 |
> 112 | expect(messages.data[1]).toMatchObject(***
| ^
113 | conversation_id: addressId,
114 | details: ***,
115 | id: expect.anything(),
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/callfabric/conversation.spec.ts:112:30
|
Test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test:
internal/e2e-js/[callfabric] › callfabric/swml.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/swml.spec.ts took 32.6s
|
Test:
internal/e2e-js/[callfabric] › callfabric/videoRoom.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/videoRoom.spec.ts took 27.6s
|
Test:
internal/e2e-js/[callfabric] › callfabric/relayApp.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/relayApp.spec.ts took 26.6s
|
Test:
internal/e2e-js/[callfabric] › callfabric/raiseHand.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/raiseHand.spec.ts took 25.2s
|
Test:
internal/e2e-js/[callfabric] › callfabric/reattach.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/reattach.spec.ts took 21.9s
|
Test
1 failed
[callfabric] › callfabric/conversation.spec.ts:7:7 › Conversation Room › send message in a room conversation
2 skipped
16 passed (2.8m)
|
Loading