diff --git a/test/unit-tests/components/structures/MatrixChat-test.tsx b/test/unit-tests/components/structures/MatrixChat-test.tsx index c00d26750c..6d8dcec1a7 100644 --- a/test/unit-tests/components/structures/MatrixChat-test.tsx +++ b/test/unit-tests/components/structures/MatrixChat-test.tsx @@ -1613,7 +1613,7 @@ describe("", () => { }); // Flaky test, see https://github.com/element-hq/element-web/issues/30337 - it.skip("waits for other tab to stop during startup", async () => { + it("waits for other tab to stop during startup", async () => { fetchMock.get("/welcome.html", { body: "

Hello

" }); jest.spyOn(Lifecycle, "attemptDelegatedAuthLogin");