mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 12:45:11 +08:00
skip flaky can reply with voice message test case (#9105)
This commit is contained in:
parent
bf9b85887f
commit
19eb491c93
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user