v2 WebRTC Calling Tests #9151
v2-webrtc-calling.yml
on: schedule
determine_regions
0s
Matrix: Run E2E tests
Annotations
4 errors, 12 warnings, and 6 notices
[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:192:7 › v2WebrtcFromRestTwoJoinAudioVideo › should handle a call from REST API to v2 clients:
internal/e2e-js/tests/v2Webrtc/v2WebrtcFromRest.spec.ts#L203
1) [v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:192:7 › v2WebrtcFromRestTwoJoinAudioVideo › should handle a call from REST API to v2 clients, dialing both into a Conference at answer, audio/video
Error: Timed out 10000ms waiting for expect(received).toBeEnabled()
Call log:
- expect.toBeEnabled with timeout 10000ms
- waiting for locator('#hangupCall')
- locator resolved to <button disabled id="hangupCall" onclick="hangup()" clas…>Hang up</button>
- unexpected value "disabled"
- locator resolved to <button disabled id="hangupCall" onclick="hangup()" clas…>Hang up</button>
- unexpected value "disabled"
- locator resolved to <button disabled id="hangupCall" onclick="hangup()" clas…>Hang up</button>
- unexpected value "disabled"
- locator resolved to <button disabled id="hangupCall" onclick="hangup()" clas…>Hang up</button>
- unexpected value "disabled"
- locator resolved to <button disabled id="hangupCall" onclick="hangup()" clas…>Hang up</button>
- unexpected value "disabled"
- locator resolved to <button disabled id="hangupCall" onclick="hangup()" clas…>Hang up</button>
- unexpected value "disabled"
- locator resolved to <button disabled id="hangupCall" onclick="hangup()" clas…>Hang up</button>
- unexpected value "disabled"
- locator resolved to <button disabled id="hangupCall" onclick="hangup()" clas…>Hang up</button>
- unexpected value "disabled"
- locator resolved to <button disabled id="hangupCall" onclick="hangup()" clas…>Hang up</button>
- unexpected value "disabled"
- locator resolved to <button disabled id="hangupCall" onclick="hangup()" clas…>Hang up</button>
- unexpected value "disabled"
- locator resolved to <button disabled id="hangupCall" onclick="hangup()" clas…>Hang up</button>
- unexpected value "disabled"
- locator resolved to <button disabled id="hangupCall" onclick="hangup()" clas…>Hang up</button>
- unexpected value "disabled"
- locator resolved to <button disabled id="hangupCall" onclick="hangup()" clas…>Hang up</button>
- unexpected value "disabled"
- locator resolved to <button disabled id="hangupCall" onclick="hangup()" clas…>Hang up</button>
- unexpected value "disabled"
201 |
202 | // Expect the Hangup button to be enabled (call active)
> 203 | await expect(hangupCall).toBeEnabled()
| ^
204 | ***
205 |
206 | const expectCallHangup = async (page: Page) => ***
at expectCallActive (/home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/v2Webrtc/v2WebrtcFromRest.spec.ts:203:32)
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/v2Webrtc/v2WebrtcFromRest.spec.ts:273:7
|
Run E2E tests (ch, production-ch, PRODUCTION_E2E_JS_CHREGION_SW_TEST_CONFIG, region="eu")
Process completed with exit code 1.
|
[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:309:7 › v2WebrtcFromRestTwoJoinAudioTURN › should handle a call from REST API to 2 v2 clients:
internal/e2e-js/tests/v2Webrtc/v2WebrtcFromRest.spec.ts#L374
1) [v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:309:7 › v2WebrtcFromRestTwoJoinAudioTURN › should handle a call from REST API to 2 v2 clients, dialing both into a Conference at answer, audio G711, TURN only
Error: Timed out 10000ms waiting for expect(received).toContainText(expected)
Expected string: "-> active"
Received string: "new -> ringing Early Media:false Answered: false"
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 "new -> ringing Early Media:false Answered: false"
- 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 "new -> ringing Early Media:false Answered: false"
- 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 "new -> ringing Early Media:false Answered: false"
- 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 "new -> ringing Early Media:false Answered: false"
- locator resolved to <span id="callStatus">…</span>
- unexpected value "new -> ringing Early Media:false Answered: false"
372 | const callStatusCallee1 = pageCallee1.locator('#callStatus')
373 | expect(callStatusCallee1).not.toBe(null)
> 374 | await expect(callStatusCallee1).toContainText('-> active')
| ^
375 |
376 | console.log('call1 is active at ', new Date())
377 |
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/v2Webrtc/v2WebrtcFromRest.spec.ts:374:37
|
Run E2E tests (spr-preprod, production-spr-preprod, PRODUCTION_E2E_JS_SPRPREPRODREGION_SW_TEST_CO...
Process completed with exit code 1.
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 2.6m
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 26.6s
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 3.0m
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 32.1s
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 2.8m
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 31.5s
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 2.3m
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 34.4s
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 3.0m
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 33.8s
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 2.9m
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 31.2s
|
🎭 Playwright Run Summary
7 passed (3.1m)
|
🎭 Playwright Run Summary
1 failed
[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:192:7 › v2WebrtcFromRestTwoJoinAudioVideo › should handle a call from REST API to v2 clients, dialing both into a Conference at answer, audio/video
6 passed (3.6m)
|
🎭 Playwright Run Summary
7 passed (3.4m)
|
🎭 Playwright Run Summary
1 failed
[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:309:7 › v2WebrtcFromRestTwoJoinAudioTURN › should handle a call from REST API to 2 v2 clients, dialing both into a Conference at answer, audio G711, TURN only
6 passed (2.9m)
|
🎭 Playwright Run Summary
7 passed (3.6m)
|
🎭 Playwright Run Summary
7 passed (3.4m)
|