From 8157e528c3906e197b2b2685067b25d6f8e7b614 Mon Sep 17 00:00:00 2001 From: bgrozev Date: Mon, 12 May 2025 16:24:58 -0500 Subject: [PATCH] fix(tests): Updated startMuted test (behaviour changed in jitsi/jicofo#1219. (#16019) * Updated startMuted test (behaviour changed in jitsi/jicofo#1219. * squash: more --------- Co-authored-by: damencho --- tests/specs/3way/startMuted.spec.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/specs/3way/startMuted.spec.ts b/tests/specs/3way/startMuted.spec.ts index d8e6b425ac..2217417707 100644 --- a/tests/specs/3way/startMuted.spec.ts +++ b/tests/specs/3way/startMuted.spec.ts @@ -42,14 +42,14 @@ describe('StartMuted', () => { const { p2 } = ctx; await p2.waitForIceConnected(); - await p2.waitForSendReceiveData({ checkSend: false }); + // await p2.waitForSendReceiveData({ checkSend: false }); await p2.getFilmstrip().assertAudioMuteIconIsDisplayed(p2); await p2.getParticipantsPane().assertVideoMuteIconIsDisplayed(p2); await p1.waitForAudioMuted(p2, true); - await p2.getFilmstrip().assertAudioMuteIconIsDisplayed(p1, true); - await p2.getParticipantsPane().assertVideoMuteIconIsDisplayed(p1, true); + // await p2.getFilmstrip().assertAudioMuteIconIsDisplayed(p1, true); + // await p2.getParticipantsPane().assertVideoMuteIconIsDisplayed(p1, true); // Enable video on p2 and check if p2 appears unmuted on p1. await Promise.all([