mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Update sfu-reconnect-bug.spec.ts
This commit is contained in:
@@ -90,7 +90,7 @@ test("When creator left, avoid reconnect to the same SFU", async ({
|
|||||||
|
|
||||||
await guestCPage.waitForTimeout(1000);
|
await guestCPage.waitForTimeout(1000);
|
||||||
if (wsConnectionCount === 2) {
|
if (wsConnectionCount === 2) {
|
||||||
logger.warn("wsConnectionCount is 2, expecting 1 after join")
|
logger.warn("wsConnectionCount is 2, expecting 1 after join");
|
||||||
}
|
}
|
||||||
const wsConnectionCountBeforeLeave = wsConnectionCount;
|
const wsConnectionCountBeforeLeave = wsConnectionCount;
|
||||||
// ========
|
// ========
|
||||||
|
|||||||
Reference in New Issue
Block a user