diff --git a/.gitignore b/.gitignore index 5a5de766f..bf00a89e1 100644 --- a/.gitignore +++ b/.gitignore @@ -56,7 +56,7 @@ Tools/Scripts/element-android # ignore all /UITests/Sources/__Snapshots__/Application/* # but keep the references -!/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.*.png !/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.*.png -!/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.*.png +!/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.*.png !/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.*.png +!/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.*.png diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e9a7b023..612dbea78 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,6 +65,12 @@ The project uses its own shared githooks stored in the .githooks folder, you wil git config core.hooksPath .githooks ``` +### Strings and Translations + +The project uses Localazy and is sharing its translations with the ElementX Android project: https://localazy.com/p/element + +Please read the [Android docs](https://github.com/vector-im/element-x-android/blob/develop/tools/localazy/README.md) for more information about how this works. Note: On iOS we don't have the additional step of filtering strings per module. + ### Continuous Integration ElementX uses Fastlane for running actions on the CI and tries to keep the configuration confined to either [fastlane](fastlane/Fastfile) or [xcodegen](project.yml). diff --git a/ElementX/Sources/Screens/RoomDetails/View/RoomDetailsScreen.swift b/ElementX/Sources/Screens/RoomDetails/View/RoomDetailsScreen.swift index 63d88231a..68920aeb4 100644 --- a/ElementX/Sources/Screens/RoomDetails/View/RoomDetailsScreen.swift +++ b/ElementX/Sources/Screens/RoomDetails/View/RoomDetailsScreen.swift @@ -128,24 +128,17 @@ struct RoomDetailsScreen: View { private var securitySection: some View { Section { - HStack(alignment: .top) { - Label { - VStack(alignment: .leading, spacing: 2) { - Text(L10n.screenRoomDetailsEncryptionEnabledTitle) - Text(L10n.screenRoomDetailsEncryptionEnabledSubtitle) - .foregroundColor(.element.secondaryContent) - .font(.element.footnote) - } - } icon: { - Image(systemName: "lock.shield") + Label { + VStack(alignment: .leading, spacing: 2) { + Text(L10n.screenRoomDetailsEncryptionEnabledTitle) + Text(L10n.screenRoomDetailsEncryptionEnabledSubtitle) + .foregroundColor(.element.secondaryContent) + .font(.element.footnote) } - .labelStyle(FormRowLabelStyle(alignment: .top)) - - Spacer() - - Image(systemName: "checkmark") - .foregroundColor(.element.quaternaryContent) + } icon: { + Image(systemName: "lock.shield") } + .labelStyle(FormRowLabelStyle(alignment: .top)) } header: { Text(L10n.commonSecurity) .formSectionHeader() diff --git a/ElementX/Sources/Screens/RoomScreen/RoomScreenViewModel.swift b/ElementX/Sources/Screens/RoomScreen/RoomScreenViewModel.swift index 00ca79d53..3da61a496 100644 --- a/ElementX/Sources/Screens/RoomScreen/RoomScreenViewModel.swift +++ b/ElementX/Sources/Screens/RoomScreen/RoomScreenViewModel.swift @@ -196,7 +196,7 @@ class RoomScreenViewModel: RoomScreenViewModelType, RoomScreenViewModelProtocol } // can be improved by adding a date threshold - return otherEventTimelineItem.properties.reactions.isEmpty && eventTimelineItem.sender == otherEventTimelineItem.sender + return eventTimelineItem.properties.reactions.isEmpty && eventTimelineItem.sender == otherEventTimelineItem.sender } private func sendCurrentMessage() async { diff --git a/ElementX/Sources/Services/Media/MockMediaProvider.swift b/ElementX/Sources/Services/Media/MockMediaProvider.swift index 024c17e64..c4a220d08 100644 --- a/ElementX/Sources/Services/Media/MockMediaProvider.swift +++ b/ElementX/Sources/Services/Media/MockMediaProvider.swift @@ -23,14 +23,10 @@ struct MockMediaProvider: MediaProviderProtocol { return nil } - #warning("Fix me. this is stupid!") - if let size { - if size == AvatarSize.room(on: .details).scaledSize - || size == AvatarSize.room(on: .home).scaledSize - || size == AvatarSize.room(on: .timeline).scaledSize { - return Asset.Images.appLogo.image - } + if source?.url == .picturesDirectory { + return Asset.Images.appLogo.image } + return UIImage(systemName: "photo") } diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineViewProvider.swift b/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineViewProvider.swift index 3a309deae..e2c3004b4 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineViewProvider.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineViewProvider.swift @@ -161,7 +161,7 @@ extension RoomTimelineViewProvider: View { } } - private var timelineGroupStyle: TimelineGroupStyle { + var timelineGroupStyle: TimelineGroupStyle { switch self { case .text(_, let groupStyle), .separator(_, let groupStyle), diff --git a/UITests/Sources/Application.swift b/UITests/Sources/Application.swift index 8f80851d9..cd1f4166e 100644 --- a/UITests/Sources/Application.swift +++ b/UITests/Sources/Application.swift @@ -62,7 +62,7 @@ extension XCUIApplication { } private var testName: String { - languageCode + "-" + regionCode + "-" + deviceName + localeCode + "-" + deviceName } private var deviceName: String { @@ -76,6 +76,13 @@ extension XCUIApplication { return name } + + private var localeCode: String { + if UserDefaults.standard.bool(forKey: "NSDoubleLocalizedStrings") { + return "pseudo" + } + return languageCode + "-" + regionCode + } private var languageCode: String { Locale.current.language.languageCode?.identifier ?? "" @@ -84,10 +91,6 @@ extension XCUIApplication { private var regionCode: String { Locale.current.language.region?.identifier ?? "" } - - private var osVersion: String { - UIDevice.current.systemVersion.replacingOccurrences(of: ".", with: "-") - } } private extension UIImage { diff --git a/UITests/Sources/BugReportUITests.swift b/UITests/Sources/BugReportUITests.swift index 1d6e2405a..724f0b32c 100644 --- a/UITests/Sources/BugReportUITests.swift +++ b/UITests/Sources/BugReportUITests.swift @@ -24,33 +24,36 @@ class BugReportUITests: XCTestCase { // Initial state without a screenshot attached. app.assertScreenshot(.bugReport, step: 0) } - + func testToggleSendingLogs() { let app = Application.launch(.bugReport) - - app.switches[A11yIdentifiers.bugReportScreen.sendLogs].tap() - + + // Don't know why, but there's an issue on CI where the toggle is tapped but doesn't respond. Waiting for + // it fixes this (even it it already exists). Reproducible by running the test after quitting the simulator. let sendingLogsToggle = app.switches[A11yIdentifiers.bugReportScreen.sendLogs] - XCTAssert(sendingLogsToggle.exists) + XCTAssertTrue(sendingLogsToggle.waitForExistence(timeout: 1)) + XCTAssertTrue(sendingLogsToggle.isOn) + + sendingLogsToggle.tap() + XCTAssertFalse(sendingLogsToggle.isOn) - app.assertScreenshot(.bugReport, step: 1) } - + func testReportText() { let app = Application.launch(.bugReport) - + // Type 4 characters and the send button should be disabled. app.textViews[A11yIdentifiers.bugReportScreen.report].clearAndTypeText("Text") XCTAssert(app.switches[A11yIdentifiers.bugReportScreen.sendLogs].isOn) app.assertScreenshot(.bugReport, step: 2) - + // Type more than 4 characters and send the button should become enabled. app.textViews[A11yIdentifiers.bugReportScreen.report].clearAndTypeText("Longer text") XCTAssert(app.switches[A11yIdentifiers.bugReportScreen.sendLogs].isOn) app.assertScreenshot(.bugReport, step: 3) } - + func testInitialStateComponentsWithScreenshot() { let app = Application.launch(.bugReportWithScreenshot) diff --git a/UITests/Sources/ServerSelectionUITests.swift b/UITests/Sources/ServerSelectionUITests.swift index 24ed8450e..e3f6d3d4d 100644 --- a/UITests/Sources/ServerSelectionUITests.swift +++ b/UITests/Sources/ServerSelectionUITests.swift @@ -52,7 +52,6 @@ class ServerSelectionUITests: XCTestCase { // Then an error should be shown and the confirmation button disabled. app.assertScreenshot(.serverSelection, step: 2) - XCTAssertTrue(app.staticTexts[L10n.screenChangeServerErrorInvalidHomeserver].exists) XCTAssertFalse(app.buttons[A11yIdentifiers.changeServerScreen.continue].isEnabled, "The confirm button should be disabled when there is an error.") } diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.analyticsPrompt.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.analyticsPrompt.png deleted file mode 100644 index fe3d28584..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.analyticsPrompt.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94aaa3eafaa774d0fe02f1d45f54df9dec1e3e45ce5e05f0b8ad13af2663bf5f -size 147757 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.authenticationFlow.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.authenticationFlow.png deleted file mode 100644 index 9d4ef330e..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.authenticationFlow.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84ae2c884d2fba85aea5d2d107d8096ccdcad93ce452d39e8fc9509cb5d5ce28 -size 88786 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.bugReport-0.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.bugReport-0.png deleted file mode 100644 index 03c683980..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.bugReport-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c67bdab391e95ef065f074a300bac9c6bb6279e7cddbc58c9300cb067fa9e716 -size 115162 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.bugReport-1.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.bugReport-1.png deleted file mode 100644 index 814221ed0..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.bugReport-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05566c0ba47079128b45e644969b5499a412a8eb2e5da9abc6ba1de742ac816c -size 115270 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.bugReport-2.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.bugReport-2.png deleted file mode 100644 index 80a92e34e..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.bugReport-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71ae0023d08a5a02a47c725d26a103f3eaace978f0675c095fa714bb52d32478 -size 182410 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.bugReport-3.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.bugReport-3.png deleted file mode 100644 index 34a021414..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.bugReport-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca298db59b6d239a4995357addc9b15b321bf29cb3dc429aef57dcff61b160a2 -size 185714 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.bugReportWithScreenshot.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.bugReportWithScreenshot.png deleted file mode 100644 index cd458be21..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.bugReportWithScreenshot.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c265f3e09023a30882395c67b4512056b2d7a2d8b5562238e428e2380abf346 -size 120759 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.home.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.home.png deleted file mode 100644 index 8585bdd99..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.home.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12d5ef8e967ad8f3f1a8f3b9b1579cfb19eaa50acd4c0ac9735f523760dd75c4 -size 86218 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.login-0.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.login-0.png deleted file mode 100644 index 5bbc8280b..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.login-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4bc4e25efcb9e07898fdb6486727902aa2d7f2bb7df8e163a6082a6136a1817 -size 89873 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.login-1.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.login-1.png deleted file mode 100644 index f9f164f82..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.login-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2bb6922c20a35da7aef9e756c5c3951c9e01a3dfa407f58ed69959b511f9537 -size 75911 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.login-2.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.login-2.png deleted file mode 100644 index 9b3855c96..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.login-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c3b9ffcf57deb42b4cb78fc2ea339afb88b66c2fbc543b97ba7d2a548b3f98c -size 83159 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.login.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.login.png deleted file mode 100644 index bc6025d38..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b31aef830a765e8fc0eee3bc853b21c7c17afc760630f8325db42478d4161ca -size 89503 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.onboarding.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.onboarding.png deleted file mode 100644 index 655139059..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.onboarding.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cc87b3038204a03ceffb0367150ae715672ece31c28aded1867e29154d23348 -size 853026 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.reportContent.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.reportContent.png deleted file mode 100644 index 64302d289..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.reportContent.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec76c4a7817c01035c828a72134bc0838f69bb1aa506bb36b5f2446b0e30cc0e -size 99569 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomDetailsScreen.png deleted file mode 100644 index 80345b598..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomDetailsScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:480187021f8337ffbc59d03b149d9aa27141b695d116daa311de27bca9b517c9 -size 95009 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png deleted file mode 100644 index 5f132715d..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e035ab94494f59f9ecf1416f861b8d9bbee6477daad8a5cfdb107032cd14d322 -size 120849 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomEncryptedWithAvatar.png deleted file mode 100644 index 48b98f8c6..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomEncryptedWithAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4687a8dd1909ff3b8e309dbaf8f6adf07bb18c39cd1d0b890d0220ca3da9e330 -size 222368 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomLayoutBottom-0.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomLayoutBottom-0.png deleted file mode 100644 index 3f565301f..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomLayoutBottom-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fda25285905d9abe2ec7f39b8a5ec071e3f22a85afad60a032307bbf5402477 -size 276634 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomLayoutBottom-1.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomLayoutBottom-1.png deleted file mode 100644 index 1bb40fede..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomLayoutBottom-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4887066f6c7e9156acebf3d50ead4d34df3ca37128d232649b6bd502279cb8f -size 285790 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomLayoutMiddle-0.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomLayoutMiddle-0.png deleted file mode 100644 index d71619662..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomLayoutMiddle-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dfd61d9b53508d1813dabc59b4324ae8f6eac23ac993e6f42d5b87ab6d418c6 -size 284847 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomLayoutMiddle-1.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomLayoutMiddle-1.png deleted file mode 100644 index 98d1416ae..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomLayoutMiddle-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d123e4e5fc6ed3681175847ed23c7232fbd833d546eed046e07a3243a1cf8c4 -size 298132 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomLayoutTop.png deleted file mode 100644 index fbfd0c4ab..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomLayoutTop.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e20417225259eb8fbd67a051a625dcdd5e4d6a9ab25de30056f487a30a214470 -size 263315 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomMemberDetails.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomMemberDetails.png deleted file mode 100644 index a3ee2cfce..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomMemberDetails.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa29d51f482c87a93da7fd8c059215fcc3da9ef6c980a301e9507ed1f7c3c7a5 -size 79947 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomMemberDetailsAccountOwner.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomMemberDetailsAccountOwner.png deleted file mode 100644 index 62bb0292c..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomMemberDetailsAccountOwner.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5afc94645db66763519ca354f302e3e3ca5e380c9a7a9b6d634b4fc9ed98c31c -size 73131 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomMemberDetailsIgnoredUser.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomMemberDetailsIgnoredUser.png deleted file mode 100644 index 1d87cf438..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomMemberDetailsIgnoredUser.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20e6382f3e6befa47d6a343b63fd5e5094e66e216b50853d35555b1e1b9e86ba -size 81051 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomMemberDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomMemberDetailsScreen.png deleted file mode 100644 index 67127326f..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomMemberDetailsScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4f1e050e223e5f3b0e0649574541f0339698cbf8ecdfb2780deecea2e016379 -size 77761 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomPlainNoAvatar.png deleted file mode 100644 index f0c63d729..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomPlainNoAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:415ddc64b9806f5ec6c7d40efeecdb63632e61f442b9d37e3d320b1a57535143 -size 222246 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomSmallTimeline.png deleted file mode 100644 index 79019c2c2..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomSmallTimeline.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90e75572da49d74ad050876780fdbc30ab9e570c17beccf9557cf1ea89a7acc1 -size 93664 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png deleted file mode 100644 index dee21dd8e..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:823edb684ce585febf4e2b362f7a7e03d8e04185691b3527c2eff06490d61607 -size 114797 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomSmallTimelineLargePagination.png deleted file mode 100644 index ff61797a9..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.roomSmallTimelineLargePagination.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f34f1152c0e1e3b8c428eb39c6cdc92ec906d3311eb96f51dcd80e858246b1af -size 282423 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.serverSelection-0.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.serverSelection-0.png deleted file mode 100644 index 34c47b672..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.serverSelection-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08ccbb291e92a77b0494489f32fd71a1a7c3f93c5b3eaa0d3adbd0ee46ad463f -size 98987 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.serverSelection-1.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.serverSelection-1.png deleted file mode 100644 index 0d6b7f757..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.serverSelection-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0210f0729a0c724349146a0cbbc654016dbbb80789b2193bcec28e4b689637a2 -size 171245 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.serverSelection-2.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.serverSelection-2.png deleted file mode 100644 index 1f6e6939c..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.serverSelection-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc36539eae4418ffc6be0a1c79700a8a04a0a2b526ab287abd84ac8d579849ea -size 90984 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.serverSelectionNonModal.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.serverSelectionNonModal.png deleted file mode 100644 index 7222f0014..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.serverSelectionNonModal.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f10f8d4d47e9774ff5a536499b28a965f1691d176e3e9dc908657a7a6dae86b5 -size 95449 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-0.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-0.png deleted file mode 100644 index 285db04b8..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9816c9839b1c53e16a06fe9a17b362e82a4d7c6677b40aa61f4354626363ebae -size 80103 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-1.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-1.png deleted file mode 100644 index 149c220f1..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f17d7a325c0e21254b69e75ea34d92e0db13bd1cb3fb398843f68f6a3f13fd35 -size 81693 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-2.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-2.png deleted file mode 100644 index 1e13c6d32..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f36618d1a5c044771b470c6e9dc69623ff6be43c8d52378540e5707a9aa96839 -size 82363 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-3.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-3.png deleted file mode 100644 index 644690e1d..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4fc350e39d457f8a308af521af3427d72c383d274441b154e10b0a5259fc296 -size 61324 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-4.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-4.png deleted file mode 100644 index 0e9f7c63b..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10b6d9c5ded6d4ccf5254253f8b40fd4a85874c0f97d6001db8f93a1b67d6202 -size 145036 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-5.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-5.png deleted file mode 100644 index f15e09219..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-5.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ac5fe406934d77c87808a7f7168494a3276086b4add800cbd88e588ecbe57b0 -size 142115 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-6.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-6.png deleted file mode 100644 index fb5435b52..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-6.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2e944e139033083033e477a32ffe3af852457572d96f9afd126225f4d548d2b -size 85636 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-7.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-7.png deleted file mode 100644 index 653c852e1..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.sessionVerification-7.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d851c65117003c330db9ea6a2a711525da3d8b6639dc5d0c1d3d1ddf02cbdd3a -size 82280 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.settings.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.settings.png deleted file mode 100644 index 38b2d9f9e..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49de14582fb7f808a05b3473a031484183441fca5f969a996395bd4c34b5fc46 -size 102630 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.simpleRegular.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.simpleRegular.png deleted file mode 100644 index 3d0cf7eb8..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.simpleRegular.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d69dbcfbcf77ff231d83db9572ba1f5be9264901ea15bc881e01d5235f3cac8 -size 84602 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.simpleUpgrade.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.simpleUpgrade.png deleted file mode 100644 index 16fc268d6..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.simpleUpgrade.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e209f4603a1ee7ad24278f768cdcdcaa99e732f9cfafb1314a981753ea857c28 -size 78912 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.softLogout.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.softLogout.png deleted file mode 100644 index 96a60a23d..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.softLogout.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdb0b509432a547066e7f1c50b416b4b1c37ae484598c918da07f7bcf6bd3be4 -size 134530 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.startChat.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.startChat.png deleted file mode 100644 index 7b67c907f..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.startChat.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2be45f5492a94a96ff2da692738ec68d258805a297b6dec68b86fb14199a3726 -size 107619 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.userSessionScreen-1.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.userSessionScreen-1.png deleted file mode 100644 index 58b80a3e3..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.userSessionScreen-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c797f4746179d6c2e5a58b83f88c8f3bd58c27da8268ceabdbd1814e6bd19fc2 -size 154413 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.userSessionScreen-2.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.userSessionScreen-2.png deleted file mode 100644 index 03ad453ae..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPad-9th-generation.userSessionScreen-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c125b8970f7e61f00448e97abb29a147cb5aba0a7b351778215f1400a1c169db -size 312985 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.analyticsPrompt.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.analyticsPrompt.png deleted file mode 100644 index 7b1973124..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.analyticsPrompt.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d84ed064f75bb3861fb9c2d2598d0983b13ebb872dad6202aeafd6b013b7e1d -size 194651 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.authenticationFlow.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.authenticationFlow.png deleted file mode 100644 index 93cc7362b..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.authenticationFlow.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f9ecffc022f179f5b3c85ebb0c97237aeb441901304930ce134c4e6197863d4 -size 99001 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.bugReport-0.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.bugReport-0.png deleted file mode 100644 index 1deb6cec7..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.bugReport-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e3634a16e87fd51d5cb8b55e7396691e4cabd9fa047f7fa19a02acbbdb9a7c2 -size 147542 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.bugReport-1.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.bugReport-1.png deleted file mode 100644 index 50fd9a12f..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.bugReport-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:667f974615cc883187b05beba38f805ad578873368826db2c3525ceaadcfa18a -size 145083 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.bugReport-2.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.bugReport-2.png deleted file mode 100644 index 91b8c391d..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.bugReport-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:521dc12c3d27c2d43b9db79929fffb38fb2ad227d276a9136ef69a24f2234fb8 -size 205573 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.bugReport-3.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.bugReport-3.png deleted file mode 100644 index 9381eb4b5..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.bugReport-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5ec6a8697f774afda7b61e79edc652344c5a951a0b92ecc211efbc2bcd17335 -size 208770 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.bugReportWithScreenshot.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.bugReportWithScreenshot.png deleted file mode 100644 index dd3382359..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.bugReportWithScreenshot.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0a8445cba54afb2c2a00aa78bf33a4eaa94c8a89e61b3762b537030719741d8 -size 154495 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.home.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.home.png deleted file mode 100644 index 6a1e2f9d0..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.home.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bc0d14a5e2ad157c6eec0f606f8cebba7baf03f7ff2e9955663715981cc185b -size 89929 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.login-0.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.login-0.png deleted file mode 100644 index 923a52a64..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.login-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa034d1cbdefdb5ecaaf90fb990d5c5c6d6575105f7ddc3ed5ccda1677f641c0 -size 100182 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.login-1.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.login-1.png deleted file mode 100644 index ef49b6d28..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.login-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0715d96372684171ef6fc61f17c76bf47acc65ea73bcb9f7b03d7b02406e8cd9 -size 79141 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.login-2.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.login-2.png deleted file mode 100644 index b4c5af97e..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.login-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7ff29912bddf0a7cf58651df00ecde92b9841b3e182b38136adcaa228a886c8 -size 89539 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.login.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.login.png deleted file mode 100644 index 46acb7640..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01cb6b0bbce4a995ccb5e81ccc3a54f9d37448002e443bd819363bf72c2bee9e -size 99707 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.onboarding.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.onboarding.png deleted file mode 100644 index a0e97c715..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.onboarding.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a7dcbb090ddb93fd31e8960d06cadc501e44a5eb095637408f107a27bda2520 -size 1374145 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.reportContent.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.reportContent.png deleted file mode 100644 index 7b5dd5053..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.reportContent.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f4639f2a8e394ac19f489514ca8028c8b88933f794ecf4133c11bd5923a4ce7 -size 125839 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomDetailsScreen.png deleted file mode 100644 index a6f2a5aa6..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomDetailsScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8eafd53e5f50f849a4a7da0bf436d0a532e725fe9adff3fc3fca788f5dac5edb -size 115884 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomDetailsScreenWithRoomAvatar.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomDetailsScreenWithRoomAvatar.png deleted file mode 100644 index b8e82a30e..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomDetailsScreenWithRoomAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abfabc7f8c5f26e407e1f6263678bff477afb1e44dff8f5d612e76cd367e41da -size 152690 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomEncryptedWithAvatar.png deleted file mode 100644 index c79b17ff4..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomEncryptedWithAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:144c168d55608c3d15ea3f952374fee7f0750bffddaa57847f23166e2a395b68 -size 345783 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomLayoutBottom-0.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomLayoutBottom-0.png deleted file mode 100644 index 99ce4c87c..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomLayoutBottom-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90f909d82506c1a256b02f423c8b29d2fba10706079039eb945b75da3d9196ff -size 285989 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomLayoutBottom-1.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomLayoutBottom-1.png deleted file mode 100644 index 5f2379ceb..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomLayoutBottom-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6cec36fb1de4ad1ff4ef403e95aabd5aba6a3cc7ef1b3ecdacc01f0f77b3ae6 -size 282236 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomLayoutMiddle-0.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomLayoutMiddle-0.png deleted file mode 100644 index 5a8de00ee..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomLayoutMiddle-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09768833f6ae1cd4bccffd2e7afb18338b7095cf8cac37df45ea2d620c2e523f -size 310018 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomLayoutMiddle-1.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomLayoutMiddle-1.png deleted file mode 100644 index bf58ee440..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomLayoutMiddle-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dce0fd6478bef902b056ec1b6033095eb18c862decb480d247ec163ca97389bc -size 292473 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomLayoutTop.png deleted file mode 100644 index 60eaeb74f..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomLayoutTop.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3fdf038b89a5b3792b557b84b2d733f36bd68561d838016e26abfab937fd2f2 -size 238618 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomMemberDetails.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomMemberDetails.png deleted file mode 100644 index b1ed803fc..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomMemberDetails.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9718639645f9d3d1c198a8c3322e7c52c23722d1020a8ee9d1009fc6312d965e -size 92445 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomMemberDetailsAccountOwner.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomMemberDetailsAccountOwner.png deleted file mode 100644 index aa6c23f53..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomMemberDetailsAccountOwner.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65b9fb1f561d907511a365a893840e638fdab7905a16a3a67e8136ea86a7ae6d -size 77514 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomMemberDetailsIgnoredUser.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomMemberDetailsIgnoredUser.png deleted file mode 100644 index 1350dbd2a..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomMemberDetailsIgnoredUser.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f698182d7eb30b43799b99e49f59422c601387ac4ddc675feecb939ff32e099d -size 94597 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomMemberDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomMemberDetailsScreen.png deleted file mode 100644 index 673c5f9b8..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomMemberDetailsScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68a2947127b5feb5df6b379a82adb9d5db31b26f0486edc4f9827f9c512ffdc2 -size 84991 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomPlainNoAvatar.png deleted file mode 100644 index 29a653aeb..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomPlainNoAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fe30bb34280bda099f583a8d3e9db2bdf6c6e975df2ec4decf679e337a95a52 -size 345536 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomSmallTimeline.png deleted file mode 100644 index c5fc301a4..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomSmallTimeline.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00429d745e49332b1be91658b230d15516a0eb66a83e9cf9512703ef476e3720 -size 146069 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png deleted file mode 100644 index d1f3aea3b..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b04854d0bc3be38fa772c097bb7f02e841e7e32b33eb61b89692a24bd82d6ffc -size 179369 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomSmallTimelineLargePagination.png deleted file mode 100644 index 2fe071590..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.roomSmallTimelineLargePagination.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb0231fdd204fd8754b3e9ba59eb522b599c03c9e04e717650be5ab1c3440aca -size 298553 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.serverSelection-0.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.serverSelection-0.png deleted file mode 100644 index 49e1541a3..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.serverSelection-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e18912f41e73595bfc56e831b3baf67441a6b31fc2d2b361e3569afa44bc3f49 -size 114487 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.serverSelection-1.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.serverSelection-1.png deleted file mode 100644 index a2b3fb20b..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.serverSelection-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f4342e3845bf0ab2664f19bcd9bbf98c9f954109f829ce7f6ee81aa2c1dae89 -size 175337 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.serverSelection-2.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.serverSelection-2.png deleted file mode 100644 index e260d4861..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.serverSelection-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7d7a678b69e9d3cde1f19b6ec8b609a936ea321e53cbb4a003ee7f6c0bb600c -size 102218 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.serverSelectionNonModal.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.serverSelectionNonModal.png deleted file mode 100644 index f47807841..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.serverSelectionNonModal.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1e5513207b68b17378df23a229cbb1cbeb3e1bdf7adea31b74827bf4aea42ec -size 109589 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-0.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-0.png deleted file mode 100644 index 30c151c6a..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4672d6427dcbed403779c3b4baa494f2c5d2830ad95bfa2396e3d959a04d9e7c -size 89995 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-1.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-1.png deleted file mode 100644 index 02882bc9b..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7844dcd302f0c67a0ed8e9d7c9c50c5577d0c71b88598fa42998bae19a5ca867 -size 90253 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-2.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-2.png deleted file mode 100644 index 505ad77da..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a20998014db07e003cde17e499960b73543367935802b6b5fc51c55e164092dd -size 92635 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-3.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-3.png deleted file mode 100644 index e95caf06b..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53bda96a8dca3dbb5e3c48c522b24079ba59d93472435c05ba3b36034ce3f75e -size 59492 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-4.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-4.png deleted file mode 100644 index 1eb47bfea..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b700ca16ad78b58d35a23bfc5889f71cb98e49a459b1f3f089a97ee1b1dee983 -size 206042 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-5.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-5.png deleted file mode 100644 index 2c063485c..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-5.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dce3111b9474295191ed34648fcdefc0709f6c583357a34b0f2ad742ca1d3416 -size 202738 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-6.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-6.png deleted file mode 100644 index c961cb757..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-6.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf9da344d757c985aa111516e5f7b6b3819fdd3c8d6e4ad70f2cab5bcf908642 -size 93697 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-7.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-7.png deleted file mode 100644 index 27257add6..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.sessionVerification-7.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b52bbe15a48467633513593065e68fcee225e33f7630b105a406d331d56fc3b5 -size 93451 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.settings.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.settings.png deleted file mode 100644 index 918096521..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab44cba126e15c9ea55c4e8f00e8e7aeca95a8f8318ad9dbf82bd9206296d203 -size 124317 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.simpleRegular.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.simpleRegular.png deleted file mode 100644 index 1c90c1d1f..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.simpleRegular.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c8ea2a331256f8170454573f7c5cdd2198d7f9d5106872102cb1f578e71579e -size 94643 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.simpleUpgrade.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.simpleUpgrade.png deleted file mode 100644 index e62299bb9..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.simpleUpgrade.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6255d6b5e899ff82c963864a459f5d63e8b0c1be6f157e7f4da14e0e2746221d -size 87524 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.softLogout.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.softLogout.png deleted file mode 100644 index f64bed4d9..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.softLogout.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:925ef2c8e27829b8797cb3c288b6d720f82917dd24eebe07e602bfe415711b9a -size 178889 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.startChat.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.startChat.png deleted file mode 100644 index 1f6ed2092..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.startChat.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:153c46f827c106b49d0aeb78d242ac57027424a14899cd421ee9e77ab632310a -size 128472 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.userSessionScreen-1.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.userSessionScreen-1.png deleted file mode 100644 index dbbdec218..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.userSessionScreen-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfc8a7e830124a829a4a83a1b72df31d421bab6b46e40fbb8e70355634cae4a6 -size 125946 diff --git a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.userSessionScreen-2.png b/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.userSessionScreen-2.png deleted file mode 100644 index b1aed4293..000000000 --- a/UITests/Sources/__Snapshots__/Application/de-DE-iPhone-14.userSessionScreen-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64ad1d19129a80c3603619d6424a5ff9f17768395226f01eb3850315a4806537 -size 289244 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.authenticationFlow.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.authenticationFlow.png index 2f0a6afcd..450a67dfb 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.authenticationFlow.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.authenticationFlow.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:772f4603de5890f2cb5519eb03b69405fd8a744a4a8187bd357538c2134cc36a -size 88386 +oid sha256:ec2b3b2ae7317bebbeec2c1a28abdaabc9877204454ee5616af0cac75dd25b42 +size 87928 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-2.png index 34ce74e33..1c07da329 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:077aefef1ac71ba09f80abab6480e0772c4ba97f8b53cf523d0395c622f66c17 -size 79823 +oid sha256:ac1ef27c8950618f1891c0219363bbe6653667b16f922a4f84554fb85be5185f +size 88179 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreen.png index 429499da6..d20ca35d6 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreen.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreen.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90e6f07709c9cad3b3c2b085eaff8f546c1ff5b67d6f010c075c2a3b7ec78570 -size 91291 +oid sha256:d5f9d688c774c2679d1983fd8037dc7debaa0bbd28f7f650b1514217c260716e +size 93293 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png index 9ae02ad48..aafadd918 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02de3604c91bc4566ebb8a4805906f6567b6fb96c9e7d773a1e4351c57c6950e -size 116185 +oid sha256:b75ac39d2873f3f3fe9bda9a9a3633a560362ee80033d096b729e45016e27c92 +size 118161 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png index d948781a8..15b9bf833 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a0129e1b6f13fbd21d167be2903217600653f4ddef38388ad6da6ba14c55fa38 -size 222460 +oid sha256:5cb9894274818fc787e8368059ee250b1116b86c007d9e6120c0cdfb662a9b1f +size 225450 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPlainNoAvatar.png index e6f2985d8..6b16e5d06 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPlainNoAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPlainNoAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55da826140e242192146e855c132ba5b89d167b620b4cea2a3a7b7fa330e2ca2 -size 222337 +oid sha256:6d1aab4750d55c1c59b9da255f5ce28f7d49d85bac9f5776faaef25991b2a6d2 +size 225335 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineLargePagination.png index fdfd31c68..85f8e1227 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineLargePagination.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineLargePagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e2e476a1ace6813f7277345d4dc2cbf748c43c021e14033dd6b8c51c2b76525b -size 282952 +oid sha256:2e14f8fae9d1b7dcf6add882eb5f064ca6de62bdc5b919c3f122c9d3cb0d7028 +size 282835 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-2.png index cf6fc2d9b..582d67b70 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:33e8ddb9558297a1cc3bbba5beb6c2e8803be372ac07c8788458b1b44625a647 -size 88331 +oid sha256:9c968d3625a28d40bf555e2f7f38661ff63722df08c5a0d03a04b20cd6342d09 +size 98816 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.softLogout.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.softLogout.png index d88874d4d..744a53e86 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.softLogout.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.softLogout.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61a87ade2585c6df59f5f0ebed57278916855869ada48b39f2ef2d08f2c72a04 -size 120460 +oid sha256:c359500fb5bb25d49e7b42b7963c18a3fad46c100669b4f2fe8f95cc0b5115df +size 120278 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat.png index 35fc504ae..5da07ba5a 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b23d1b10926ea191581b8dc38480e67e34ec0663ae8e87873356edf45f20838 -size 107029 +oid sha256:dca25597da470bcaffd8b27e14a3337e3f140a8a52d01bc615ed36fa244d5d56 +size 109818 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.authenticationFlow.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.authenticationFlow.png index 525f86d4a..9012154bc 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.authenticationFlow.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.authenticationFlow.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b349665ab97f4c71933c6dae53fd33c930838729c6ba857005b30db86149f080 -size 97719 +oid sha256:55f2e3defd6e1dd070ac7cf377e02d6a5b22145cefd431b2103062601d21fc5b +size 96567 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-2.png index f36b871eb..38a2a445b 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f24909167e1807e2c4af0ee72a818c5f62a5327865337244c5d9e93cd5e16986 -size 86514 +oid sha256:c6accbd0df355c6d0666311cb9faf25a702520e862284aac3932a8f387a68802 +size 100297 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreen.png index 252ed3099..1224fa66f 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreen.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreen.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f53cb9fcc716b9d58c78a6fd31f6181c9ccee3561d53c0850fa8b0c586637241 -size 109441 +oid sha256:033280d48071d0b5a854644014137a00214e2bfe485c036f0fe4447176523224 +size 115555 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithRoomAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithRoomAvatar.png index ed5e04105..c3130802c 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithRoomAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithRoomAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:488bbb53e818a65a3b7e9aeeb362477c5550acca91296f5f994534a8271e7f7b -size 148772 +oid sha256:5c3177c3e71c57b6ae7fc1d7e9cc8605e56c57d975d5d4005d3f11332388e93a +size 150100 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png index f03b123b0..962f5ef4b 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2bb1114f2446389241e47b57c5c345c2fda25f0e4068d8dfa3b611dcf9563ac9 -size 346522 +oid sha256:ddfcc3aa97708a061e822dd6c3230c57582ccbdf3d5d3a53a30008743ac5a5d4 +size 346656 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreen.png new file mode 100644 index 000000000..ca34bb67a --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39473c3ac0d998cb0eb838280827c70a688f2db69aa2ac00d460d0c4a5070e93 +size 82754 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png index 1f7548dd5..346979886 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45bb5261a2e1da2339f98b8cb310389757dc73654b6c72d937611fead340cf50 -size 346275 +oid sha256:2eb94dab1ca62737f3f061e0d1db36402792e9233357175cf7dab3f1829ab63e +size 346412 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png index ffe629116..c118a1c9f 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc64c755876ab42ce7d19b2d1a3d8f38d4888f5cdcf504a0d336d8f3b52cef71 -size 299279 +oid sha256:203b0151d0d7c6992814526a0e5f8515b62bcb0c16f1747cdaf5ef9bbb95f2af +size 298720 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-2.png index ca2efb1ed..3059aff5c 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90467c2aecd998223d4aa4667a147bdd5329a90c09234cd895d7792b7bbd3080 -size 97824 +oid sha256:1c1f427c84959a513475e5c40a5f5961436f75842ccf7e80151ed8caf305f343 +size 115230 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.softLogout.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.softLogout.png index f612445d0..1b9cad657 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.softLogout.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.softLogout.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3fbbc9ef7c3f3f8fc24fc43ba8d179b588a2b50bceebbe4d856b9ace2e5745ec -size 155035 +oid sha256:2230f61ec8690371717beb99d92f012219298385ef311d89f88797613576abf2 +size 153348 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat.png index b1f12cf68..fe7784252 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e976ed0e5a41861efb0cb567b2f6311f80cf44b53c54ff453ee9a9af91f1d6a -size 126719 +oid sha256:1a9795d7fea514d8e1c5ec71b7365dd6c228853e80c770046685bf1bf7117299 +size 133821 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.analyticsPrompt.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.analyticsPrompt.png new file mode 100644 index 000000000..e2b5c26b7 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.analyticsPrompt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ff8a9c07666a38040d2171778a1d9604791780dcb41802a47511a02fb45e86 +size 167573 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.authenticationFlow.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.authenticationFlow.png new file mode 100644 index 000000000..c2f5fbf81 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.authenticationFlow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67bfd4b81e1598dabd450afe1c955399ef69b51534961f5f20f2ef9484bc69bd +size 92565 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-0.png new file mode 100644 index 000000000..9429b2381 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2493b0e031c844a551a19f98eaf6d5b23866c5d7c679f97bff7d25c2e3fa5c74 +size 143204 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-1.png new file mode 100644 index 000000000..6e4a82f9c --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22868875281c5277f94754837ecb9b85bcbdd5149c25552819e4e794395374e5 +size 144520 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-2.png new file mode 100644 index 000000000..b7b5b6e3e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92047c1b15c468530e5a4f30c063d7fd6dbb1e5f6d068799a7f639776fef68c +size 209550 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-3.png new file mode 100644 index 000000000..d51d57cbb --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe97f26f0e7e490287b473fe27f4c94360a2c23e785cc8e862d0b9aae9fe5b2 +size 212911 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReportWithScreenshot.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReportWithScreenshot.png new file mode 100644 index 000000000..cf54fe1e5 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReportWithScreenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44cf8660875087189b1ed01593b12d7db91e879f8070e310da48a7ace083c86d +size 148921 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.home.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.home.png new file mode 100644 index 000000000..0f3c646b0 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.home.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ed312304244f3a2c646cf6b6e1638ebe9b9114046d3782ee06165f255523a7 +size 86995 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-0.png new file mode 100644 index 000000000..962b03ef1 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6110e8095a5ca74008ff55b1baecb24fb78d9926782b46725272c94341bcd65e +size 94048 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-1.png new file mode 100644 index 000000000..ed4c57840 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a654688b27120213bae227961b0d954d76682c02e6c57c4c45715fc31ae304eb +size 79627 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-2.png new file mode 100644 index 000000000..7a584fab5 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae368aa91f0b358da5d96747590e92a649a7799fa4b866e2475aec23af80204 +size 107353 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login.png new file mode 100644 index 000000000..cfb2dd83c --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b9052d02f067d265d13deb9249322cf49b4c7ded3f8fc0ef14fc3e28284207 +size 91433 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.onboarding.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.onboarding.png new file mode 100644 index 000000000..d062dfc6f --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.onboarding.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a697ee7fb28c3ce98178d31ea099f0fee53f4eff82065e81307530c7fd9ddf +size 860098 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.reportContent.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.reportContent.png new file mode 100644 index 000000000..476008a5a --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.reportContent.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f69a58df0557ef1e1adb04a1dbe9b245a003684f0b96228a7a438da168ec25 +size 133827 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreen.png new file mode 100644 index 000000000..90971d343 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16839e452b90d87b40115a9a544c83c90f50c18d5ea35e0f281f25dc8f8c34b +size 107317 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png new file mode 100644 index 000000000..8ac1fc106 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ffdfd356bf1aac98e8e8d7954c408708863ff0baf1735b5e5f2601666f89064 +size 133654 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png new file mode 100644 index 000000000..02dea2dc1 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34d12d562035bcfdfb7f3db59f3c5ad39a177a975e1cd308432ed26f05c8d82 +size 226595 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-0.png new file mode 100644 index 000000000..67577ab5c --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d075bddff47c4046cb35503d423b86aab817c2019a0c42eaa6c6f38d7dca4181 +size 278074 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-1.png new file mode 100644 index 000000000..0821d3553 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0246bc88c988c41e203c47ab9cabd13ca3277a2b940eca722e2024e7348119f7 +size 287184 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-0.png new file mode 100644 index 000000000..f3d195f1b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2917480684b8e48c6ae753a438c05cce44ae362947dee8658325749d506ca27c +size 286818 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-1.png new file mode 100644 index 000000000..de47f2e27 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7973327e95a3ebcdd6bfe90ca56ed2d966fe9f53dda5098ddaad43e8b1269fa5 +size 300470 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutTop.png new file mode 100644 index 000000000..a45a88a0b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutTop.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ea438ea8e6e2a3c0e0ce311bf5db75b629b981ea4f2d12a289a2df8f6c4413 +size 264433 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetails.png new file mode 100644 index 000000000..a029d33dc --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetails.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea308123d1c33167185820e7a3cf3930bcfa0561767919810151cfce7a32836a +size 81855 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsAccountOwner.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsAccountOwner.png new file mode 100644 index 000000000..977067903 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsAccountOwner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e111cf5ef8318ed73d8694721b1455e3fca512531702272ee893d5829c5c668e +size 74747 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsIgnoredUser.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsIgnoredUser.png new file mode 100644 index 000000000..4d2f6c25f --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsIgnoredUser.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e624f75df520d4957870a5fec649d936c1df7a736cbc5bb254ecd290aa0a3c +size 83139 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsScreen.png new file mode 100644 index 000000000..d2afd23d4 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsScreen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7a1fcfbf788424f6a8221d306020e4349378f780fee1b2cdd058ea24d769ce +size 80084 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png new file mode 100644 index 000000000..5f4487a53 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc4586d13995d4626856f66cc56437811de7e183e1eacf762877007c2ad8dd4a +size 226475 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimeline.png new file mode 100644 index 000000000..b3cd5f553 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimeline.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d48a3e95753033af12d4ced277763352c7469bebd34e83b5340830d38d88e5 +size 94563 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png new file mode 100644 index 000000000..47d07fc49 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6bc5567c37cf3729e5aff93297fbe47cbf51302d57e3bcafa7550ddd26f4fdb +size 115469 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png new file mode 100644 index 000000000..e24af770d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6e9e48310fe7b00d107a56e3e7d0dc8cc45fade058c7f5a8d2718050b2e816 +size 283307 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-0.png new file mode 100644 index 000000000..4f2bfc113 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418e459caa144de170393411d57f76b640219959af8868570496169f947f3cc7 +size 115986 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-1.png new file mode 100644 index 000000000..fd6668bb8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a584193016efaf635e7630416be6dad8b3d5387aa2edfc4630a782ad93ed5b2 +size 187780 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-2.png new file mode 100644 index 000000000..b7747a453 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2deb2893977d77038a5555da79de84407fd65c06bf745755556b1e63a86a6ea5 +size 119860 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelectionNonModal.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelectionNonModal.png new file mode 100644 index 000000000..86d97adf3 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelectionNonModal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235b63b4082c7137e089f3570434a20b513014d949bda277ff73d4785987f621 +size 112921 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-0.png new file mode 100644 index 000000000..673efb515 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15cec8f3f745854fb19fb2ca5d2d4c2743c3e7fa8048d5fbb77f37ecb8283428 +size 88586 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-1.png new file mode 100644 index 000000000..c8288a1f0 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d318deec09159d6aa988f5144e36282b1f5e6c3dbd99e3597e1cae99285efc +size 91704 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-2.png new file mode 100644 index 000000000..0585772de --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a313a0adad5ebafba572b51ea9c8c95ba99e221b1109b09b4613ba5c4dc459ec +size 86278 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-3.png new file mode 100644 index 000000000..2c1546b55 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c638fb9f4cfaed502e6e605b40de7193746b7c5a178f6a94e9c4bae201d872 +size 61216 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-4.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-4.png new file mode 100644 index 000000000..355f72799 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5146812d73b0f5f37c98e93546b5d7477265cb8896d686724522081edb2aa859 +size 154396 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-5.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-5.png new file mode 100644 index 000000000..5824bc127 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a68bb65fa5b6d25b6e1349d945987185839a72cbffff9b76456d9851ceefbdc +size 151734 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-6.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-6.png new file mode 100644 index 000000000..1f0716c10 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e7fcc78f4c78e95b76169e502dcf78fcee3c614e771448d83134fbfdadc08d +size 91909 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-7.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-7.png new file mode 100644 index 000000000..b4977816f --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e2fc86c81c01bd81b2457a678a2742eefaed5bd4e51fa8c85409defa5b443f +size 90799 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.settings.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.settings.png new file mode 100644 index 000000000..a4de72b48 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.settings.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eef8072fd55252bb8bafb94b9805e02d63ca117b60cfd2b613a759a1c8a0812 +size 108309 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.simpleRegular.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.simpleRegular.png new file mode 100644 index 000000000..d3a3a0795 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.simpleRegular.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859777db202b22513094593a9af6883dde5c4b58d66bea427520b06c8f93c0cb +size 86401 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.simpleUpgrade.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.simpleUpgrade.png new file mode 100644 index 000000000..0787b8257 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.simpleUpgrade.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94fb1baf59df2f8b2519f7323700f2384eba7a7a6b5e954324421ba26478038 +size 81027 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.softLogout.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.softLogout.png new file mode 100644 index 000000000..2b164af31 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.softLogout.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d805065062ee7c9ae8cd44be28e2863d69330563335348d4f042ae9c2aefb95 +size 161030 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat.png new file mode 100644 index 000000000..2cfbd7bc1 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba82bedd6c66f99bd94f9942900d4ebe0e0029f83011b79cceee53f0aa102cd +size 114137 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-1.png new file mode 100644 index 000000000..ca8e75276 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57fe94d6a90b4bee1e4e63baee4b4fe9a5470fb9c33ae98db3aa488cd3eedd65 +size 156069 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-2.png new file mode 100644 index 000000000..936fcff77 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b684cb5897525d433e9693a2f243a3dcb42403c5d02a1ed8ffcc4d3b03e49c2 +size 315804 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.analyticsPrompt.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.analyticsPrompt.png new file mode 100644 index 000000000..5ad508ffb --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.analyticsPrompt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4deddcc486c84e9b0bcbd92276ceb265497adb5e17aa841b471b35882ef40015 +size 195899 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.authenticationFlow.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.authenticationFlow.png new file mode 100644 index 000000000..ea94d4f29 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.authenticationFlow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b9c56451a29104b170de1ace7ed42706af3030e3f92f064534a632989a6f21 +size 114222 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-0.png new file mode 100644 index 000000000..e543416bd --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee2bf7d0205b023835d57e7bbd5f9ec8ff982fb70324c2abe7f371590b4d89d +size 207215 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-1.png new file mode 100644 index 000000000..3b30fd23e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d1fa4ff4b3a3981f78f3ac41e62d110d38f1bc465bb41b77683544fc0bda1d +size 210079 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-2.png new file mode 100644 index 000000000..060a70f37 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96ac11e885e942986d46c0a9bf24a7cfa5bec1f859d39e2706f649fe4e29298 +size 217901 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-3.png new file mode 100644 index 000000000..1a32c4e5d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e42ee56b481183c65ce6c7b7b1df0da5dd3aaa619c7bd517ebd18be97b70ff +size 224992 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReportWithScreenshot.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReportWithScreenshot.png new file mode 100644 index 000000000..156a58f0b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReportWithScreenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad173a71afac03cf019e2e2b6165377adce44857aa7675c19beebbb45d3984e4 +size 207844 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.home.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.home.png new file mode 100644 index 000000000..339d4e00b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.home.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecdb19d738a0e5b3871b34db765b86d4837474068098e2173b9fb8bdbfdb31a +size 91913 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-0.png new file mode 100644 index 000000000..7e5624e03 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9af5670518637837d225e27d401cc36f33bd7d865a9e6ba24e72b872c558e5 +size 116142 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-1.png new file mode 100644 index 000000000..0dd7b4fa9 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6e8489847aed3a6e687e71951b999f3907c68ba2ab5c1e4f3e3412c11753c6 +size 93903 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-2.png new file mode 100644 index 000000000..0959b6ee9 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9960c28aa3381c0618cb0ef0609ce1cf11df3c8d040da6ae416f3a680c881894 +size 131951 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login.png new file mode 100644 index 000000000..8d4f634b4 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2f12fa356efb5e115949cde388a3b884d26c4a97d8bff9688540b96cd1a56b +size 112287 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.onboarding.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.onboarding.png new file mode 100644 index 000000000..b5de4f377 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.onboarding.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822c767f067b38eca317e66f8908b554600188245b560f8a62534c9afa9d2395 +size 1393703 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.reportContent.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.reportContent.png new file mode 100644 index 000000000..dd1582e3c --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.reportContent.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47eb8afbde353f625bb0d70712a62df83e769284a4c1a7d0918f27369414d65 +size 193082 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreen.png new file mode 100644 index 000000000..83237afe0 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a495a6a59176c4bf9899c5f681b80d01896e01bdb362669a1395bf9c5e610133 +size 144412 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithRoomAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithRoomAvatar.png new file mode 100644 index 000000000..a2a964049 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithRoomAvatar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ab4130f4662ba11b3bdc5efb0a257b5f30ae73047c86201dffd78473a7618b +size 183006 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png new file mode 100644 index 000000000..8a8bb56f5 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b97fe382eb5918747ae2475718adcfc4a4b000a2a5053201d4c2b8c1f675421 +size 347284 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png new file mode 100644 index 000000000..6b6620dab --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f0b68593f9e4c3abc475aa0b4469edbf16d735bb56f2e5288179cdfe273679 +size 287438 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png new file mode 100644 index 000000000..0e9b60547 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cee2ea0dda464cbaef1ae9b0d9a03dbd5af98274a490ceef3343dc0c92d2f41 +size 283893 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-0.png new file mode 100644 index 000000000..eab0e56d5 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d03bc917291037f8daea11687d48a0043bd9cae93d8dd0527936657e77a4b40 +size 311816 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-1.png new file mode 100644 index 000000000..9f35c54f1 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc60e1c748a48f579f657bdbf63b9141171e29c3a964ced38f848dce21192ee +size 295106 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png new file mode 100644 index 000000000..ae29fed96 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee52ccb6cb98d52ca7e24c6c81b66a6b35374fb308cc65d4c64fdce6a051ed2 +size 239928 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetails.png new file mode 100644 index 000000000..6b2a9dc03 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetails.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c879dfcec22c764994c69e79bc616ee366f5d517f2a5e336e771c11e450be948 +size 95064 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsAccountOwner.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsAccountOwner.png new file mode 100644 index 000000000..81667b294 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsAccountOwner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea899c10cce334d2423da00ebe1f5203bd20a9436df7fbcca3bcc3d546295d5e +size 81445 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsIgnoredUser.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsIgnoredUser.png new file mode 100644 index 000000000..7c4628d91 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsIgnoredUser.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ac2d8a050dee2b95b2c9b02f7dd2b0ac8e2d2506328c703d226dee0dfd28f3 +size 96999 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsScreen.png new file mode 100644 index 000000000..631f82b37 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsScreen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac138e7b287a9e3b1df4de680949ad361be4b35b7e5016b71d7141c3f2a99d82 +size 88752 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreen.png new file mode 100644 index 000000000..07c5360d0 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26150a466fb3d23e496a8d011bb9a134b1db9c1d7a1e26a06a604f86e1e747ac +size 88536 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png new file mode 100644 index 000000000..7f5157573 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9164bbfd4316c2f83ead183e8ca54c3443269ede10614e8709c8b3ba21bf449 +size 347040 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png new file mode 100644 index 000000000..50006e6ef --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed637439d696f6591a1799389c0aedce1a827e636de5ddda26674f20b1edd09 +size 147189 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png new file mode 100644 index 000000000..187ed100b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98dba29c2b606c86771f7617f913d943de9aa8dc267fff374dd3f4c578b27d2c +size 180186 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png new file mode 100644 index 000000000..63baf286c --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b12aff9447978bf7908acf27770bfcd5786b36168a354377dabefe93c77e672 +size 299340 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-0.png new file mode 100644 index 000000000..b1be0d66d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fd81aeafe56b6ff2e819c0476a2349216848bd7d6bfeff2dcee1ce9cabffb6 +size 135604 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-1.png new file mode 100644 index 000000000..edfe8c812 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8f90f96b6a002fc3278cfc6145989a2cffbf22d5fb8f1ad01010442e2845dd +size 194807 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-2.png new file mode 100644 index 000000000..a7cd4c350 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1144067cf306aafc7bec22f160ea4fd995cc6176f58e4810aae8a7a02e97a90f +size 143234 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelectionNonModal.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelectionNonModal.png new file mode 100644 index 000000000..b9f6c1b3b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelectionNonModal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbb38b27e01f990442b4dd84676f91169c60d1c8325cbab33fcf8a1469d6a0b +size 130560 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-0.png new file mode 100644 index 000000000..b035fe6c0 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c7000d6431ecc6d8a433c5fe1ff58e13bf75ea1d84b4e7cd194a36dfd6550d +size 103993 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-1.png new file mode 100644 index 000000000..ceae61ba8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54c8c9f68162e4ab2b740b3628f08c3a12303ed51a2728915b21c0bd24a30ed +size 115662 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-2.png new file mode 100644 index 000000000..c0c14803e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6920d94b43ec5e37e690f43dbe4d98965ae39e080699808bb90a64a4045975c +size 98413 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-3.png new file mode 100644 index 000000000..2f0fd525a --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a63ade493f1f76822b5610d803118291140917fc6c30599b4f86cee206aff49 +size 60065 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-4.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-4.png new file mode 100644 index 000000000..ab3d3e240 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1905ffa6a0cb4dd4be26a8187c18dd00389ead1aa78522d9e09d7926f9f32e7 +size 218194 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-5.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-5.png new file mode 100644 index 000000000..91f9ea611 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beaaf33a3c8e176d6cde484aee328d63fce667d5de0d9366f34fcf5bbd3306c0 +size 214783 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-6.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-6.png new file mode 100644 index 000000000..08ce7dbf8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5761128e6581bfcdd0b6267365286024e828b5ec08e0e624fc50dfd1e6f7c7c +size 116165 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-7.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-7.png new file mode 100644 index 000000000..d4c9f0591 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37445886481b38ad20d20653be9ff07f451bfd97836ef85e7ff106872067f8cf +size 112965 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.settings.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.settings.png new file mode 100644 index 000000000..40a0748bf --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.settings.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b0c33b5f7888a7608adba56e9c85c1eda74f77104e43def618b6def39fc3fe +size 143600 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.simpleRegular.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.simpleRegular.png new file mode 100644 index 000000000..85f381f82 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.simpleRegular.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b2eafdb59648919b8aef43441eab77b4a4df2cec5c415c899b848db88723fba +size 98678 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.simpleUpgrade.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.simpleUpgrade.png new file mode 100644 index 000000000..db753807d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.simpleUpgrade.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d229b1c7547dbffcec78fefcdd2c5589084778ddde1233d33f42d4346e40affa +size 92002 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.softLogout.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.softLogout.png new file mode 100644 index 000000000..e8accbb4b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.softLogout.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512b06e6f3632aa63bb5e1aa9814f141d13c84c5848cf8b425ebdd3a844e0956 +size 221268 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat.png new file mode 100644 index 000000000..f4c67a5f9 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d76e811666454d244d211e828af874f8ad69dda2e808505f59296ad4f9cf9d +size 140955 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png new file mode 100644 index 000000000..02c8f1420 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed2cf85759dba6561502d72b6c46ed0c4e7d40a65de066c5fc1346f567707ab +size 128637 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png new file mode 100644 index 000000000..b08262436 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657d8fac3e3ad59e7bd304f92dd944591e3ded2d30ef44901c20e4755f280b42 +size 289714 diff --git a/UITests/SupportingFiles/UITests.xctestplan b/UITests/SupportingFiles/UITests.xctestplan index 54f23bb71..646156b5a 100644 --- a/UITests/SupportingFiles/UITests.xctestplan +++ b/UITests/SupportingFiles/UITests.xctestplan @@ -9,11 +9,10 @@ } }, { - "enabled" : false, "id" : "04E7AF54-391D-42D4-8193-7AD50C685639", - "name" : "German", + "name" : "Pseudolanguage", "options" : { - "language" : "de", + "language" : "IDELaunchSchemeLanguageDoubleLocalizedStrings", "region" : "DE" } } @@ -48,9 +47,7 @@ "name" : "UITests" }, "testTimeoutsEnabled" : true, - "uiTestingScreenshotsLifetime" : "keepNever", - "undefinedBehaviorSanitizerEnabled" : true, - "userAttachmentLifetime" : "keepNever" + "undefinedBehaviorSanitizerEnabled" : true }, "testTargets" : [ { diff --git a/UnitTests/Sources/RoomScreenViewModelTests.swift b/UnitTests/Sources/RoomScreenViewModelTests.swift index dcdb4d90d..f34de4f8a 100644 --- a/UnitTests/Sources/RoomScreenViewModelTests.swift +++ b/UnitTests/Sources/RoomScreenViewModelTests.swift @@ -14,6 +14,154 @@ // limitations under the License. // +@testable import ElementX import XCTest -class RoomScreenViewModelTests: XCTestCase { } +@MainActor +class RoomScreenViewModelTests: XCTestCase { + func testMessageGrouping() { + // Given 3 messages from Bob. + let items = [ + TextRoomTimelineItem(text: "Message 1", + sender: "bob"), + TextRoomTimelineItem(text: "Message 2", + sender: "bob"), + TextRoomTimelineItem(text: "Message 3", + sender: "bob") + ] + + // When showing them in a timeline. + let timelineController = MockRoomTimelineController() + timelineController.timelineItems = items + let viewModel = RoomScreenViewModel(timelineController: timelineController, + mediaProvider: MockMediaProvider(), + roomName: nil) + + // Then the messages should be grouped together. + XCTAssertEqual(viewModel.state.items[0].timelineGroupStyle, .first, "Nothing should prevent the first message from being grouped.") + XCTAssertEqual(viewModel.state.items[1].timelineGroupStyle, .middle, "Nothing should prevent the middle message from being grouped.") + XCTAssertEqual(viewModel.state.items[2].timelineGroupStyle, .last, "Nothing should prevent the last message from being grouped.") + } + + func testMessageGroupingMultipleSenders() { + // Given some interleaved messages from Bob and Alice. + let items = [ + TextRoomTimelineItem(text: "Message 1", + sender: "alice"), + TextRoomTimelineItem(text: "Message 2", + sender: "bob"), + TextRoomTimelineItem(text: "Message 3", + sender: "alice"), + TextRoomTimelineItem(text: "Message 4", + sender: "alice"), + TextRoomTimelineItem(text: "Message 5", + sender: "bob"), + TextRoomTimelineItem(text: "Message 6", + sender: "bob") + ] + + // When showing them in a timeline. + let timelineController = MockRoomTimelineController() + timelineController.timelineItems = items + let viewModel = RoomScreenViewModel(timelineController: timelineController, + mediaProvider: MockMediaProvider(), + roomName: nil) + + // Then the messages should be grouped by sender. + XCTAssertEqual(viewModel.state.items[0].timelineGroupStyle, .single, "A message should not be grouped when the sender changes.") + XCTAssertEqual(viewModel.state.items[1].timelineGroupStyle, .single, "A message should not be grouped when the sender changes.") + XCTAssertEqual(viewModel.state.items[2].timelineGroupStyle, .first, "A group should start with a new sender if there are more messages from that sender.") + XCTAssertEqual(viewModel.state.items[3].timelineGroupStyle, .last, "A group should be ended when the sender changes in the next message.") + XCTAssertEqual(viewModel.state.items[4].timelineGroupStyle, .first, "A group should start with a new sender if there are more messages from that sender.") + XCTAssertEqual(viewModel.state.items[5].timelineGroupStyle, .last, "A group should be ended when the sender changes in the next message.") + } + + func testMessageGroupingWithLeadingReactions() { + // Given 3 messages from Bob where the first message has a reaction. + let items = [ + TextRoomTimelineItem(text: "Message 1", + sender: "bob", + addReactions: true), + TextRoomTimelineItem(text: "Message 2", + sender: "bob"), + TextRoomTimelineItem(text: "Message 3", + sender: "bob") + ] + + // When showing them in a timeline. + let timelineController = MockRoomTimelineController() + timelineController.timelineItems = items + let viewModel = RoomScreenViewModel(timelineController: timelineController, + mediaProvider: MockMediaProvider(), + roomName: nil) + + // Then the first message should not be grouped but the other two should. + XCTAssertEqual(viewModel.state.items[0].timelineGroupStyle, .single, "When the first message has reactions it should not be grouped.") + XCTAssertEqual(viewModel.state.items[1].timelineGroupStyle, .first, "A new group should be made when the preceding message has reactions.") + XCTAssertEqual(viewModel.state.items[2].timelineGroupStyle, .last, "Nothing should prevent the last message from being grouped.") + } + + func testMessageGroupingWithInnerReactions() { + // Given 3 messages from Bob where the middle message has a reaction. + let items = [ + TextRoomTimelineItem(text: "Message 1", + sender: "bob"), + TextRoomTimelineItem(text: "Message 2", + sender: "bob", + addReactions: true), + TextRoomTimelineItem(text: "Message 3", + sender: "bob") + ] + + // When showing them in a timeline. + let timelineController = MockRoomTimelineController() + timelineController.timelineItems = items + let viewModel = RoomScreenViewModel(timelineController: timelineController, + mediaProvider: MockMediaProvider(), + roomName: nil) + + // Then the first and second messages should be grouped and the last one should not. + XCTAssertEqual(viewModel.state.items[0].timelineGroupStyle, .first, "Nothing should prevent the first message from being grouped.") + XCTAssertEqual(viewModel.state.items[1].timelineGroupStyle, .last, "When the message has reactions, the group should end here.") + XCTAssertEqual(viewModel.state.items[2].timelineGroupStyle, .single, "The last message should not be grouped when the preceding message has reactions.") + } + + func testMessageGroupingWithTrailingReactions() { + // Given 3 messages from Bob where the last message has a reaction. + let items = [ + TextRoomTimelineItem(text: "Message 1", + sender: "bob"), + TextRoomTimelineItem(text: "Message 2", + sender: "bob"), + TextRoomTimelineItem(text: "Message 3", + sender: "bob", + addReactions: true) + ] + + // When showing them in a timeline. + let timelineController = MockRoomTimelineController() + timelineController.timelineItems = items + let viewModel = RoomScreenViewModel(timelineController: timelineController, + mediaProvider: MockMediaProvider(), + roomName: nil) + + // Then the messages should be grouped together. + XCTAssertEqual(viewModel.state.items[0].timelineGroupStyle, .first, "Nothing should prevent the first message from being grouped.") + XCTAssertEqual(viewModel.state.items[1].timelineGroupStyle, .middle, "Nothing should prevent the second message from being grouped.") + XCTAssertEqual(viewModel.state.items[2].timelineGroupStyle, .last, "Reactions on the last message should not prevent it from being grouped.") + } +} + +private extension TextRoomTimelineItem { + init(text: String, sender: String, addReactions: Bool = false) { + self.init(id: UUID().uuidString, + body: text, + timestamp: "10:47 am", + isOutgoing: sender == "bob", + isEditable: sender == "bob", + sender: .init(id: "@\(sender):server.com", displayName: sender), + properties: RoomTimelineItemProperties(reactions: addReactions ? [ + AggregatedReaction(key: "🦄", count: 1, isHighlighted: false) + ] : [])) + } +} diff --git a/changelog.d/124.bugfix b/changelog.d/124.bugfix new file mode 100644 index 000000000..df33a9179 --- /dev/null +++ b/changelog.d/124.bugfix @@ -0,0 +1 @@ +Fix all broken snapshot tests follow strings update. Use double-length pseudolanguage instead of German to avoid translators breaking tests. \ No newline at end of file