From 19eb491c93b6addb7afb4a824b772676eb284e29 Mon Sep 17 00:00:00 2001 From: Kerry Date: Tue, 26 Jul 2022 18:36:43 +0200 Subject: [PATCH] skip flaky can reply with voice message test case (#9105) --- cypress/e2e/14-timeline/timeline.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();