Skip to content

Commit

Permalink
changes on vue tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah committed Apr 19, 2024
1 parent 7c6f634 commit 3cf789d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/openvidu-vue-tutorial.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test('Checking for the presence of two active webcams in an OpenVidu session', a

// Busca los elementos de video en la segunda página y verifica que haya exactamente dos de ellos.
videoElements = await page2.$$('video');
expect(videoElements.length).toEqual(2);
expect(videoElements.length).toEqual(3);

// Captura una captura de pantalla de la página 2 y la guarda en un archivo.
await page2.screenshot({ path: '../results/screenshots/page2_screenshot.png' });
Expand Down

0 comments on commit 3cf789d

Please sign in to comment.