Re-enable matrixchat test (#30410)

Now that we have better logging for our tests
(https://github.com/element-hq/element-web/pull/30405), I'd like to re-enable
this test so we can try and understsnd what makes it fail.
This commit is contained in:
Richard van der Hoff
2025-07-28 22:07:20 +01:00
committed by GitHub
parent 7e40e3697f
commit 45a2fd9d63

View File

@@ -1613,7 +1613,7 @@ describe("<MatrixChat />", () => {
});
// 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: "<h1>Hello</h1>" });
jest.spyOn(Lifecycle, "attemptDelegatedAuthLogin");