1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Improve composer visiblity (#8578)

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Germain
2022-06-07 08:28:29 +01:00
committed by GitHub
parent 8c13a0f8d4
commit f14374a51c
18 changed files with 323 additions and 174 deletions

View File

@@ -61,7 +61,7 @@ describe("MessageComposer", () => {
expect(wrapper.find("SendMessageComposer")).toHaveLength(0);
expect(wrapper.find("MessageComposerButtons")).toHaveLength(0);
expect(wrapper.find(".mx_MessageComposer_roomReplaced_header")).toHaveLength(1);
expect(wrapper.find("p").text()).toContain("room has been replaced");
});
});