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 5527c9634b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.
*/