Add tests on MessagesView

This commit is contained in:
Benoit Marty 2024-02-07 21:14:58 +01:00 committed by Benoit Marty
parent 6c96b53d9f
commit f9599a6a6f
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.
*/