Browser SDK [production] #3038
Annotations
2 errors, 2 warnings, and 1 notice
Test:
internal/e2e-js/tests/callfabric/conversation.spec.ts#L97
1) [callfabric] › callfabric/conversation.spec.ts:10:7 › Conversation Room › send message in a room conversation
Error: expect(received).toEqual(expected) // deep equality
Expected: 2
Received: 1
95 | expect(messages).not.toBeUndefined()
96 |
> 97 | expect(messages.data.length).toEqual(2)
| ^
98 | expect(messages.data[0]).toMatchObject(***
99 | conversation_id: addressId,
100 | details: ***,
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/callfabric/conversation.spec.ts:97:34
|
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 29.5s
|
Test:
internal/e2e-js/[callfabric] › callfabric/relayApp.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/relayApp.spec.ts took 22.9s
|
Test
1 failed
[callfabric] › callfabric/conversation.spec.ts:10:7 › Conversation Room › send message in a room conversation
2 skipped
19 passed (1.8m)
|
Loading