Merge pull request #2433 from element-hq/feature/bma/testLogoutDialog

Test direct logout dialog and RoomDetailsView
This commit is contained in:
Benoit Marty 2024-02-22 17:09:16 +01:00 committed by GitHub
commit d1023dd1a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 674 additions and 116 deletions

View file

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