From 102664482b25dd664a051f78e7d0aaab0d7ce79c Mon Sep 17 00:00:00 2001 From: Timo K Date: Fri, 16 Jan 2026 15:41:25 +0100 Subject: [PATCH] Activate the hotswap test that was failing before. --- playwright/widget/hotswap-legacy-compat.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/playwright/widget/hotswap-legacy-compat.test.ts b/playwright/widget/hotswap-legacy-compat.test.ts index a2edb27d..e4695624 100644 --- a/playwright/widget/hotswap-legacy-compat.test.ts +++ b/playwright/widget/hotswap-legacy-compat.test.ts @@ -27,9 +27,6 @@ import { HOST1, HOST2, TestHelpers } from "./test-helpers"; widgetTest( `Test swapping publisher from ${HOST1} to ${HOST2}`, async ({ addUser, browserName }) => { - // ALWAYS SKIPT THE TEST SINCE IT IS EXPECTED TO FAIL. - // confirmed locally that its failing without: https://github.com/element-hq/element-call/pull/3675 - test.skip(true); test.skip( browserName === "firefox", "The is test is not working on firefox CI environment. No mic/audio device inputs so cam/mic are disabled",