Skip to content

Commit 45a2fd9

Browse files
authored
Re-enable matrixchat test (#30410)
Now that we have better logging for our tests (#30405), I'd like to re-enable this test so we can try and understsnd what makes it fail.
1 parent 7e40e36 commit 45a2fd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit-tests/components/structures/MatrixChat-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ describe("<MatrixChat />", () => {
16131613
});
16141614

16151615
// Flaky test, see https://github.com/element-hq/element-web/issues/30337
1616-
it.skip("waits for other tab to stop during startup", async () => {
1616+
it("waits for other tab to stop during startup", async () => {
16171617
fetchMock.get("/welcome.html", { body: "<h1>Hello</h1>" });
16181618
jest.spyOn(Lifecycle, "attemptDelegatedAuthLogin");
16191619

0 commit comments

Comments
 (0)