|
@@ -165,7 +165,7 @@ describe('AVModeration', () => {
|
165
|
165
|
await unmuteByModerator(p1, p2, true, false);
|
166
|
166
|
|
167
|
167
|
// p1 mute audio on p2 and check
|
168
|
|
- await p1.getFilmstrip().muteAudio(p2);
|
|
168
|
+ await p1.getParticipantsPane().muteAudio(p2);
|
169
|
169
|
await p1.getFilmstrip().assertAudioMuteIconIsDisplayed(p2);
|
170
|
170
|
await p2.getFilmstrip().assertAudioMuteIconIsDisplayed(p2);
|
171
|
171
|
|
|
@@ -205,7 +205,7 @@ describe('AVModeration', () => {
|
205
|
205
|
await unmuteByModerator(p1, p2, false, false);
|
206
|
206
|
|
207
|
207
|
// mute and check
|
208
|
|
- await p1.getFilmstrip().muteAudio(p2);
|
|
208
|
+ await p1.getParticipantsPane().muteAudio(p2);
|
209
|
209
|
await p1.getFilmstrip().assertAudioMuteIconIsDisplayed(p2);
|
210
|
210
|
await p2.getFilmstrip().assertAudioMuteIconIsDisplayed(p2);
|
211
|
211
|
|