Merge pull request #2365 from element-hq/feature/bma/testRoomList

Add Unit tests on MessagesView
This commit is contained in:
Benoit Marty 2024-02-08 15:02:47 +01:00 committed by GitHub
commit 686b6f5d92
9 changed files with 394 additions and 51 deletions

View file

@ -58,6 +58,11 @@ object TestTags {
*/
val richTextEditor = TestTag("rich_text_editor")
/**
* Message bubble.
*/
val messageBubble = TestTag("message_bubble")
/**
* Dialogs.
*/