add screenshots for UI test

This commit is contained in:
Flavio Alescio
2023-05-11 12:26:53 +02:00
committed by Flescio
parent 29acc06bca
commit ebb1901d00
19 changed files with 75 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ struct A11yIdentifiers {
static let softLogoutScreen = SoftLogoutScreen()
static let startChatScreen = StartChatScreen()
static let roomMemberDetailsScreen = RoomMemberDetailsScreen()
static let createRoomScreen = CreateRoomScreen()
static let invitesScreen = InvitesScreen()
struct AnalyticsPromptScreen {
@@ -130,4 +131,9 @@ struct A11yIdentifiers {
let inviteFriends = "start_chat-invite_friends"
let searchNoResults = "start_chat-search_no_results"
}
struct CreateRoomScreen {
let roomName = "create-room-room-name"
let roomTopic = "create-room-room-topic"
}
}