Skip to content

Commit 2e1b095

Browse files
committed
ov-components: update selector for local video element in room tests
1 parent 66a4bed commit 2e1b095

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • openvidu-components-angular/openvidu-demo-app/frontend/e2e

openvidu-components-angular/openvidu-demo-app/frontend/e2e/room.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,15 +214,15 @@ describe('Testing Room', () => {
214214

215215
await utils.checkToolbarIsPresent();
216216

217-
let localVideo = await utils.waitForElement('.OV_video-element');
217+
let localVideo = await utils.waitForElement('.local_participant');
218218

219219
await saveScreenshot('before.png', localVideo);
220220

221221
// check if the virtual background is applied
222222

223223
await utils.applyVirtualBackground('2');
224224

225-
localVideo = await utils.waitForElement('.OV_video-element');
225+
localVideo = await utils.waitForElement('.local_participant');
226226
await saveScreenshot('after.png', localVideo);
227227

228228
const img1 = PNG.sync.read(fs.readFileSync('before.png'));

0 commit comments

Comments
 (0)