Skip to content

Commit

Permalink
Merge pull request bigbluebutton#22236 from gustavotrott/fix-pin-webc…
Browse files Browse the repository at this point in the history
…am-tests

fix (tests): Improve 'Pinning and unpinning webcams'
  • Loading branch information
antobinary authored Feb 10, 2025
2 parents 2484d65 + 9a8c340 commit 043cefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigbluebutton-tests/playwright/user/multiusers.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class MultiUsers {
await this.userPage.shareWebcam();
await this.modPage.page.waitForFunction(
checkElementLengthEqualTo,
[e.webcamVideoItem, 3],
[e.webcamContainer, 2], //wait two 'videoContainer', as current user has data-test="mirroredVideoContainer"
{ timeout: ELEMENT_WAIT_TIME },
);
// Pin first webcam (Mod2)
Expand Down

0 comments on commit 043cefb

Please sign in to comment.