Update sfu-reconnect-bug.spec.ts

This commit is contained in:
Timo K
2026-06-29 13:04:22 +02:00
parent 356d526116
commit 5b4e8865e5

View File

@@ -90,7 +90,7 @@ test("When creator left, avoid reconnect to the same SFU", async ({
await guestCPage.waitForTimeout(1000);
if (wsConnectionCount === 2) {
logger.warn("wsConnectionCount is 2, expecting 1 after join")
logger.warn("wsConnectionCount is 2, expecting 1 after join");
}
const wsConnectionCountBeforeLeave = wsConnectionCount;
// ========