CF SDK: Leave call by id #925
Annotations
4 errors, 2 warnings, and 1 notice
Test:
internal/e2e-js/tests/v2Webrtc/v2WebrtcFromRest.spec.ts#L148
1) [v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:102:7 › v2WebrtcFromRest › should handle a call from REST API to v2 client, dialing into a Conference at answer
Error: expect(received).toBe(expected) // Object.is equality
Expected: 201
Received: undefined
146 | 'PCMU,PCMA'
147 | )
> 148 | expect(createResult).toBe(201)
| ^
149 | console.log('REST API returned 201 at ', new Date())
150 |
151 | const callStatusCallee = pageCallee.locator('#callStatus')
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/v2Webrtc/v2WebrtcFromRest.spec.ts:148:26
|
Test:
internal/e2e-js/tests/v2Webrtc/v2WebrtcFromRest.spec.ts#L238
2) [v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:184:7 › v2WebrtcFromRestTwoJoinAudioVideo › should handle a call from REST API to v2 clients, dialing both into a Conference at answer, audio/video
Error: expect(received).toBe(expected) // Object.is equality
Expected: 201
Received: undefined
236 | inlineLaml
237 | )
> 238 | expect(createResult).toBe(201)
| ^
239 | console.log('REST API returned 201 at ', new Date())
240 |
241 | const callStatusCallee = pageCallee.locator('#callStatus')
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/v2Webrtc/v2WebrtcFromRest.spec.ts:238:26
|
Test:
internal/e2e-js/tests/v2Webrtc/v2WebrtcFromRest.spec.ts#L349
3) [v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:294:7 › v2WebrtcFromRestTwoJoinAudio › should handle a call from REST API to v2 clients, dialing both into a Conference at answer, audio G711
Error: expect(received).toBe(expected) // Object.is equality
Expected: 201
Received: undefined
347 | 'PCMU,PCMA'
348 | )
> 349 | expect(createResult).toBe(201)
| ^
350 | console.log('REST API returned 201 at ', new Date())
351 |
352 | const callStatusCallee = pageCallee.locator('#callStatus')
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/v2Webrtc/v2WebrtcFromRest.spec.ts:349:26
|
Test
Process completed with exit code 1.
|
Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 57.1s
|
Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 28.9s
|
Test
3 failed
[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:102:7 › v2WebrtcFromRest › should handle a call from REST API to v2 client, dialing into a Conference at answer
[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:184:7 › v2WebrtcFromRestTwoJoinAudioVideo › should handle a call from REST API to v2 clients, dialing both into a Conference at answer, audio/video
[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:294:7 › v2WebrtcFromRestTwoJoinAudio › should handle a call from REST API to v2 clients, dialing both into a Conference at answer, audio G711
3 passed (1.5m)
|
The logs for this run have expired and are no longer available.
Loading