Add test on RoomDetailsView

This commit is contained in:
Benoit Marty 2024-02-22 15:12:52 +01:00
parent 66514f7756
commit 3684761bcd
6 changed files with 251 additions and 1 deletions

View file

@ -48,6 +48,11 @@ object TestTags {
*/
val homeScreenSettings = TestTag("home_screen-settings")
/**
* Room detail screen.
*/
val roomDetailAvatar = TestTag("room_detail-avatar")
/**
* Welcome screen.
*/