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 <damencho@jitsi.org>
This commit is contained in:
bgrozev
2025-05-12 16:24:58 -05:00
committed by GitHub
parent ca16f54dc9
commit 8157e528c3

View File

@@ -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([