mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
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:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user