diff --git a/cypress/e2e/14-timeline/timeline.spec.ts b/cypress/e2e/14-timeline/timeline.spec.ts index b1b5450666..238cfc8b0a 100644 --- a/cypress/e2e/14-timeline/timeline.spec.ts +++ b/cypress/e2e/14-timeline/timeline.spec.ts @@ -247,7 +247,7 @@ describe("Timeline", () => { .should("have.length", 1); }); - it("can reply with a voice message", () => { + xit("can reply with a voice message", () => { viewRoomSendMessageAndSetupReply(); cy.openMessageComposerOptions().find(`[aria-label="Voice Message"]`).click();