Add tests on MessagesView

This commit is contained in:
Benoit Marty 2024-02-07 21:14:58 +01:00 committed by Benoit Marty
parent 4e0f308cac
commit fa52ff54c8
8 changed files with 376 additions and 23 deletions

View file

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