v2 WebRTC Calling Tests #11468
Annotations
2 errors, 3 warnings, and 1 notice
Run test for spr-preprod:
internal/e2e-js/tests/v2Webrtc/v2WebrtcFromRest.spec.ts#L73
1) [v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:19:7 › v2WebrtcFromRestSilence › should handle a call from REST API to v2 client, playing silence at answer
Error: Timed out 10000ms waiting for expect(received).toContainText(expected)
Expected string: "-> active"
Received string: "hangup -> destroy Code:16 Reason: NORMAL_CLEARING"
Call log:
- expect.toContainText with timeout 10000ms
- waiting for locator('#callStatus')
- locator resolved to <span id="callStatus">None</span>
- unexpected value "None"
- locator resolved to <span id="callStatus">None</span>
- unexpected value "None"
- locator resolved to <span id="callStatus">None</span>
- unexpected value "None"
- locator resolved to <span id="callStatus">None</span>
- unexpected value "None"
- locator resolved to <span id="callStatus">None</span>
- unexpected value "None"
- locator resolved to <span id="callStatus">…</span>
- unexpected value "new -> ringing Early Media:false Answered: false"
- locator resolved to <span id="callStatus">…</span>
- unexpected value "ringing -> answering Early Media:false Answered: false"
- locator resolved to <span id="callStatus">…</span>
- unexpected value "hangup -> destroy Code:16 Reason: NORMAL_CLEARING"
- locator resolved to <span id="callStatus">…</span>
- unexpected value "hangup -> destroy Code:16 Reason: NORMAL_CLEARING"
- locator resolved to <span id="callStatus">…</span>
- unexpected value "hangup -> destroy Code:16 Reason: NORMAL_CLEARING"
- locator resolved to <span id="callStatus">…</span>
- unexpected value "hangup -> destroy Code:16 Reason: NORMAL_CLEARING"
- locator resolved to <span id="callStatus">…</span>
- unexpected value "hangup -> destroy Code:16 Reason: NORMAL_CLEARING"
- locator resolved to <span id="callStatus">…</span>
- unexpected value "hangup -> destroy Code:16 Reason: NORMAL_CLEARING"
- locator resolved to <span id="callStatus">…</span>
- unexpected value "hangup -> destroy Code:16 Reason: NORMAL_CLEARING"
71 | const callStatusCallee = pageCallee.locator('#callStatus')
72 | expect(callStatusCallee).not.toBe(null)
> 73 | await expect(callStatusCallee).toContainText('-> active')
| ^
74 |
75 | console.log('The call is active at ', new Date())
76 |
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/v2Webrtc/v2WebrtcFromRest.spec.ts:73:36
|
Run test for spr-preprod
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
|
Run test for spr-preprod:
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 2.8m
|
Run test for spr-preprod:
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 36.5s
|
Run test for spr-preprod
1 failed
[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:19:7 › v2WebrtcFromRestSilence › should handle a call from REST API to v2 client, playing silence at answer
6 passed (3.4m)
|
Loading