Compare commits

...

1 Commits

Author SHA1 Message Date
Richard van der Hoff
7840d43679 Re-enable matrixchat test
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.
2025-07-25 11:50:56 +01:00

View File

@@ -1604,7 +1604,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");