You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-19 15:02:11 +03:00
skip flaky can reply with voice message test case (#9105)
This commit is contained in:
@@ -247,7 +247,7 @@ describe("Timeline", () => {
|
|||||||
.should("have.length", 1);
|
.should("have.length", 1);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("can reply with a voice message", () => {
|
xit("can reply with a voice message", () => {
|
||||||
viewRoomSendMessageAndSetupReply();
|
viewRoomSendMessageAndSetupReply();
|
||||||
|
|
||||||
cy.openMessageComposerOptions().find(`[aria-label="Voice Message"]`).click();
|
cy.openMessageComposerOptions().find(`[aria-label="Voice Message"]`).click();
|
||||||
|
Reference in New Issue
Block a user