diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index 0868b71dc..d7ea14251 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -13,16 +13,20 @@ on: jobs: tests: name: Tests - runs-on: macos-14 + runs-on: perf-only concurrency: - # When running on develop, use the sha to allow all runs of this workflow to run concurrently. - # Otherwise only allow a single run of this workflow on each branch, automatically cancelling older runs. - group: ${{ github.ref == 'refs/heads/develop' && format('ui-tests-develop-{0}', github.sha) || format('ui-tests-{0}', github.ref) }} + # Only allow a single run of this workflow on each branch, automatically cancelling older runs. + group: ${{ format('ui-tests-{0}', github.ref) }} cancel-in-progress: true steps: - - uses: nschloe/action-cached-lfs-checkout@v1.2.1 + - uses: nschloe/action-cached-lfs-checkout@v1 + + - uses: irgaly/xcode-cache@v1 + with: + key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.ref }} + restore-keys: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.ref }} - uses: actions/cache@v3 with: diff --git a/.gitignore b/.gitignore index d96591886..79a67996e 100644 --- a/.gitignore +++ b/.gitignore @@ -32,18 +32,8 @@ towncrier.toml.tmp version_changes.md build -Tools/Scripts/element-android /vendor/ ## macOS Files .DS_Store ._* - -## Temporary Screenshots -# ignore all -/UITests/Sources/__Snapshots__/Application/* -# but keep the references -!/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.*.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/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 17b5d1614..6bb818c8a 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -34,14 +34,12 @@ 037006FB6DF1374F94E4058D /* Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFDCAC6CAAD65A2C24EA9C4B /* Dictionary.swift */; }; 0437765FF480249486893CC7 /* ScreenTrackerViewModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 196004E7695FBA292A7944AF /* ScreenTrackerViewModifier.swift */; }; 044DD8F80231BC30570F7965 /* UserDiscoveryService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65AAD845E53B0C8B5E0812C2 /* UserDiscoveryService.swift */; }; - 04778AA4D6AD2E153D7AAFF2 /* CallScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D8866FE1CCCF10305FCACBC /* CallScreenUITests.swift */; }; 04A16B45228F7678A027C079 /* RoomHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 422724361B6555364C43281E /* RoomHeaderView.swift */; }; 04F17DE71A50206336749BAC /* UserPreferenceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA241DEEF7C8A7181C0AEDC9 /* UserPreferenceTests.swift */; }; 059173B3C77056C406906B6D /* target.yml in Resources */ = {isa = PBXBuildFile; fileRef = D4DA544B2520BFA65D6DB4BB /* target.yml */; }; 05BAB510CBC2ED35C154ADD0 /* AnalyticsPromptScreenViewModelProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AFD012C3A9F5EF276DDD4AA /* AnalyticsPromptScreenViewModelProtocol.swift */; }; 05EC896A4B9AF4A56670C0BB /* SessionVerificationUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4777F0142E330A75C46FE4 /* SessionVerificationUITests.swift */; }; 066A1E9B94723EE9F3038044 /* Strings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47EBB5D698CE9A25BB553A2D /* Strings.swift */; }; - 06AA515C7053FD7E17A5CF81 /* RoomNotificationSettingsScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66901977F6469D03C333DF32 /* RoomNotificationSettingsScreenUITests.swift */; }; 06B31F84CE52A7A7C271267C /* SecureBackupRecoveryKeyScreenViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0FF08D0BD7D0B4B6877AB7D /* SecureBackupRecoveryKeyScreenViewModelTests.swift */; }; 06B55882911B4BF5B14E9851 /* URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227AC5D71A4CE43512062243 /* URL.swift */; }; 06D3942496E9E0E655F14D21 /* NotificationManagerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = A057F2FDC14866C3026A89A4 /* NotificationManagerProtocol.swift */; }; @@ -112,7 +110,6 @@ 1772AFA97DDA51CF1B293A78 /* RoomAttachmentPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E6A9B9DFEE964962C179DE3 /* RoomAttachmentPicker.swift */; }; 1795EA6A6C4942CAE0459DF0 /* SecureBackupKeyBackupScreenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82B612853BFB68373249777B /* SecureBackupKeyBackupScreenViewModel.swift */; }; 17BC15DA08A52587466698C5 /* RoomMessageEventStringBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80E815FF3CC5E5A355E3A25E /* RoomMessageEventStringBuilder.swift */; }; - 1830E5431DB426E2F3660D58 /* NotificationSettingsEditScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46F52419AEEDA2C006CB7181 /* NotificationSettingsEditScreenUITests.swift */; }; 18867F4F1C8991EEC56EA932 /* UTType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897DF5E9A70CE05A632FC8AF /* UTType.swift */; }; 192A3CDCD0174AD1E4A128E4 /* AudioRecorderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2441E2424E78A40FC95DBA76 /* AudioRecorderTests.swift */; }; 1950A80CD198BED283DFC2CE /* ClientProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18F2958E6D247AE2516BEEE8 /* ClientProxy.swift */; }; @@ -196,7 +193,6 @@ 2C5E832434EE94E21AB3B238 /* EmojiPickerScreenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3EAE3E9D5EF4A6D5D9C6CFD /* EmojiPickerScreenViewModel.swift */; }; 2CA6ABBC9A88EB89EA52FCCB /* ConfettiScene.scn in Resources */ = {isa = PBXBuildFile; fileRef = B61C339A2FDDBD067FF6635C /* ConfettiScene.scn */; }; 2DA27D78560D5F79B917E163 /* AudioConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = E44E35AA87F49503E7B3BF6E /* AudioConverter.swift */; }; - 2DA90E38FF4E696825810C1A /* WaitlistScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECB08484CD5D77C9BF97AA78 /* WaitlistScreenUITests.swift */; }; 2DD9D0FE7CB5CFC80D071451 /* AppLockScreenModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C3E67E09FE5A35D73818C39 /* AppLockScreenModels.swift */; }; 2E43A3D221BE9587BC19C3F1 /* MatrixEntityRegexTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F31F59030205A6F65B057E1A /* MatrixEntityRegexTests.swift */; }; 2E8C6672D0EE7D5B1BEDB8E2 /* ServerConfirmationScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7478623CECC9438014244BA /* ServerConfirmationScreen.swift */; }; @@ -299,7 +295,6 @@ 46BA7F4B4D3A7164DED44B88 /* FullscreenDialog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565F1B2B300597C616B37888 /* FullscreenDialog.swift */; }; 46C9F8FE3810A04A005FE16B /* AudioPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B19B2BCC779ED934E0BBC2A /* AudioPlayer.swift */; }; 47305C0911C9E1AA774A4000 /* TemplateScreenCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA90BD288E5AE6BC643AFDDF /* TemplateScreenCoordinator.swift */; }; - 47597438020EC8144E535425 /* AuthenticationStartScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D1294D5DC41A40CD3C8D46 /* AuthenticationStartScreenUITests.swift */; }; 4799A852132F1744E2825994 /* CreateRoomViewModelProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 340179A0FC1AD4AEDA7FC134 /* CreateRoomViewModelProtocol.swift */; }; 47FF70C051A991FB65CDBCF3 /* RoomScreenInteractionHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0135A608FFAD86E6674EE730 /* RoomScreenInteractionHandler.swift */; }; 4807E8F51DB54F56B25E1C7E /* AppLockSetupSettingsScreenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D8C38663020DF2EB2D13F5E /* AppLockSetupSettingsScreenViewModel.swift */; }; @@ -422,7 +417,6 @@ 659E5B766F76FDEC1BF393A4 /* RoomDetailsEditScreenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E413F4CBD7BF0588F394A9DD /* RoomDetailsEditScreenViewModel.swift */; }; 65EDA77363BEDC40CDE43B43 /* InvitesScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42ADEA322D2089391E049535 /* InvitesScreen.swift */; }; 663E198678778F7426A9B27D /* Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9FAFE1C2149E6AC8156ED2B /* Collection.swift */; }; - 6713835120D94BAA8ED7E3E5 /* MessageForwardingScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59846FA04E1DBBFDD8829C2A /* MessageForwardingScreenUITests.swift */; }; 67160204A8D362BB7D4AD259 /* Search.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693E16574C6F7F9FA1015A8C /* Search.swift */; }; 6786C4B0936AC84D993B20BF /* NotificationSettingsScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5F06F2F09B2EDD067DC2174 /* NotificationSettingsScreen.swift */; }; 67C05C50AD734283374605E3 /* MatrixEntityRegex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AD1A853D605C2146B0DC028 /* MatrixEntityRegex.swift */; }; @@ -507,7 +501,6 @@ 7A170A5A4A352954BB2A1B96 /* AuthenticationStartScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24E8C8817F59BEC7E358EB78 /* AuthenticationStartScreen.swift */; }; 7A642EE5F1ADC5D520F21924 /* MediaProviderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85EB16E7FE59A947CA441531 /* MediaProviderProtocol.swift */; }; 7A71AEF419904209BB8C2833 /* UserAgentBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2529D434C750ED78ADF1ED /* UserAgentBuilder.swift */; }; - 7AEC56ADEFC5A7198A17412F /* InviteUsersScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADB35E2DB4EFE8E6F3959629 /* InviteUsersScreenUITests.swift */; }; 7B1605C6FFD4D195F264A684 /* RoomPollsHistoryScreenViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B40233F2989AD49906BB310D /* RoomPollsHistoryScreenViewModelTests.swift */; }; 7B5DAB915357BE596529BF25 /* MapTilerStaticMapProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20872C3887F835958CE2F1D0 /* MapTilerStaticMapProtocol.swift */; }; 7BB31E67648CF32D2AB5E502 /* RoomScreenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CE3C90E487B255B735D73C8 /* RoomScreenViewModel.swift */; }; @@ -526,22 +519,18 @@ 7F61F9ACD5EC9E845EF3EFBF /* BugReportServiceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFFD3200F9960D4996159F10 /* BugReportServiceTests.swift */; }; 7F7EA51A9A43125A8CB6AC90 /* NotificationSettingsScreenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46D560DDA3B20C82766ACFAD /* NotificationSettingsScreenViewModel.swift */; }; 7F941B063C94E1718DFC2CF3 /* RoomChangeRolesScreenRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23E6EB7960BC9D0F7396B3BD /* RoomChangeRolesScreenRow.swift */; }; - 7FB0BDE26838F1A92782D5E1 /* MediaUploadPreviewScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39B6C8690AEA1E49FF1BAF95 /* MediaUploadPreviewScreenUITests.swift */; }; 7FED77802940EA7DF4D0D3A2 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 36DA824791172B9821EACBED /* PrivacyInfo.xcprivacy */; }; 7FF6E1FBE6E9517FD29A1D8E /* RoomChangeRolesScreenModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48A5C34C4E4268EF65D171EF /* RoomChangeRolesScreenModels.swift */; }; 8015842CB4DE1BE414D2CDED /* AppLockSetupBiometricsScreenCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C62E07C1164F5120727A2A8 /* AppLockSetupBiometricsScreenCoordinator.swift */; }; - 8024BE37156FF0A95A7A3465 /* AnalyticsPromptUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF11DD57D9FACF2A757AB024 /* AnalyticsPromptUITests.swift */; }; 804C15D8ADE0EA7A5268F58A /* OverridableAvatarImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 648DD1C10E4957CB791FE0B8 /* OverridableAvatarImage.swift */; }; 80D00A7C62AAB44F54725C43 /* PermalinkBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F754E66A8970963B15B2A41E /* PermalinkBuilder.swift */; }; 80DEA2A4B20F9E279EAE6B2B /* UserProfile+Mock.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAD01F7FC2BBAC7351948595 /* UserProfile+Mock.swift */; }; 81A7C020CB5F6232242A8414 /* UserSessionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F36C0A6D59717193F49EA986 /* UserSessionTests.swift */; }; 8285FF4B2C2331758C437FF7 /* ReportContentScreenViewModelProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713B48DBF65DE4B0DD445D66 /* ReportContentScreenViewModelProtocol.swift */; }; 828EA5009557C2B9DCD4CA0F /* UserDiscoverySection.swift in Sources */ = {isa = PBXBuildFile; fileRef = D071F86CD47582B9196C9D16 /* UserDiscoverySection.swift */; }; - 829062DD3C3F7016FE1A6476 /* RoomDetailsScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BFDAF6918BB096C44788FC9 /* RoomDetailsScreenUITests.swift */; }; 8317E1314C00DCCC99D30DA8 /* TextBasedRoomTimelineItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9227F7495DA43324050A863 /* TextBasedRoomTimelineItem.swift */; }; 832A4EA1094B8FE423A08700 /* RoomChangeRolesScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B2A421198FD20AAAED20004 /* RoomChangeRolesScreen.swift */; }; 8358D145F9BF94F412BEDCA8 /* RoomRolesAndPermissionsScreenModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DE7969EBCAF078813E18EA1 /* RoomRolesAndPermissionsScreenModels.swift */; }; - 835B7AD20407F766C747BEC5 /* RoomPollsHistoryScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D147EB979902DBBE452EADC /* RoomPollsHistoryScreenUITests.swift */; }; 83A4DAB181C56987C3E804FF /* MapTilerStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0B9F5BC4C80543DE7228B9D /* MapTilerStyle.swift */; }; 83B17A44D3E7E6DF22D9A2A4 /* RoomModerationRole.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B32BBA8887BD7A5C4ECF16F /* RoomModerationRole.swift */; }; 84226AD2E1F1FBC965F3B09E /* UnitTestsAppCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A8E19C4645D3F5F9FB02355 /* UnitTestsAppCoordinator.swift */; }; @@ -572,7 +561,6 @@ 87CEDB8A0696F0D5AE2ABB28 /* test_audio.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = D5E26C54362206BBDD096D83 /* test_audio.mp3 */; }; 8810A2A30A68252EBB54EE05 /* HomeScreenModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71BC7CA1BC1041E93077BBA1 /* HomeScreenModels.swift */; }; 88356DE7F2AD243AB10C7B7A /* Signposter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 752A0EB49BF5BCEA37EDF7A3 /* Signposter.swift */; }; - 8868ACFA45E5B5E19514B575 /* LegalInformationScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACCC1874C122E2BBE648B8F5 /* LegalInformationScreenUITests.swift */; }; 88F348E2CB14FF71CBBB665D /* AudioRoomTimelineItemContent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7475C5AE20BA896930907EA8 /* AudioRoomTimelineItemContent.swift */; }; 890F0D453FE388756479AC97 /* AnalyticsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C687844F60BFF532D49A994C /* AnalyticsTests.swift */; }; 8944548A684F1C837CEC47F4 /* RoomMembersListScreenModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D0946F77B696176E062D037 /* RoomMembersListScreenModels.swift */; }; @@ -590,7 +578,6 @@ 8BC8EF6705A78946C1F22891 /* SoftLogoutScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71A7D4DDEEE5D2CA0C8D63CD /* SoftLogoutScreen.swift */; }; 8C050A8012E6078BEAEF5BC8 /* PillTextAttachmentData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 913C8E13B8B602C7B6C0C4AE /* PillTextAttachmentData.swift */; }; 8C1A5ECAF895D4CAF8C4D461 /* AppActivityView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F21ED7205048668BEB44A38 /* AppActivityView.swift */; }; - 8C42B5B1642D189C362A5EDF /* SecureBackupScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91831D7042EADD0CC2B5EC36 /* SecureBackupScreenUITests.swift */; }; 8C706DA7EAC0974CA2F8F1CD /* MentionBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15748C254911E3654C93B0ED /* MentionBuilder.swift */; }; 8C91D242BEEC657FABCC0B95 /* BlockedUsersScreenModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8642512079EEFD622E3AA66B /* BlockedUsersScreenModels.swift */; }; 8CC12086CBF91A7E10CDC205 /* HomeScreenCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = D653265D006E708E4E51AD64 /* HomeScreenCoordinator.swift */; }; @@ -654,11 +641,9 @@ 9BEA56957B3AF954E7321658 /* ComposerToolbarViewModelProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = E44928D844E16EE48A311FCA /* ComposerToolbarViewModelProtocol.swift */; }; 9C4EC28A921486B1775D7F8C /* IdentityConfirmedScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307702DD66E7DDCDD9214784 /* IdentityConfirmedScreen.swift */; }; 9C55746D8F6A3E35CFCF4A7A /* AuthenticationStartLogo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 598F01EBD0C4CC550C644418 /* AuthenticationStartLogo.swift */; }; - 9C5A07E7C33F3F40287D7861 /* SettingsScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EC57A32ABC80D774CC663DB /* SettingsScreenUITests.swift */; }; 9D2E03DB175A6AB14589076D /* AnalyticsEvents in Frameworks */ = {isa = PBXBuildFile; productRef = 2A3F7BCCB18C15B30CCA39A9 /* AnalyticsEvents */; }; 9D79B94493FB32249F7E472F /* PlaceholderAvatarImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C705E605EF57C19DBE86FFA1 /* PlaceholderAvatarImage.swift */; }; 9D9690D2FD4CD26FF670620F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C75EF87651B00A176AB08E97 /* AppDelegate.swift */; }; - 9DC5FB22B8F86C3B51E907C1 /* HomeScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D6E4C37E9F0E53D3DF951AC /* HomeScreenUITests.swift */; }; 9DD5AA10E85137140FEA86A3 /* MediaProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = F17EFA1D3D09FC2F9C5E1CB2 /* MediaProvider.swift */; }; 9DD84E014ADFB2DD813022D5 /* RoomDetailsEditScreenViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00E5B2CBEF8F96424F095508 /* RoomDetailsEditScreenViewModelTests.swift */; }; 9DE801D278AC34737467F937 /* VoiceMessageMediaManagerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 889DEDD63C68ABDA8AD29812 /* VoiceMessageMediaManagerProtocol.swift */; }; @@ -678,7 +663,6 @@ A17FAD2EBC53E17B5FD384DB /* InviteUsersScreenViewModelProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22730A30C50AC2E3D5BA8642 /* InviteUsersScreenViewModelProtocol.swift */; }; A18E26A5121C7C545946E1F5 /* CompletionSuggestionServiceProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3BC6BBEAF640C64C10C0340 /* CompletionSuggestionServiceProtocol.swift */; }; A1BA8D6BABAFA9BAAEAA3FFD /* NotificationSettingsProxyProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FDD775CFD72DD2D3C8A8390 /* NotificationSettingsProxyProtocol.swift */; }; - A1D4033881320C9EB88196E6 /* ServerConfirmationScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE846DDA83BFD7EC5C03760B /* ServerConfirmationScreenUITests.swift */; }; A1DF0E1E526A981ED6D5DF44 /* UserIndicatorControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2429224EB0EEA34D35CE9249 /* UserIndicatorControllerTests.swift */; }; A216C83ADCF32BA5EF8A6FBC /* InviteUsersViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 845DDBDE5A0887E73D38B826 /* InviteUsersViewModelTests.swift */; }; A23B8B27A1436A1049EEF68E /* InfoPlistReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A580295A56B55A856CC4084 /* InfoPlistReader.swift */; }; @@ -706,13 +690,11 @@ A6DEC1ADEC8FEEC206A0FA37 /* AttributedStringBuilderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72F37B5DA798C9AE436F2C2C /* AttributedStringBuilderProtocol.swift */; }; A6F345328CCC5C9B0DAE2257 /* LogViewerScreenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BB05221D7D941CC82DC8480 /* LogViewerScreenViewModel.swift */; }; A722F426FD81FC67706BB1E0 /* CustomLayoutLabelStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42236480CF0431535EBE8387 /* CustomLayoutLabelStyle.swift */; }; - A743841F91B62B0E56217B04 /* SecureBackupKeyBackupScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58DCB219D7B7B0299358FF81 /* SecureBackupKeyBackupScreenUITests.swift */; }; A74438ED16F8683A4B793E6A /* AnalyticsSettingsScreenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BCE3FAF40932AC7C7639AC4 /* AnalyticsSettingsScreenViewModel.swift */; }; A7D48E44D485B143AADDB77D /* Strings+Untranslated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A18F6CE4D694D21E4EA9B25 /* Strings+Untranslated.swift */; }; A7FD7B992E6EE6E5A8429197 /* RoomSummaryDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = 142808B69851451AC32A2CEA /* RoomSummaryDetails.swift */; }; A816F7087C495D85048AC50E /* RoomMemberDetailsScreenModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B6E30BB748F3F480F077969 /* RoomMemberDetailsScreenModels.swift */; }; A851635B3255C6DC07034A12 /* RoomScreenCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8108C8F0ACF6A7EB72D0117 /* RoomScreenCoordinator.swift */; }; - A8771F5975A82759FA5138AE /* RoomMemberDetailsScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F19DBE940499D3E3DD405D8 /* RoomMemberDetailsScreenUITests.swift */; }; A896998A6784DB6F16E912F4 /* MockMediaLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AB7D7DAAAF662DED9D02379 /* MockMediaLoader.swift */; }; A8FA7671948E3DF27F320026 /* BugReportFlowCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7367B3B9A8CAF902220F31D1 /* BugReportFlowCoordinator.swift */; }; A93661C962B12942C08864B6 /* DSWaveformImageViews in Frameworks */ = {isa = PBXBuildFile; productRef = 2A4106A0A96DC4C273128AA5 /* DSWaveformImageViews */; }; @@ -738,11 +720,9 @@ AF19D65A9C60C6B2646F3210 /* RedactedRoomTimelineItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6E6BDF9D26DB05C88901416 /* RedactedRoomTimelineItem.swift */; }; AF2ABA2794E376B64104C964 /* MockSoftLogoutScreenState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5644919DB2022397D9D5825A /* MockSoftLogoutScreenState.swift */; }; AF33B9044498211C3D82F1E1 /* UNTextInputNotificationResponse+Creator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 130ED565A078F7E0B59D9D25 /* UNTextInputNotificationResponse+Creator.swift */; }; - AF4232E6F08C3DB86FFA9BBD /* NotificationSettingsScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B83BC0DC9A2DF2DD60F9B6E9 /* NotificationSettingsScreenUITests.swift */; }; AF8BFA37791E1756EE243E08 /* SettingsScreenCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B8F0ED874DF8C9A51B0AB6F /* SettingsScreenCoordinator.swift */; }; AFA1F2543DFF7B45DF68ACD6 /* CompletionSuggestionModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 170BF6F7923A5C3792442F27 /* CompletionSuggestionModels.swift */; }; B04E9EB589CE99C3929E817A /* HomeScreenRecoveryKeyConfirmationBanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05512FB13987D221B7205DE0 /* HomeScreenRecoveryKeyConfirmationBanner.swift */; }; - B064D42BA087649ACAE462E8 /* SoftLogoutUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F30E764BED111C81739844 /* SoftLogoutUITests.swift */; }; B0CB16349B96262AA65A04AF /* Version in Frameworks */ = {isa = PBXBuildFile; productRef = A05AF81DDD14AD58CB0E1B9B /* Version */; }; B1069F361E604D5436AE9FFD /* StaticLocationScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B06663F7858E45882E63471 /* StaticLocationScreen.swift */; }; B13774779EA19FDD7A35A4A8 /* RoomRolesAndPermissionsScreenCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C28B70BEFD3676F11D5D51F /* RoomRolesAndPermissionsScreenCoordinator.swift */; }; @@ -788,7 +768,6 @@ B98A20A093A4FB785BFCCA53 /* BugReportScreenCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3FBD9C2B9A5479526920399 /* BugReportScreenCoordinator.swift */; }; B9A8C34A00D03094C0CF56F3 /* MediaUploadPreviewScreenViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03FABD73FD8086EFAB699F42 /* MediaUploadPreviewScreenViewModelTests.swift */; }; B9CB30FED3E29D2036EA3FCC /* DeveloperOptionsScreenViewModelProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C4E7B46099462F12000C91 /* DeveloperOptionsScreenViewModelProtocol.swift */; }; - BA0D3DDCEDD97502DAC4B6E9 /* ReportContentScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4132F882A984ED971338EE9D /* ReportContentScreenUITests.swift */; }; BA31448FBD9697F8CB9A83CD /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E2245243369B99216C7D84E /* ImageCache.swift */; }; BA43D782BE85C7F5F20C624A /* AttributedStringBuilderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72F37B5DA798C9AE436F2C2C /* AttributedStringBuilderProtocol.swift */; }; BA4C9049BC96DED3A2F3B82E /* RoomNotificationSettingsScreenViewModelProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03DD998E523D4EC93C7ED703 /* RoomNotificationSettingsScreenViewModelProtocol.swift */; }; @@ -806,7 +785,6 @@ BDA68E8D95B2B24B28825B8B /* LoginScreenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C368CAB3063EF275357ECD4 /* LoginScreenViewModel.swift */; }; BDED6DA7AD1E76018C424143 /* LegalInformationScreenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C34667458773B02AB5FB0B2 /* LegalInformationScreenViewModel.swift */; }; BEA646DF302711A753F0D420 /* MapTilerStyleBuilderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 225EFCA26877E75CDFE7F48D /* MapTilerStyleBuilderProtocol.swift */; }; - BF675964C9159F718589C36A /* AnalyticsSettingsScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16037EE9E9A52AF37B7818E3 /* AnalyticsSettingsScreenUITests.swift */; }; BFEB24336DFD5F196E6F3456 /* IntentionalMentions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DF5CBAF69BDF5DF31C661E1 /* IntentionalMentions.swift */; }; C0090506A52A1991BAF4BA68 /* NotificationSettingsChatType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07579F9C29001E40715F3014 /* NotificationSettingsChatType.swift */; }; C051475DFF4C8EBDDF4DC8E4 /* StartChatScreenModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99E13633862847D8B7E2815 /* StartChatScreenModels.swift */; }; @@ -817,7 +795,6 @@ C1910A16BDF131FECA77BE22 /* EmojiPickerScreenCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEA38B9851CFCC4D67F5587D /* EmojiPickerScreenCoordinator.swift */; }; C1A5C386319835FB0C77736B /* ReportContentScreenCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = A16CD2C62CB7DB78A4238485 /* ReportContentScreenCoordinator.swift */; }; C1D0AB8222D7BAFC9AF9C8C0 /* MapLibreMapView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 622D09D4ECE759189009AEAF /* MapLibreMapView.swift */; }; - C1F863E16BDBC87255D23B57 /* DeveloperOptionsScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F684BDD23ECEADB3053BA5A /* DeveloperOptionsScreenUITests.swift */; }; C26DB49C06C00B5DF1A991A5 /* InviteUsersScreenModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1454CF3AABD242F55C8A2615 /* InviteUsersScreenModels.swift */; }; C2879369106A419A5071F1F8 /* VoiceMessageRecorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26B0A96B8FE4849227945067 /* VoiceMessageRecorder.swift */; }; C287BE1802AD432F3D848D8E /* InvitesScreenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DF81D7F2A6BA9DE3F6F8D9D /* InvitesScreenViewModel.swift */; }; @@ -1012,7 +989,6 @@ F103924DED414ADFE398CE99 /* RoomPollsHistoryScreenViewModelProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = A130A2251A15A7AACC84FD37 /* RoomPollsHistoryScreenViewModelProtocol.swift */; }; F118DD449066E594F63C697D /* RoomMemberProxyProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32B5E17028C02DFA7DDA3931 /* RoomMemberProxyProtocol.swift */; }; F12F6BED7B6D7EE4BEE55039 /* PlainMentionBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE78FA0011E07920AE83135 /* PlainMentionBuilder.swift */; }; - F16109A6F6DF03DA26D59233 /* RoomDetailsEditScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 122186B7CD1BC46A9C629DD9 /* RoomDetailsEditScreenUITests.swift */; }; F18CA61A58C77C84F551B8E7 /* GeneratedMocks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57916A1578D8043BB0795441 /* GeneratedMocks.swift */; }; F253AAB4C8F06208173C9C4A /* Assets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71D52BAA5BADB06E5E8C295D /* Assets.swift */; }; F28BE69B7D35C8C97BAE1F2D /* ReadReceiptCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15F30E7AE8A303E8FEC2499E /* ReadReceiptCell.swift */; }; @@ -1021,7 +997,6 @@ F3E2D3F7ACDED65A4E5CD8DE /* RoomMembersListScreenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECF79FB25E2D4BD6F50CE7C9 /* RoomMembersListScreenViewModel.swift */; }; F3F38062C6CA21CF403C5C90 /* AudioConverterProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2757B1BE23DF8AA239937243 /* AudioConverterProtocol.swift */; }; F40B097470D3110DFDB1FAAA /* LegalInformationScreenModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47873756E45B46683D97DC32 /* LegalInformationScreenModels.swift */; }; - F421FD5979EF53C8204BDC77 /* SecureBackupLogoutConfirmationScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC09F30B0E1010951952BDC /* SecureBackupLogoutConfirmationScreenUITests.swift */; }; F4971845B5C4F270F6BC5745 /* ScaledFrameModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D82F234B3576BD6268C7950 /* ScaledFrameModifier.swift */; }; F4996C82A4B3A5FF0C8EDD03 /* RoomListFilterModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = E06AAD6D9D3F5833E7A5A2F9 /* RoomListFilterModels.swift */; }; F508683B76EF7B23BB2CBD6D /* TimelineItemPlainStylerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94BCC8A9C73C1F838122C645 /* TimelineItemPlainStylerView.swift */; }; @@ -1059,7 +1034,6 @@ FBD402E3170EB1ED0D1AA672 /* EncryptionKeyProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2355398E4A55DA5A89128AD1 /* EncryptionKeyProvider.swift */; }; FBF09B6C900415800DDF2A21 /* EmojiProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C113E0CB7E15E9765B1817A /* EmojiProvider.swift */; }; FC10228E73323BDC09526F97 /* SwiftState in Frameworks */ = {isa = PBXBuildFile; productRef = 9573B94B1C86C6DF751AF3FD /* SwiftState */; }; - FC4F6BA083A64840B38CE269 /* SecureBackupRecoveryKeyScreenUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDBA358C79F0DCBC4FA14A88 /* SecureBackupRecoveryKeyScreenUITests.swift */; }; FCD3F2B82CAB29A07887A127 /* KeychainAccess in Frameworks */ = {isa = PBXBuildFile; productRef = 2B43F2AF7456567FE37270A7 /* KeychainAccess */; }; FCDA202B246F75BA28E10C5F /* MapTilerAuthorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = E062C1750EFC8627DE4CAB8E /* MapTilerAuthorization.swift */; }; FD29471C72872F8B7580E3E1 /* KeychainControllerMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C0D861FC397AC34BCF089E /* KeychainControllerMock.swift */; }; @@ -1180,7 +1154,6 @@ 0C62E07C1164F5120727A2A8 /* AppLockSetupBiometricsScreenCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppLockSetupBiometricsScreenCoordinator.swift; sourceTree = ""; }; 0CCC6C31102E1D8B9106DEDE /* AppLockSetupBiometricsScreenViewModelProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppLockSetupBiometricsScreenViewModelProtocol.swift; sourceTree = ""; }; 0D0B159AFFBBD8ECFD0E37FA /* LoginScreenModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginScreenModels.swift; sourceTree = ""; }; - 0D147EB979902DBBE452EADC /* RoomPollsHistoryScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomPollsHistoryScreenUITests.swift; sourceTree = ""; }; 0D879FC4E881E748BB9B34DC /* RoomChangePermissionsScreenCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomChangePermissionsScreenCoordinator.swift; sourceTree = ""; }; 0D8F620C8B314840D8602E3F /* NSE.appex */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "wrapper.app-extension"; path = NSE.appex; sourceTree = BUILT_PRODUCTS_DIR; }; 0DBB08A95EFA668F2CF27211 /* AppLockSetupFlowCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppLockSetupFlowCoordinator.swift; sourceTree = ""; }; @@ -1188,7 +1161,6 @@ 0E8BDC092D817B68CD9040C5 /* UserSessionStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserSessionStore.swift; sourceTree = ""; }; 0EA689E792E679F5E3956F21 /* UITimelineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITimelineView.swift; sourceTree = ""; }; 0EE9EAF0309A2A1D67D8FAF5 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = sv; path = sv.lproj/Localizable.stringsdict; sourceTree = ""; }; - 0F19DBE940499D3E3DD405D8 /* RoomMemberDetailsScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomMemberDetailsScreenUITests.swift; sourceTree = ""; }; 0F5567A7EF6F2AB9473236F6 /* DocumentPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DocumentPicker.swift; sourceTree = ""; }; 0F64447FF544298A6A3BEF85 /* NotificationSettingsScreenModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationSettingsScreenModels.swift; sourceTree = ""; }; 0FA60F848D1C14F873F9621A /* RoomMemberDetailsScreenCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomMemberDetailsScreenCoordinator.swift; sourceTree = ""; }; @@ -1202,7 +1174,6 @@ 11151E78D6BB2B04A8FBD389 /* EmojiPickerScreenViewModelProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmojiPickerScreenViewModelProtocol.swift; sourceTree = ""; }; 111B698739E3410E2CDB7144 /* MXLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MXLog.swift; sourceTree = ""; }; 1215A4FC53D2319E81AE8970 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 122186B7CD1BC46A9C629DD9 /* RoomDetailsEditScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomDetailsEditScreenUITests.swift; sourceTree = ""; }; 1222DB76B917EB8A55365BA5 /* target.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = target.yml; sourceTree = ""; }; 127A57D053CE8C87B5EFB089 /* Consumable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Consumable.swift; sourceTree = ""; }; 127C8472672A5BA09EF1ACF8 /* CurrentValuePublisher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrentValuePublisher.swift; sourceTree = ""; }; @@ -1219,7 +1190,6 @@ 1575947B7A6FE08C57FE5EE4 /* NetworkMonitorProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkMonitorProtocol.swift; sourceTree = ""; }; 15A657D96779D1DEB8EF1327 /* CreateRoomViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreateRoomViewModel.swift; sourceTree = ""; }; 15F30E7AE8A303E8FEC2499E /* ReadReceiptCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadReceiptCell.swift; sourceTree = ""; }; - 16037EE9E9A52AF37B7818E3 /* AnalyticsSettingsScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalyticsSettingsScreenUITests.swift; sourceTree = ""; }; 161CD412E75F4086F422AE39 /* SessionVerificationScreenStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionVerificationScreenStateMachine.swift; sourceTree = ""; }; 16D09C79746BDCD9173EB3A7 /* RoomDetailsEditScreenModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomDetailsEditScreenModels.swift; sourceTree = ""; }; 170BF6F7923A5C3792442F27 /* CompletionSuggestionModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompletionSuggestionModels.swift; sourceTree = ""; }; @@ -1248,12 +1218,10 @@ 1BA5A62DA4B543827FF82354 /* LAContextMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LAContextMock.swift; sourceTree = ""; }; 1C21A715237F2B6D6E80998C /* SecureBackupControllerProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureBackupControllerProtocol.swift; sourceTree = ""; }; 1C7F63EB1525E697CAEB002B /* BlankFormCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlankFormCoordinator.swift; sourceTree = ""; }; - 1CC09F30B0E1010951952BDC /* SecureBackupLogoutConfirmationScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureBackupLogoutConfirmationScreenUITests.swift; sourceTree = ""; }; 1CC575D1895FA62591451A93 /* RoomMemberDetailsScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomMemberDetailsScreen.swift; sourceTree = ""; }; 1D56469A9EE0CFA2B7BA9760 /* SessionVerificationControllerProxyProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionVerificationControllerProxyProtocol.swift; sourceTree = ""; }; 1D652E78832289CD9EB64488 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/InfoPlist.strings; sourceTree = ""; }; 1D67E616BCA82D8A1258D488 /* NetworkMonitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkMonitor.swift; sourceTree = ""; }; - 1D8866FE1CCCF10305FCACBC /* CallScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CallScreenUITests.swift; sourceTree = ""; }; 1D8C38663020DF2EB2D13F5E /* AppLockSetupSettingsScreenViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppLockSetupSettingsScreenViewModel.swift; sourceTree = ""; }; 1DB2FC2AA9A07EE792DF65CF /* NotificationPermissionsScreenModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationPermissionsScreenModels.swift; sourceTree = ""; }; 1DB34B0C74CD242FED9DD069 /* LoginScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginScreenUITests.swift; sourceTree = ""; }; @@ -1367,10 +1335,8 @@ 3948D16F021DFDB2CD26EAA8 /* MockBackgroundTaskService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockBackgroundTaskService.swift; sourceTree = ""; }; 3984C93B8E9B10C92DADF9EE /* RoomDirectorySearchScreenScreenModelProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomDirectorySearchScreenScreenModelProtocol.swift; sourceTree = ""; }; 398817652FA8ABAE0A31AC6D /* ReadableFrameModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadableFrameModifier.swift; sourceTree = ""; }; - 39B6C8690AEA1E49FF1BAF95 /* MediaUploadPreviewScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaUploadPreviewScreenUITests.swift; sourceTree = ""; }; 39C0D861FC397AC34BCF089E /* KeychainControllerMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainControllerMock.swift; sourceTree = ""; }; 3B5E97E9615A158C76B2AB77 /* DateTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateTests.swift; sourceTree = ""; }; - 3BFDAF6918BB096C44788FC9 /* RoomDetailsScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomDetailsScreenUITests.swift; sourceTree = ""; }; 3C1A3D524D63815B28FA4D62 /* EmojiCategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmojiCategory.swift; sourceTree = ""; }; 3C368CAB3063EF275357ECD4 /* LoginScreenViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginScreenViewModel.swift; sourceTree = ""; }; 3C3E67E09FE5A35D73818C39 /* AppLockScreenModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppLockScreenModels.swift; sourceTree = ""; }; @@ -1390,12 +1356,10 @@ 3E6A9B9DFEE964962C179DE3 /* RoomAttachmentPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomAttachmentPicker.swift; sourceTree = ""; }; 3E93A1BE7D8A2EBCAD51EEB4 /* Array.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Array.swift; sourceTree = ""; }; 3EF1AC723C2609C7705569CA /* MediaLoaderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaLoaderTests.swift; sourceTree = ""; }; - 3F684BDD23ECEADB3053BA5A /* DeveloperOptionsScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeveloperOptionsScreenUITests.swift; sourceTree = ""; }; 3FFDA99C98BE05F43A92343B /* test_pdf.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = test_pdf.pdf; sourceTree = ""; }; 40076C770A5FB83325252973 /* VoiceMessageMediaManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VoiceMessageMediaManager.swift; sourceTree = ""; }; 40316EFFEAC7B206EE9A55AE /* SecureBackupScreenViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureBackupScreenViewModelTests.swift; sourceTree = ""; }; 40B21E611DADDEF00307E7AC /* String.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = ""; }; - 4132F882A984ED971338EE9D /* ReportContentScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReportContentScreenUITests.swift; sourceTree = ""; }; 4151163F666ED94FD959475A /* NotificationName.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationName.swift; sourceTree = ""; }; 4176C3E20C772DE8D182863C /* LegalInformationScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LegalInformationScreen.swift; sourceTree = ""; }; 41BB37D96C3EA18F3CE8675D /* RoomDirectorySearchScreenModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomDirectorySearchScreenModels.swift; sourceTree = ""; }; @@ -1423,7 +1387,6 @@ 46C208DA43CE25D13E670F40 /* UITestsAppCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITestsAppCoordinator.swift; sourceTree = ""; }; 46D0BA44B1838E65B507B277 /* NotificationPermissionsScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationPermissionsScreen.swift; sourceTree = ""; }; 46D560DDA3B20C82766ACFAD /* NotificationSettingsScreenViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationSettingsScreenViewModel.swift; sourceTree = ""; }; - 46F52419AEEDA2C006CB7181 /* NotificationSettingsEditScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationSettingsEditScreenUITests.swift; sourceTree = ""; }; 47111410B6E659A697D472B5 /* RoomProxyProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomProxyProtocol.swift; sourceTree = ""; }; 471BB7276C97AF60B3A5463B /* RoomDirectorySearchProxy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomDirectorySearchProxy.swift; sourceTree = ""; }; 471EB7D96AFEA8D787659686 /* EmoteRoomTimelineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmoteRoomTimelineView.swift; sourceTree = ""; }; @@ -1450,7 +1413,6 @@ 4BD371B60E07A5324B9507EF /* AnalyticsSettingsScreenCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalyticsSettingsScreenCoordinator.swift; sourceTree = ""; }; 4CD6AC7546E8D7E5C73CEA48 /* ElementX.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = ElementX.app; sourceTree = BUILT_PRODUCTS_DIR; }; 4CDDDDD9FE1A699D23A5E096 /* LoginScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginScreen.swift; sourceTree = ""; }; - 4D6E4C37E9F0E53D3DF951AC /* HomeScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeScreenUITests.swift; sourceTree = ""; }; 4E2245243369B99216C7D84E /* ImageCache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageCache.swift; sourceTree = ""; }; 4E47F18A9A077E351CEA10D4 /* TextBasedRoomTimelineViewProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextBasedRoomTimelineViewProtocol.swift; sourceTree = ""; }; 4E625B0EB2F86B37C14EF7E6 /* SettingsScreenViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsScreenViewModel.swift; sourceTree = ""; }; @@ -1482,7 +1444,6 @@ 5484457C81B325660901B161 /* AppLockSetupSettingsScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppLockSetupSettingsScreen.swift; sourceTree = ""; }; 54C4E7B46099462F12000C91 /* DeveloperOptionsScreenViewModelProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeveloperOptionsScreenViewModelProtocol.swift; sourceTree = ""; }; 55AEEF8142DF1B59DB40FB93 /* TimelineItemSender.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimelineItemSender.swift; sourceTree = ""; }; - 55F30E764BED111C81739844 /* SoftLogoutUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SoftLogoutUITests.swift; sourceTree = ""; }; 5644919DB2022397D9D5825A /* MockSoftLogoutScreenState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockSoftLogoutScreenState.swift; sourceTree = ""; }; 565F1B2B300597C616B37888 /* FullscreenDialog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FullscreenDialog.swift; sourceTree = ""; }; 56C1BCB9E83B09A45387FCA2 /* EncryptedRoomTimelineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EncryptedRoomTimelineView.swift; sourceTree = ""; }; @@ -1494,11 +1455,9 @@ 584A61D9C459FAFEF038A7C0 /* Section.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Section.swift; sourceTree = ""; }; 58C2527813FDAE23E72A9063 /* AnalyticsSettingsScreenViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalyticsSettingsScreenViewModelTests.swift; sourceTree = ""; }; 58D295F0081084F38DB20893 /* RoomNotificationSettingsScreenViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomNotificationSettingsScreenViewModelTests.swift; sourceTree = ""; }; - 58DCB219D7B7B0299358FF81 /* SecureBackupKeyBackupScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureBackupKeyBackupScreenUITests.swift; sourceTree = ""; }; 592A35163B0749C66BFD6186 /* MapLibreStaticMapView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapLibreStaticMapView.swift; sourceTree = ""; }; 595EC503DA5517BBE6D39406 /* IdentityConfirmedScreenCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IdentityConfirmedScreenCoordinator.swift; sourceTree = ""; }; 596AA8843AC1A234F3387767 /* SecureBackupRecoveryKeyScreenCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureBackupRecoveryKeyScreenCoordinator.swift; sourceTree = ""; }; - 59846FA04E1DBBFDD8829C2A /* MessageForwardingScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageForwardingScreenUITests.swift; sourceTree = ""; }; 598F01EBD0C4CC550C644418 /* AuthenticationStartLogo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationStartLogo.swift; sourceTree = ""; }; 5A07692536D66E3DA32C4964 /* LogViewerScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogViewerScreen.swift; sourceTree = ""; }; 5A1119E9C63AE530252640D2 /* SecureBackupController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureBackupController.swift; sourceTree = ""; }; @@ -1538,7 +1497,6 @@ 6654859746B0BE9611459391 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = cs; path = cs.lproj/Localizable.stringsdict; sourceTree = ""; }; 6663BFB9FDB8752562CD12CA /* AuthenticationStartScreenCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationStartScreenCoordinator.swift; sourceTree = ""; }; 667DD3A9D932D7D9EB380CAA /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = sk; path = sk.lproj/Localizable.stringsdict; sourceTree = ""; }; - 66901977F6469D03C333DF32 /* RoomNotificationSettingsScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomNotificationSettingsScreenUITests.swift; sourceTree = ""; }; 669F35C505ACE1110589F875 /* MediaUploadingPreprocessor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaUploadingPreprocessor.swift; sourceTree = ""; }; 66F2402D738694F98729A441 /* RoomTimelineProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomTimelineProvider.swift; sourceTree = ""; }; 6722709BD6178E10B70C9641 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/SAS.strings; sourceTree = ""; }; @@ -1685,7 +1643,6 @@ 8DC2C9E0E15C79BBDA80F0A2 /* TimelineStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimelineStyle.swift; sourceTree = ""; }; 8E088F2A1B9EC529D3221931 /* UITests.xctestplan */ = {isa = PBXFileReference; path = UITests.xctestplan; sourceTree = ""; }; 8E1BBA73B611EDEEA6E20E05 /* InvitesScreenModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InvitesScreenModels.swift; sourceTree = ""; }; - 8EC57A32ABC80D774CC663DB /* SettingsScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsScreenUITests.swift; sourceTree = ""; }; 8F21ED7205048668BEB44A38 /* AppActivityView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppActivityView.swift; sourceTree = ""; }; 8F421E51DF00377DE1A01354 /* CompletionSuggestionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompletionSuggestionView.swift; sourceTree = ""; }; 8F61A0DD8243B395499C99A2 /* InvitesScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InvitesScreenUITests.swift; sourceTree = ""; }; @@ -1699,7 +1656,6 @@ 90DFF217B3D9D0941283278C /* RoomRolesAndPermissionsScreenViewModelProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomRolesAndPermissionsScreenViewModelProtocol.swift; sourceTree = ""; }; 90F2F8998E5632668B0AD848 /* RoomTimelineItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomTimelineItemView.swift; sourceTree = ""; }; 913C8E13B8B602C7B6C0C4AE /* PillTextAttachmentData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PillTextAttachmentData.swift; sourceTree = ""; }; - 91831D7042EADD0CC2B5EC36 /* SecureBackupScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureBackupScreenUITests.swift; sourceTree = ""; }; 91868EB98818044E6FEBE532 /* NotificationPermissionsScreenCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationPermissionsScreenCoordinator.swift; sourceTree = ""; }; 91CF6F7D08228D16BA69B63B /* zh-Hant-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant-TW"; path = "zh-Hant-TW.lproj/Localizable.strings"; sourceTree = ""; }; 92390F9FA98255440A6BF5F8 /* OIDCAuthenticationPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OIDCAuthenticationPresenter.swift; sourceTree = ""; }; @@ -1794,7 +1750,6 @@ AC5F5209279A752D98AAC4B2 /* CollapsibleFlowLayoutTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollapsibleFlowLayoutTests.swift; sourceTree = ""; }; AC9104846487244648D32C6D /* AudioPlayerProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioPlayerProtocol.swift; sourceTree = ""; }; ACA11F7F50A4A3887A18CA5A /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = ""; }; - ACCC1874C122E2BBE648B8F5 /* LegalInformationScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LegalInformationScreenUITests.swift; sourceTree = ""; }; ACD7BD6BEE21264F6677904A /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/InfoPlist.strings; sourceTree = ""; }; AD0FF64B0E6470F66F42E182 /* EstimatedWaveformView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EstimatedWaveformView.swift; sourceTree = ""; }; AD378D580A41E42560C60E9C /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/Localizable.strings; sourceTree = ""; }; @@ -1803,7 +1758,6 @@ AD72A9B720D75DBE60AC299F /* SecureBackupKeyBackupScreenModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureBackupKeyBackupScreenModels.swift; sourceTree = ""; }; AD9AD6AE5FC868962F090740 /* CallScreenViewModelProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CallScreenViewModelProtocol.swift; sourceTree = ""; }; AD9CB3B9DFA353AB2B7CD9F8 /* NotificationSettingsEditScreenCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationSettingsEditScreenCoordinator.swift; sourceTree = ""; }; - ADB35E2DB4EFE8E6F3959629 /* InviteUsersScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InviteUsersScreenUITests.swift; sourceTree = ""; }; ADCB8A232D3A8FB3E16A7303 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Localizable.strings; sourceTree = ""; }; ADE6170EFE6A161B0A68AB61 /* ClientMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientMock.swift; sourceTree = ""; }; AE203026B9AD3DB412439866 /* MediaUploadingPreprocessorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaUploadingPreprocessorTests.swift; sourceTree = ""; }; @@ -1812,7 +1766,6 @@ AE5DDBEBBA17973ED4638823 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = de; path = de.lproj/Localizable.stringsdict; sourceTree = ""; }; AEEAFB646E583655652C3D04 /* RoomStateEventStringBuilderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomStateEventStringBuilderTests.swift; sourceTree = ""; }; AF042B0FB2EE88977C91E330 /* portrait_test_image.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = portrait_test_image.jpg; sourceTree = ""; }; - AF11DD57D9FACF2A757AB024 /* AnalyticsPromptUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalyticsPromptUITests.swift; sourceTree = ""; }; AF25E364AE85090A70AE4644 /* AttributedStringBuilderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttributedStringBuilderTests.swift; sourceTree = ""; }; AF848B41DAF1066F3054D4A1 /* SessionVerificationScreenModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionVerificationScreenModels.swift; sourceTree = ""; }; AFEF489B8E2450E2BA1A314E /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/SAS.strings; sourceTree = ""; }; @@ -1853,7 +1806,6 @@ B7F0192CE2F891141A25B49F /* UITestsSignalling.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITestsSignalling.swift; sourceTree = ""; }; B8108C8F0ACF6A7EB72D0117 /* RoomScreenCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomScreenCoordinator.swift; sourceTree = ""; }; B81B6170DB690013CEB646F4 /* MapLibreModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapLibreModels.swift; sourceTree = ""; }; - B83BC0DC9A2DF2DD60F9B6E9 /* NotificationSettingsScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationSettingsScreenUITests.swift; sourceTree = ""; }; B8516302ACCA94A0E680AB3B /* VoiceMessageButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VoiceMessageButton.swift; sourceTree = ""; }; B858A61F2A570DFB8DE570A7 /* AggregratedReaction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AggregratedReaction.swift; sourceTree = ""; }; B8A3B7637DDBD6AA97AC2545 /* CameraPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CameraPicker.swift; sourceTree = ""; }; @@ -1861,7 +1813,6 @@ B902EA6CD3296B0E10EE432B /* HomeScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeScreen.swift; sourceTree = ""; }; B9227F7495DA43324050A863 /* TextBasedRoomTimelineItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextBasedRoomTimelineItem.swift; sourceTree = ""; }; B99E13633862847D8B7E2815 /* StartChatScreenModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StartChatScreenModels.swift; sourceTree = ""; }; - B9D1294D5DC41A40CD3C8D46 /* AuthenticationStartScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationStartScreenUITests.swift; sourceTree = ""; }; BA188BB0A216D763E46E3279 /* ComposerToolbarModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComposerToolbarModels.swift; sourceTree = ""; }; BA241DEEF7C8A7181C0AEDC9 /* UserPreferenceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserPreferenceTests.swift; sourceTree = ""; }; BA40B98B098B6F0371B750B3 /* TemplateScreenModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TemplateScreenModels.swift; sourceTree = ""; }; @@ -2008,7 +1959,6 @@ DCF239C619971FDE48132550 /* SecureBackupLogoutConfirmationScreenModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureBackupLogoutConfirmationScreenModels.swift; sourceTree = ""; }; DD97F9661ABF08CE002054A2 /* AppLockServiceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppLockServiceTests.swift; sourceTree = ""; }; DE7C80EF77AD102053D3646E /* RoundedLabelItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoundedLabelItem.swift; sourceTree = ""; }; - DE846DDA83BFD7EC5C03760B /* ServerConfirmationScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerConfirmationScreenUITests.swift; sourceTree = ""; }; DEC1D382565A4E9CAC2F14EA /* MediaFileHandleProxy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaFileHandleProxy.swift; sourceTree = ""; }; DF05DA24F71B455E8EFEBC3B /* SessionVerificationViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionVerificationViewModelTests.swift; sourceTree = ""; }; DF3D25B3EDB283B5807EADCF /* ReadMarkerRoomTimelineItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadMarkerRoomTimelineItem.swift; sourceTree = ""; }; @@ -2064,7 +2014,6 @@ EB76A9AFC6CCAD4998D9B045 /* IdentityConfirmationScreenViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IdentityConfirmationScreenViewModel.swift; sourceTree = ""; }; EBEB8D9F4940E161B18FE4BC /* UITestsNotificationCenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITestsNotificationCenter.swift; sourceTree = ""; }; EC589E641AE46EFB2962534D /* RoomMemberDetailsViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomMemberDetailsViewModelTests.swift; sourceTree = ""; }; - ECB08484CD5D77C9BF97AA78 /* WaitlistScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaitlistScreenUITests.swift; sourceTree = ""; }; ECD5FCBA169B6A82F501CA1B /* AnalyticsSettingsScreenViewModelProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalyticsSettingsScreenViewModelProtocol.swift; sourceTree = ""; }; ECF79FB25E2D4BD6F50CE7C9 /* RoomMembersListScreenViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomMembersListScreenViewModel.swift; sourceTree = ""; }; ED003DF1B7CF40E7073A2280 /* TracingConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TracingConfiguration.swift; sourceTree = ""; }; @@ -2133,7 +2082,6 @@ FCE93F0CBF0D96B77111C413 /* AppLockFlowCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppLockFlowCoordinator.swift; sourceTree = ""; }; FD1275D9CE0FFBA6E8E85426 /* UserIndicatorController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserIndicatorController.swift; sourceTree = ""; }; FDB9C37196A4C79F24CE80C6 /* KeychainControllerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainControllerTests.swift; sourceTree = ""; }; - FDBA358C79F0DCBC4FA14A88 /* SecureBackupRecoveryKeyScreenUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureBackupRecoveryKeyScreenUITests.swift; sourceTree = ""; }; FDF73F49E6B6683F7E2D26F0 /* SecureBackupScreenCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureBackupScreenCoordinator.swift; sourceTree = ""; }; FE87C931165F5E201CACBB87 /* MediaPlayerProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaPlayerProtocol.swift; sourceTree = ""; }; FFECCE59967018204876D0A5 /* LocationMarkerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationMarkerView.swift; sourceTree = ""; }; @@ -4017,48 +3965,22 @@ 951A66D15CD44C0EACE4A951 /* Sources */ = { isa = PBXGroup; children = ( - AF11DD57D9FACF2A757AB024 /* AnalyticsPromptUITests.swift */, - 16037EE9E9A52AF37B7818E3 /* AnalyticsSettingsScreenUITests.swift */, 7D0CBC76C80E04345E11F2DB /* Application.swift */, E8A1BBEF7318CA6B6ACCF4AE /* AppLockSetupUITests.swift */, F733F135E6D67BBBEB76CC30 /* AppLockUITests.swift */, 295E28C3B9EAADF519BF2F44 /* AuthenticationFlowCoordinatorUITests.swift */, - B9D1294D5DC41A40CD3C8D46 /* AuthenticationStartScreenUITests.swift */, C6FEA87EA3752203065ECE27 /* BugReportUITests.swift */, - 1D8866FE1CCCF10305FCACBC /* CallScreenUITests.swift */, F8CEB4634C0DD7779C4AB504 /* CreateRoomScreenUITests.swift */, - 3F684BDD23ECEADB3053BA5A /* DeveloperOptionsScreenUITests.swift */, - 4D6E4C37E9F0E53D3DF951AC /* HomeScreenUITests.swift */, 8F61A0DD8243B395499C99A2 /* InvitesScreenUITests.swift */, - ADB35E2DB4EFE8E6F3959629 /* InviteUsersScreenUITests.swift */, - ACCC1874C122E2BBE648B8F5 /* LegalInformationScreenUITests.swift */, 1DB34B0C74CD242FED9DD069 /* LoginScreenUITests.swift */, - 39B6C8690AEA1E49FF1BAF95 /* MediaUploadPreviewScreenUITests.swift */, - 59846FA04E1DBBFDD8829C2A /* MessageForwardingScreenUITests.swift */, - 46F52419AEEDA2C006CB7181 /* NotificationSettingsEditScreenUITests.swift */, - B83BC0DC9A2DF2DD60F9B6E9 /* NotificationSettingsScreenUITests.swift */, 3368395F06AA180138E185B6 /* PollFormScreenUITests.swift */, - 4132F882A984ED971338EE9D /* ReportContentScreenUITests.swift */, - 122186B7CD1BC46A9C629DD9 /* RoomDetailsEditScreenUITests.swift */, - 3BFDAF6918BB096C44788FC9 /* RoomDetailsScreenUITests.swift */, - 0F19DBE940499D3E3DD405D8 /* RoomMemberDetailsScreenUITests.swift */, C5B7A755E985FA14469E86B2 /* RoomMembersListScreenUITests.swift */, - 66901977F6469D03C333DF32 /* RoomNotificationSettingsScreenUITests.swift */, - 0D147EB979902DBBE452EADC /* RoomPollsHistoryScreenUITests.swift */, 45571C2EBD98ED7E0CEA7AF7 /* RoomRolesAndPermissionsUITests.swift */, 086B997409328F091EBA43CE /* RoomScreenUITests.swift */, - 58DCB219D7B7B0299358FF81 /* SecureBackupKeyBackupScreenUITests.swift */, - 1CC09F30B0E1010951952BDC /* SecureBackupLogoutConfirmationScreenUITests.swift */, - FDBA358C79F0DCBC4FA14A88 /* SecureBackupRecoveryKeyScreenUITests.swift */, - 91831D7042EADD0CC2B5EC36 /* SecureBackupScreenUITests.swift */, - DE846DDA83BFD7EC5C03760B /* ServerConfirmationScreenUITests.swift */, 054F469E433864CC6FE6EE8E /* ServerSelectionUITests.swift */, 6D4777F0142E330A75C46FE4 /* SessionVerificationUITests.swift */, - 8EC57A32ABC80D774CC663DB /* SettingsScreenUITests.swift */, - 55F30E764BED111C81739844 /* SoftLogoutUITests.swift */, DA2AEC1AB349A341FE13DEC1 /* StartChatScreenUITests.swift */, F899D02CF26EA7675EEBE74C /* UserSessionScreenTests.swift */, - ECB08484CD5D77C9BF97AA78 /* WaitlistScreenUITests.swift */, ); path = Sources; sourceTree = ""; @@ -6509,52 +6431,26 @@ buildActionMask = 2147483647; files = ( 795A854F63301DC6B46217B9 /* AccessibilityIdentifiers.swift in Sources */, - 8024BE37156FF0A95A7A3465 /* AnalyticsPromptUITests.swift in Sources */, - BF675964C9159F718589C36A /* AnalyticsSettingsScreenUITests.swift in Sources */, 44DA28B1E1F9C97C5795F7B3 /* AppLockSetupUITests.swift in Sources */, BAC845780F17CCFBC5A9CA37 /* AppLockUITests.swift in Sources */, 7405B4824D45BA7C3D943E76 /* Application.swift in Sources */, 2A864BB12A8501B47805D828 /* AuthenticationFlowCoordinatorUITests.swift in Sources */, - 47597438020EC8144E535425 /* AuthenticationStartScreenUITests.swift in Sources */, 7756C4E90CABE6F14F7920A0 /* BugReportUITests.swift in Sources */, 94D0F36A87E596A93C0C178A /* Bundle.swift in Sources */, - 04778AA4D6AD2E153D7AAFF2 /* CallScreenUITests.swift in Sources */, 9F19096BFA629C0AC282B1E4 /* CreateRoomScreenUITests.swift in Sources */, - C1F863E16BDBC87255D23B57 /* DeveloperOptionsScreenUITests.swift in Sources */, - 9DC5FB22B8F86C3B51E907C1 /* HomeScreenUITests.swift in Sources */, - 7AEC56ADEFC5A7198A17412F /* InviteUsersScreenUITests.swift in Sources */, B45F20A1C3F1CE19D5B8BA74 /* InvitesScreenUITests.swift in Sources */, - 8868ACFA45E5B5E19514B575 /* LegalInformationScreenUITests.swift in Sources */, 5C8AFBF168A41E20835F3B86 /* LoginScreenUITests.swift in Sources */, - 7FB0BDE26838F1A92782D5E1 /* MediaUploadPreviewScreenUITests.swift in Sources */, - 6713835120D94BAA8ED7E3E5 /* MessageForwardingScreenUITests.swift in Sources */, - 1830E5431DB426E2F3660D58 /* NotificationSettingsEditScreenUITests.swift in Sources */, - AF4232E6F08C3DB86FFA9BBD /* NotificationSettingsScreenUITests.swift in Sources */, 0CF81807BE5FBFC9E2BBCECF /* PollFormScreenUITests.swift in Sources */, - BA0D3DDCEDD97502DAC4B6E9 /* ReportContentScreenUITests.swift in Sources */, - F16109A6F6DF03DA26D59233 /* RoomDetailsEditScreenUITests.swift in Sources */, - 829062DD3C3F7016FE1A6476 /* RoomDetailsScreenUITests.swift in Sources */, - A8771F5975A82759FA5138AE /* RoomMemberDetailsScreenUITests.swift in Sources */, 44121202B4A260C98BF615A7 /* RoomMembersListScreenUITests.swift in Sources */, - 06AA515C7053FD7E17A5CF81 /* RoomNotificationSettingsScreenUITests.swift in Sources */, - 835B7AD20407F766C747BEC5 /* RoomPollsHistoryScreenUITests.swift in Sources */, D29E046C1E3045E0346C479D /* RoomRolesAndPermissionsUITests.swift in Sources */, 2F1CF90A3460C153154427F0 /* RoomScreenUITests.swift in Sources */, - A743841F91B62B0E56217B04 /* SecureBackupKeyBackupScreenUITests.swift in Sources */, - F421FD5979EF53C8204BDC77 /* SecureBackupLogoutConfirmationScreenUITests.swift in Sources */, - FC4F6BA083A64840B38CE269 /* SecureBackupRecoveryKeyScreenUITests.swift in Sources */, - 8C42B5B1642D189C362A5EDF /* SecureBackupScreenUITests.swift in Sources */, - A1D4033881320C9EB88196E6 /* ServerConfirmationScreenUITests.swift in Sources */, 77FACC29F98FE2E65BBB6A5F /* ServerSelectionUITests.swift in Sources */, 05EC896A4B9AF4A56670C0BB /* SessionVerificationUITests.swift in Sources */, - 9C5A07E7C33F3F40287D7861 /* SettingsScreenUITests.swift in Sources */, - B064D42BA087649ACAE462E8 /* SoftLogoutUITests.swift in Sources */, CBA9EDF305036039166E76FF /* StartChatScreenUITests.swift in Sources */, C4180F418235DAD9DD173951 /* TemplateScreenUITests.swift in Sources */, 54AE8860D668AFD96E7E177B /* UITestsScreenIdentifier.swift in Sources */, 84EFCB95F9DA2979C8042B26 /* UITestsSignalling.swift in Sources */, B22D857D1E8FCA6DD74A58E3 /* UserSessionScreenTests.swift in Sources */, - 2DA90E38FF4E696825810C1A /* WaitlistScreenUITests.swift in Sources */, 588411C8FD72B2A2DFE5F7DE /* XCUIElement.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; diff --git a/ElementX/Sources/Other/Extensions/XCUIElement.swift b/ElementX/Sources/Other/Extensions/XCUIElement.swift index b3c5db6ba..12d69ba55 100644 --- a/ElementX/Sources/Other/Extensions/XCUIElement.swift +++ b/ElementX/Sources/Other/Extensions/XCUIElement.swift @@ -18,7 +18,7 @@ import XCTest extension XCUIElement { func clearAndTypeText(_ text: String) { - tap() + forceTap() guard let currentValue = value as? String else { XCTFail("Tried to clear and type text into a non string value") @@ -34,11 +34,7 @@ extension XCUIElement { } func forceTap() { - if isHittable { - tap() - } else { - let coordinate: XCUICoordinate = coordinate(withNormalizedOffset: .init(dx: 0.5, dy: 0.5)) - coordinate.tap() - } + let coordinate: XCUICoordinate = coordinate(withNormalizedOffset: .init(dx: 0.5, dy: 0.5)) + coordinate.tap() } } diff --git a/ElementX/Sources/UITests/UITestsAppCoordinator.swift b/ElementX/Sources/UITests/UITestsAppCoordinator.swift index 2aa3afcbd..c537d970d 100644 --- a/ElementX/Sources/UITests/UITestsAppCoordinator.swift +++ b/ElementX/Sources/UITests/UITestsAppCoordinator.swift @@ -115,18 +115,6 @@ class MockScreen: Identifiable { userIndicatorController: ServiceLocator.shared.userIndicatorController)) navigationStackCoordinator.setRootCoordinator(coordinator) return navigationStackCoordinator - case .serverConfirmationLogin: - let navigationStackCoordinator = NavigationStackCoordinator() - let coordinator = ServerConfirmationScreenCoordinator(parameters: .init(authenticationService: MockAuthenticationServiceProxy(homeserver: .mockMatrixDotOrg), - authenticationFlow: .login)) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator - case .serverConfirmationRegister: - let navigationStackCoordinator = NavigationStackCoordinator() - let coordinator = ServerConfirmationScreenCoordinator(parameters: .init(authenticationService: MockAuthenticationServiceProxy(homeserver: .mockOIDC), - authenticationFlow: .register)) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator case .serverSelection: let navigationStackCoordinator = NavigationStackCoordinator() let coordinator = ServerSelectionScreenCoordinator(parameters: .init(authenticationService: MockAuthenticationServiceProxy(), @@ -134,19 +122,6 @@ class MockScreen: Identifiable { isModallyPresented: true)) navigationStackCoordinator.setRootCoordinator(coordinator) return navigationStackCoordinator - case .serverSelectionNonModal: - return ServerSelectionScreenCoordinator(parameters: .init(authenticationService: MockAuthenticationServiceProxy(), - userIndicatorController: ServiceLocator.shared.userIndicatorController, - isModallyPresented: false)) - case .analyticsPrompt: - return AnalyticsPromptScreenCoordinator(analytics: ServiceLocator.shared.analytics, - termsURL: ServiceLocator.shared.settings.analyticsConfiguration.termsURL) - case .analyticsSettingsScreen: - let navigationStackCoordinator = NavigationStackCoordinator() - let coordinator = AnalyticsSettingsScreenCoordinator(parameters: .init(appSettings: ServiceLocator.shared.settings, - analytics: ServiceLocator.shared.analytics)) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator case .authenticationFlow: let flowCoordinator = AuthenticationFlowCoordinator(authenticationService: MockAuthenticationServiceProxy(), bugReportService: BugReportServiceMock(), @@ -157,27 +132,6 @@ class MockScreen: Identifiable { flowCoordinator.start() retainedState.append(flowCoordinator) return nil - case .softLogout: - let credentials = SoftLogoutScreenCredentials(userID: "@mock:matrix.org", - homeserverName: "matrix.org", - userDisplayName: "mock", - deviceID: "ABCDEFGH") - return SoftLogoutScreenCoordinator(parameters: .init(authenticationService: MockAuthenticationServiceProxy(), - credentials: credentials, - keyBackupNeeded: false, - userIndicatorController: ServiceLocator.shared.userIndicatorController)) - case .waitlist: - let navigationStackCoordinator = NavigationStackCoordinator() - let credentials = WaitlistScreenCredentials(username: "alice", - password: "password", - initialDeviceName: nil, - deviceID: nil, - homeserver: .mockMatrixDotOrg) - let coordinator = WaitlistScreenCoordinator(parameters: .init(credentials: credentials, - authenticationService: MockAuthenticationServiceProxy(), - userIndicatorController: ServiceLocator.shared.userIndicatorController)) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator case .templateScreen: let navigationStackCoordinator = NavigationStackCoordinator() let coordinator = TemplateScreenCoordinator(parameters: .init()) @@ -268,31 +222,6 @@ class MockScreen: Identifiable { retainedState.append(flowCoordinator) - return navigationStackCoordinator - case .home: - let userID = "@mock:matrix.org" - - ServiceLocator.shared.settings.migratedAccounts[userID] = true - - let navigationStackCoordinator = NavigationStackCoordinator() - let session = MockUserSession(clientProxy: ClientProxyMock(.init(userID: userID)), - mediaProvider: MockMediaProvider(), - voiceMessageMediaManager: VoiceMessageMediaManagerMock()) - let coordinator = HomeScreenCoordinator(parameters: .init(userSession: session, - attributedStringBuilder: AttributedStringBuilder(permalinkBaseURL: ServiceLocator.shared.settings.permalinkBaseURL, mentionBuilder: MentionBuilder()), - bugReportService: BugReportServiceMock(), - navigationStackCoordinator: navigationStackCoordinator, - selectedRoomPublisher: CurrentValueSubject(nil).asCurrentValuePublisher())) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator - case .settings: - let navigationStackCoordinator = NavigationStackCoordinator() - let clientProxy = ClientProxyMock(.init(userID: "@mock:client.com")) - let coordinator = SettingsScreenCoordinator(parameters: .init(userSession: MockUserSession(clientProxy: clientProxy, - mediaProvider: MockMediaProvider(), - voiceMessageMediaManager: VoiceMessageMediaManagerMock()), - appSettings: ServiceLocator.shared.settings)) - navigationStackCoordinator.setRootCoordinator(coordinator) return navigationStackCoordinator case .bugReport: let navigationStackCoordinator = NavigationStackCoordinator() @@ -304,49 +233,6 @@ class MockScreen: Identifiable { isModallyPresented: true)) navigationStackCoordinator.setRootCoordinator(coordinator) return navigationStackCoordinator - case .bugReportWithScreenshot: - let navigationStackCoordinator = NavigationStackCoordinator() - let coordinator = BugReportScreenCoordinator(parameters: .init(bugReportService: BugReportServiceMock(), - userID: "@mock:client.com", - deviceID: nil, - userIndicatorController: nil, - screenshot: Asset.Images.appLogo.image, - isModallyPresented: false)) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator - case .notificationSettingsScreen: - let userNotificationCenter = UserNotificationCenterMock() - userNotificationCenter.authorizationStatusReturnValue = .denied - let session = MockUserSession(clientProxy: ClientProxyMock(.init(userID: "@mock:matrix.org")), - mediaProvider: MockMediaProvider(), - voiceMessageMediaManager: VoiceMessageMediaManagerMock()) - let parameters = NotificationSettingsScreenCoordinatorParameters(userSession: session, - userNotificationCenter: userNotificationCenter, - notificationSettings: NotificationSettingsProxyMock(with: .init()), - isModallyPresented: false) - return NotificationSettingsScreenCoordinator(parameters: parameters) - case .notificationSettingsScreenMismatchConfiguration: - let userNotificationCenter = UserNotificationCenterMock() - userNotificationCenter.authorizationStatusReturnValue = .denied - let session = MockUserSession(clientProxy: ClientProxyMock(.init(userID: "@mock:matrix.org")), - mediaProvider: MockMediaProvider(), - voiceMessageMediaManager: VoiceMessageMediaManagerMock()) - let notificationSettings = NotificationSettingsProxyMock(with: .init()) - notificationSettings.getDefaultRoomNotificationModeIsEncryptedIsOneToOneClosure = { isEncrypted, isOneToOne in - switch (isEncrypted, isOneToOne) { - case (true, _): - return .allMessages - case (false, _): - return .mentionsAndKeywordsOnly - } - } - let parameters = NotificationSettingsScreenCoordinatorParameters(userSession: session, - userNotificationCenter: userNotificationCenter, - notificationSettings: notificationSettings, - isModallyPresented: false) - return NotificationSettingsScreenCoordinator(parameters: parameters) - case .authenticationStartScreen: - return AuthenticationStartScreenCoordinator() case .roomPlainNoAvatar: let navigationStackCoordinator = NavigationStackCoordinator() let parameters = RoomScreenCoordinatorParameters(roomProxy: RoomProxyMock(with: .init(name: "Some room name", avatarURL: nil)), @@ -360,19 +246,6 @@ class MockScreen: Identifiable { let coordinator = RoomScreenCoordinator(parameters: parameters) navigationStackCoordinator.setRootCoordinator(coordinator) return navigationStackCoordinator - case .roomEncryptedWithAvatar: - let navigationStackCoordinator = NavigationStackCoordinator() - let parameters = RoomScreenCoordinatorParameters(roomProxy: RoomProxyMock(with: .init(name: "Some room name", avatarURL: URL.picturesDirectory)), - timelineController: MockRoomTimelineController(), - mediaProvider: MockMediaProvider(), - mediaPlayerProvider: MediaPlayerProviderMock(), - voiceMessageMediaManager: VoiceMessageMediaManagerMock(), - emojiProvider: EmojiProvider(), - completionSuggestionService: CompletionSuggestionServiceMock(configuration: .init()), - appSettings: ServiceLocator.shared.settings) - let coordinator = RoomScreenCoordinator(parameters: parameters) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator case .roomSmallTimeline: let navigationStackCoordinator = NavigationStackCoordinator() let timelineController = MockRoomTimelineController() @@ -571,6 +444,9 @@ class MockScreen: Identifiable { case .userSessionScreen, .userSessionScreenReply, .userSessionScreenRTE: let appSettings: AppSettings = ServiceLocator.shared.settings appSettings.richTextEditorEnabled = id == .userSessionScreenRTE + appSettings.hasRunIdentityConfirmationOnboarding = true + appSettings.hasRunNotificationPermissionsOnboarding = true + appSettings.analyticsConsentState = .optedOut let navigationSplitCoordinator = NavigationSplitCoordinator(placeholderCoordinator: PlaceholderScreenCoordinator()) let clientProxy = ClientProxyMock(.init(userID: "@mock:client.com", roomSummaryProvider: RoomSummaryProviderMock(.init(state: .loaded(.mockRooms))))) @@ -593,136 +469,6 @@ class MockScreen: Identifiable { retainedState.append(flowCoordinator) return nil - case .roomDetailsScreen: - let navigationStackCoordinator = NavigationStackCoordinator() - let members: [RoomMemberProxyMock] = [.mockAlice, .mockBob, .mockCharlie] - let roomProxy = RoomProxyMock(with: .init(id: "MockRoomIdentifier", - name: "Room", - isEncrypted: true, - members: members, - canUserInvite: false)) - let coordinator = RoomDetailsScreenCoordinator(parameters: .init(roomProxy: roomProxy, - clientProxy: ClientProxyMock(.init()), - mediaProvider: MockMediaProvider(), - analyticsService: ServiceLocator.shared.analytics, - userIndicatorController: ServiceLocator.shared.userIndicatorController, - notificationSettings: NotificationSettingsProxyMock(with: .init()), - attributedStringBuilder: AttributedStringBuilder(permalinkBaseURL: ServiceLocator.shared.settings.permalinkBaseURL, - mentionBuilder: MentionBuilder()), - appSettings: ServiceLocator.shared.settings)) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator - case .roomDetailsScreenWithRoomAvatar: - let navigationStackCoordinator = NavigationStackCoordinator() - let members: [RoomMemberProxyMock] = [.mockAlice, .mockBob, .mockCharlie] - let roomProxy = RoomProxyMock(with: .init(id: "MockRoomIdentifier", - name: "Room", - topic: "Bacon ipsum dolor amet commodo incididunt ribeye dolore cupidatat short ribs.", - avatarURL: URL.picturesDirectory, - isEncrypted: true, - canonicalAlias: "#mock:room.org", - members: members, - canUserInvite: false)) - let coordinator = RoomDetailsScreenCoordinator(parameters: .init(roomProxy: roomProxy, - clientProxy: ClientProxyMock(.init()), - mediaProvider: MockMediaProvider(), - analyticsService: ServiceLocator.shared.analytics, - userIndicatorController: ServiceLocator.shared.userIndicatorController, - notificationSettings: NotificationSettingsProxyMock(with: .init()), - attributedStringBuilder: AttributedStringBuilder(permalinkBaseURL: ServiceLocator.shared.settings.permalinkBaseURL, - mentionBuilder: MentionBuilder()), - appSettings: ServiceLocator.shared.settings)) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator - case .roomDetailsScreenWithEmptyTopic: - let navigationStackCoordinator = NavigationStackCoordinator() - let members: [RoomMemberProxyMock] = [.mockMeAdmin, .mockBob, .mockCharlie] - let roomProxy = RoomProxyMock(with: .init(id: "MockRoomIdentifier", - name: "Room", - topic: nil, - avatarURL: URL.picturesDirectory, - isDirect: false, - isEncrypted: true, - canonicalAlias: "#mock:room.org", - members: members, - canUserInvite: false)) - let coordinator = RoomDetailsScreenCoordinator(parameters: .init(roomProxy: roomProxy, - clientProxy: ClientProxyMock(.init()), - mediaProvider: MockMediaProvider(), - analyticsService: ServiceLocator.shared.analytics, - userIndicatorController: ServiceLocator.shared.userIndicatorController, - notificationSettings: NotificationSettingsProxyMock(with: .init()), - attributedStringBuilder: AttributedStringBuilder(permalinkBaseURL: ServiceLocator.shared.settings.permalinkBaseURL, - mentionBuilder: MentionBuilder()), - appSettings: ServiceLocator.shared.settings)) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator - case .roomDetailsScreenWithInvite: - let navigationStackCoordinator = NavigationStackCoordinator() - let owner: RoomMemberProxyMock = .mockMe - let members: [RoomMemberProxyMock] = [owner, .mockBob, .mockCharlie] - let roomProxy = RoomProxyMock(with: .init(id: "MockRoomIdentifier", - name: "Room", - isEncrypted: true, - members: members, - canUserInvite: true)) - let coordinator = RoomDetailsScreenCoordinator(parameters: .init(roomProxy: roomProxy, - clientProxy: ClientProxyMock(.init()), - mediaProvider: MockMediaProvider(), - analyticsService: ServiceLocator.shared.analytics, - userIndicatorController: ServiceLocator.shared.userIndicatorController, - notificationSettings: NotificationSettingsProxyMock(with: .init()), - attributedStringBuilder: AttributedStringBuilder(permalinkBaseURL: ServiceLocator.shared.settings.permalinkBaseURL, - mentionBuilder: MentionBuilder()), - appSettings: ServiceLocator.shared.settings)) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator - case .roomDetailsScreenDmDetails: - let navigationStackCoordinator = NavigationStackCoordinator() - let members: [RoomMemberProxyMock] = [.mockMe, .mockDan] - let roomProxy = RoomProxyMock(with: .init(id: "MockRoomIdentifier", - name: "Room", - topic: "test", - isDirect: true, - isEncrypted: true, - members: members, - canUserInvite: false)) - let coordinator = RoomDetailsScreenCoordinator(parameters: .init(roomProxy: roomProxy, - clientProxy: ClientProxyMock(.init()), - mediaProvider: MockMediaProvider(), - analyticsService: ServiceLocator.shared.analytics, - userIndicatorController: ServiceLocator.shared.userIndicatorController, - notificationSettings: NotificationSettingsProxyMock(with: .init()), - attributedStringBuilder: AttributedStringBuilder(permalinkBaseURL: ServiceLocator.shared.settings.permalinkBaseURL, - mentionBuilder: MentionBuilder()), - appSettings: ServiceLocator.shared.settings)) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator - case .roomEditDetails, .roomEditDetailsReadOnly: - let members: [RoomMemberProxyMock] = id == .roomEditDetails ? [.mockMeAdmin] : [.mockMe] - let navigationStackCoordinator = NavigationStackCoordinator() - let roomProxy = RoomProxyMock(with: .init(id: "MockRoomIdentifier", - name: "Room", - topic: "What a cool topic!", - avatarURL: .picturesDirectory, - members: members)) - let coordinator = RoomDetailsEditScreenCoordinator(parameters: .init(roomProxy: roomProxy, - mediaProvider: MockMediaProvider(), - navigationStackCoordinator: navigationStackCoordinator, - userIndicatorController: ServiceLocator.shared.userIndicatorController, - orientationManager: OrientationManagerMock())) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator - case .roomMembersListScreen: - let navigationStackCoordinator = NavigationStackCoordinator() - let members: [RoomMemberProxyMock] = [.mockAlice, .mockBob, .mockCharlie] - let coordinator = RoomMembersListScreenCoordinator(parameters: .init(mediaProvider: MockMediaProvider(), - roomProxy: RoomProxyMock(with: .init(name: "test", members: members)), - userIndicatorController: ServiceLocator.shared.userIndicatorController, - appSettings: ServiceLocator.shared.settings, - analytics: ServiceLocator.shared.analytics)) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator case .roomMembersListScreenPendingInvites: let navigationStackCoordinator = NavigationStackCoordinator() let members: [RoomMemberProxyMock] = [.mockInvitedAlice, .mockBob, .mockCharlie] @@ -733,24 +479,6 @@ class MockScreen: Identifiable { analytics: ServiceLocator.shared.analytics)) navigationStackCoordinator.setRootCoordinator(coordinator) return navigationStackCoordinator - case .roomNotificationSettingsDefaultSetting: - let navigationStackCoordinator = NavigationStackCoordinator() - let members: [RoomMemberProxyMock] = [.mockInvitedAlice, .mockBob, .mockCharlie] - let coordinator = RoomNotificationSettingsScreenCoordinator(parameters: .init(navigationStackCoordinator: navigationStackCoordinator, - notificationSettingsProxy: NotificationSettingsProxyMock(with: .init(defaultRoomMode: .allMessages, roomMode: .allMessages)), - roomProxy: RoomProxyMock(with: .init(name: "test", members: members)), - displayAsUserDefinedRoomSettings: false)) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator - case .roomNotificationSettingsCustomSetting: - let navigationStackCoordinator = NavigationStackCoordinator() - let members: [RoomMemberProxyMock] = [.mockInvitedAlice, .mockBob, .mockCharlie] - let coordinator = RoomNotificationSettingsScreenCoordinator(parameters: .init(navigationStackCoordinator: navigationStackCoordinator, - notificationSettingsProxy: NotificationSettingsProxyMock(with: .init(defaultRoomMode: .allMessages, roomMode: .mentionsAndKeywordsOnly)), - roomProxy: RoomProxyMock(with: .init(name: "test", members: members)), - displayAsUserDefinedRoomSettings: false)) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator case .roomRolesAndPermissionsFlow: let navigationStackCoordinator = NavigationStackCoordinator() navigationStackCoordinator.setRootCoordinator(BlankFormCoordinator()) @@ -761,15 +489,6 @@ class MockScreen: Identifiable { retainedState.append(coordinator) coordinator.start() return navigationStackCoordinator - case .reportContent: - let navigationStackCoordinator = NavigationStackCoordinator() - let coordinator = ReportContentScreenCoordinator(parameters: .init(eventID: "test", - senderID: RoomMemberProxyMock.mockAlice.userID, - roomProxy: RoomProxyMock(with: .init(name: "test")), - clientProxy: ClientProxyMock(.init()), - userIndicatorController: UserIndicatorControllerMock())) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator case .startChat: let navigationStackCoordinator = NavigationStackCoordinator() let userDiscoveryMock = UserDiscoveryServiceMock() @@ -798,67 +517,6 @@ class MockScreen: Identifiable { userDiscoveryService: userDiscoveryMock)) navigationStackCoordinator.setRootCoordinator(coordinator) return navigationStackCoordinator - case .roomMemberDetailsAccountOwner: - let member = RoomMemberProxyMock.mockMe - let roomProxy = RoomProxyMock(with: .init(name: "")) - roomProxy.getMemberUserIDReturnValue = .success(member) - - let navigationStackCoordinator = NavigationStackCoordinator() - let coordinator = RoomMemberDetailsScreenCoordinator(parameters: .init(userID: member.userID, - roomProxy: roomProxy, - clientProxy: ClientProxyMock(.init()), - mediaProvider: MockMediaProvider(), - userIndicatorController: ServiceLocator.shared.userIndicatorController)) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator - case .roomMemberDetails: - let member = RoomMemberProxyMock.mockAlice - let roomProxy = RoomProxyMock(with: .init(name: "")) - roomProxy.getMemberUserIDReturnValue = .success(member) - - let navigationStackCoordinator = NavigationStackCoordinator() - let coordinator = RoomMemberDetailsScreenCoordinator(parameters: .init(userID: member.userID, - roomProxy: roomProxy, - clientProxy: ClientProxyMock(.init()), - mediaProvider: MockMediaProvider(), - userIndicatorController: ServiceLocator.shared.userIndicatorController)) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator - case .roomMemberDetailsIgnoredUser: - let member = RoomMemberProxyMock.mockIgnored - let roomProxy = RoomProxyMock(with: .init(name: "")) - roomProxy.getMemberUserIDReturnValue = .success(member) - - let navigationStackCoordinator = NavigationStackCoordinator() - let coordinator = RoomMemberDetailsScreenCoordinator(parameters: .init(userID: member.userID, - roomProxy: roomProxy, - clientProxy: ClientProxyMock(.init()), - mediaProvider: MockMediaProvider(), - userIndicatorController: ServiceLocator.shared.userIndicatorController)) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator - case .invitesWithBadges: - ServiceLocator.shared.settings.seenInvites = Set([RoomSummary].mockInvites.dropFirst(1).compactMap(\.id)) - let navigationStackCoordinator = NavigationStackCoordinator() - let clientProxy = ClientProxyMock(.init(userID: "@mock:client.com")) - - clientProxy.roomForIdentifierClosure = { identifier in - switch identifier { - case "someAwesomeRoomId1": - return RoomProxyMock(with: .init(name: "First room")) - case "someAwesomeRoomId2": - return RoomProxyMock(with: .init(name: "Second room")) - default: - return nil - } - } - - let summaryProvider = RoomSummaryProviderMock(.init(state: .loaded(.mockInvites))) - clientProxy.inviteSummaryProvider = summaryProvider - - let coordinator = InvitesScreenCoordinator(parameters: .init(userSession: MockUserSession(clientProxy: clientProxy, mediaProvider: MockMediaProvider(), voiceMessageMediaManager: VoiceMessageMediaManagerMock()))) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator case .invites: ServiceLocator.shared.settings.seenInvites = Set([RoomSummary].mockInvites.compactMap(\.id)) let navigationStackCoordinator = NavigationStackCoordinator() @@ -881,43 +539,6 @@ class MockScreen: Identifiable { let coordinator = InvitesScreenCoordinator(parameters: .init(userSession: MockUserSession(clientProxy: clientProxy, mediaProvider: MockMediaProvider(), voiceMessageMediaManager: VoiceMessageMediaManagerMock()))) navigationStackCoordinator.setRootCoordinator(coordinator) return navigationStackCoordinator - case .invitesNoInvites: - let navigationStackCoordinator = NavigationStackCoordinator() - let clientProxy = ClientProxyMock(.init(userID: "@mock:client.com")) - let coordinator = InvitesScreenCoordinator(parameters: .init(userSession: MockUserSession(clientProxy: clientProxy, mediaProvider: MockMediaProvider(), voiceMessageMediaManager: VoiceMessageMediaManagerMock()))) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator - case .inviteUsers: - let navigationStackCoordinator = NavigationStackCoordinator() - let userDiscoveryMock = UserDiscoveryServiceMock() - userDiscoveryMock.searchProfilesWithReturnValue = .success([]) - let mediaProvider = MockMediaProvider() - let usersSubject = CurrentValueSubject<[UserProfileProxy], Never>([]) - let members: [RoomMemberProxyMock] = [] - let roomProxy = RoomProxyMock(with: .init(name: "test", members: members)) - let roomType: InviteUsersScreenRoomType = id == .inviteUsers ? .draft : .room(roomProxy: roomProxy) - let coordinator = InviteUsersScreenCoordinator(parameters: .init(selectedUsers: usersSubject.asCurrentValuePublisher(), - roomType: roomType, - mediaProvider: mediaProvider, - userDiscoveryService: userDiscoveryMock, - userIndicatorController: UserIndicatorControllerMock())) - coordinator.actions.sink { action in - switch action { - case .toggleUser(let user): - var selectedUsers = usersSubject.value - if let index = selectedUsers.firstIndex(where: { $0.userID == user.userID }) { - selectedUsers.remove(at: index) - } else { - selectedUsers.append(user) - } - usersSubject.send(selectedUsers) - default: - break - } - } - .store(in: &cancellables) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator case .createRoom: let navigationStackCoordinator = NavigationStackCoordinator() let clientProxy = ClientProxyMock(.init(userID: "@mock:client.com")) @@ -950,40 +571,6 @@ class MockScreen: Identifiable { let coordinator = PollFormScreenCoordinator(parameters: .init(mode: .new)) navigationStackCoordinator.setRootCoordinator(coordinator) return navigationStackCoordinator - case .roomPollsHistoryEmptyLoadMore: - let navigationStackCoordinator = NavigationStackCoordinator() - let interactionHandler = PollInteractionHandlerMock() - let roomTimelineController = MockRoomTimelineController() - roomTimelineController.backPaginationResponses = [ - [], - [] - ] - let roomProxyMockConfiguration = RoomProxyMockConfiguration(name: "Polls") - roomProxyMockConfiguration.timeline.timelineStartReached = false - let parameters = RoomPollsHistoryScreenCoordinatorParameters(roomProxy: RoomProxyMock(with: roomProxyMockConfiguration), - pollInteractionHandler: interactionHandler, - roomTimelineController: roomTimelineController) - let coordinator = RoomPollsHistoryScreenCoordinator(parameters: parameters) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator - case .roomPollsHistoryLoadMore: - let navigationStackCoordinator = NavigationStackCoordinator() - let interactionHandler = PollInteractionHandlerMock() - let roomTimelineController = MockRoomTimelineController() - - let poll = PollRoomTimelineItem.mock(poll: .emptyDisclosed, isEditable: true) - roomTimelineController.timelineItems = [poll] - let date: Date! = DateComponents(calendar: .current, timeZone: .gmt, year: 2023, month: 12, day: 1, hour: 12).date - roomTimelineController.timelineItemsTimestamp = [poll.id: date] - - let roomProxyMockConfiguration = RoomProxyMockConfiguration(name: "Polls") - roomProxyMockConfiguration.timeline.timelineStartReached = false - let parameters = RoomPollsHistoryScreenCoordinatorParameters(roomProxy: RoomProxyMock(with: roomProxyMockConfiguration), - pollInteractionHandler: interactionHandler, - roomTimelineController: roomTimelineController) - let coordinator = RoomPollsHistoryScreenCoordinator(parameters: parameters) - navigationStackCoordinator.setRootCoordinator(coordinator) - return navigationStackCoordinator } }() } diff --git a/ElementX/Sources/UITests/UITestsScreenIdentifier.swift b/ElementX/Sources/UITests/UITestsScreenIdentifier.swift index ee3ccca80..89fa15ef3 100644 --- a/ElementX/Sources/UITests/UITestsScreenIdentifier.swift +++ b/ElementX/Sources/UITests/UITestsScreenIdentifier.swift @@ -17,75 +17,42 @@ import Foundation enum UITestsScreenIdentifier: String { - case login - case serverConfirmationLogin - case serverConfirmationRegister - case serverSelection - case serverSelectionNonModal - case authenticationFlow - case softLogout - case waitlist - case analyticsPrompt - case analyticsSettingsScreen - case templateScreen case appLockFlow case appLockFlowAlternateWindow case appLockFlowDisabled case appLockFlowDisabledAlternateWindow case appLockSetupFlow - case appLockSetupFlowUnlock case appLockSetupFlowMandatory - case home - case settings + case appLockSetupFlowUnlock + case authenticationFlow case bugReport - case bugReportWithScreenshot - case notificationSettingsScreen - case notificationSettingsScreenMismatchConfiguration - case authenticationStartScreen + case createPoll + case createRoom + case createRoomNoUsers + case invites + case login + case roomLayoutBottom + case roomLayoutMiddle + case roomLayoutTop + case roomMembersListScreenPendingInvites case roomPlainNoAvatar - case roomEncryptedWithAvatar + case roomRolesAndPermissionsFlow case roomSmallTimeline - case roomSmallTimelineWithReactions - case roomSmallTimelineWithReadReceipts case roomSmallTimelineIncomingAndSmallPagination case roomSmallTimelineLargePagination - case roomLayoutTop - case roomLayoutMiddle - case roomLayoutBottom + case roomSmallTimelineWithReactions + case roomSmallTimelineWithReadReceipts case roomWithDisclosedPolls - case roomWithUndisclosedPolls case roomWithOutgoingPolls + case roomWithUndisclosedPolls + case serverSelection case sessionVerification + case startChat + case startChatWithSearchResults + case templateScreen case userSessionScreen case userSessionScreenReply case userSessionScreenRTE - case roomDetailsScreen - case roomDetailsScreenWithRoomAvatar - case roomDetailsScreenWithEmptyTopic - case roomDetailsScreenWithInvite - case roomDetailsScreenDmDetails - case roomEditDetails - case roomEditDetailsReadOnly - case roomMembersListScreen - case roomMembersListScreenPendingInvites - case roomMemberDetailsAccountOwner - case roomMemberDetails - case roomMemberDetailsIgnoredUser - case roomNotificationSettingsDefaultSetting - case roomNotificationSettingsCustomSetting - case roomRolesAndPermissionsFlow - case reportContent - case startChat - case startChatWithSearchResults - case invites - case invitesWithBadges - case invitesNoInvites - case inviteUsers - case createRoom - case createRoomNoUsers - case createPoll - case roomPollsHistoryEmptyLoadMore - case roomPollsHistoryLoadMore } extension UITestsScreenIdentifier: CustomStringConvertible { diff --git a/ElementX/Sources/UITests/UITestsSignalling.swift b/ElementX/Sources/UITests/UITestsSignalling.swift index 69b6e2aea..a22946533 100644 --- a/ElementX/Sources/UITests/UITestsSignalling.swift +++ b/ElementX/Sources/UITests/UITestsSignalling.swift @@ -141,7 +141,10 @@ enum UITestsSignalling { } var rawValue: String { - guard let data = try? JSONEncoder().encode(self), + let encoder = JSONEncoder() + encoder.outputFormatting = .sortedKeys + + guard let data = try? encoder.encode(self), let string = String(data: data, encoding: .utf8) else { return "unknown" } diff --git a/UITests/Sources/AnalyticsPromptUITests.swift b/UITests/Sources/AnalyticsPromptUITests.swift deleted file mode 100644 index 6c61adee8..000000000 --- a/UITests/Sources/AnalyticsPromptUITests.swift +++ /dev/null @@ -1,26 +0,0 @@ -// -// Copyright 2021 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class AnalyticsPromptUITests: XCTestCase { - /// Verify that the prompt is displayed correctly. - func testAnalyticsPrompt() async throws { - let app = Application.launch(.analyticsPrompt) - try await app.assertScreenshot(.analyticsPrompt) - } -} diff --git a/UITests/Sources/AnalyticsSettingsScreenUITests.swift b/UITests/Sources/AnalyticsSettingsScreenUITests.swift deleted file mode 100644 index 6248ed8b7..000000000 --- a/UITests/Sources/AnalyticsSettingsScreenUITests.swift +++ /dev/null @@ -1,26 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class AnalyticsSettingsScreenUITests: XCTestCase { - /// Verify that the analytics option screen is displayed correctly. - func testAnalyticsSettingsScreen() async throws { - let app = Application.launch(.analyticsSettingsScreen) - try await app.assertScreenshot(.analyticsSettingsScreen) - } -} diff --git a/UITests/Sources/Application.swift b/UITests/Sources/Application.swift index 9e1301317..66e6593c2 100644 --- a/UITests/Sources/Application.swift +++ b/UITests/Sources/Application.swift @@ -19,6 +19,8 @@ import XCTest enum Application { static func launch(_ identifier: UITestsScreenIdentifier, disableTimelineAccessibility: Bool = true) -> XCUIApplication { + checkEnvironments() + let app = XCUIApplication() var launchEnvironment = [ @@ -33,6 +35,22 @@ enum Application { app.launch() return app } + + private static func checkEnvironments() { + let requirediPhoneSimulator = "iPhone15,4" // iPhone 15 + let requirediPadSimulator = "iPad13,18" // iPad (10th generation) + let requiredOSVersion = 17 + + let osVersion = ProcessInfo().operatingSystemVersion + guard osVersion.majorVersion == requiredOSVersion else { + fatalError("Switch to iOS \(requiredOSVersion) for these tests.") + } + + guard let deviceModel = ProcessInfo().environment["SIMULATOR_MODEL_IDENTIFIER"], + deviceModel == requirediPhoneSimulator || deviceModel == requirediPadSimulator else { + fatalError("Switch to using \(requirediPhoneSimulator) or \(requirediPadSimulator) for these tests.") + } + } } extension XCUIApplication { @@ -46,6 +64,8 @@ extension XCUIApplication { if let step { snapshotName += "-\(step)" } + + snapshotName += "-\(deviceName)-\(localeCode)" // Sometimes the CI might be too slow to load the content so let's wait the delay time try await Task.sleep(for: delay) @@ -56,24 +76,21 @@ extension XCUIApplication { snapshot = snapshot.inset(by: insets) } - let failure = verifySnapshot(matching: snapshot, + let failure = verifySnapshot(of: snapshot, as: .image(precision: precision, perceptualPrecision: 0.98, scale: nil), - named: snapshotName, - testName: testName) - + // use any kind of suffix here to snapshot the same file multiple times and avoid countering on the library side + named: "UI", + testName: snapshotName) + if let failure, !failure.contains("No reference was found on disk."), !failure.contains("to test against the newly-recorded snapshot") { XCTFail(failure) } } - - private var testName: String { - localeCode + "-" + deviceName - } - + private var deviceName: String { var name = UIDevice.current.name diff --git a/UITests/Sources/AuthenticationFlowCoordinatorUITests.swift b/UITests/Sources/AuthenticationFlowCoordinatorUITests.swift index bc56f97e0..0839750c3 100644 --- a/UITests/Sources/AuthenticationFlowCoordinatorUITests.swift +++ b/UITests/Sources/AuthenticationFlowCoordinatorUITests.swift @@ -36,8 +36,6 @@ class AuthenticationFlowCoordinatorUITests: XCTestCase { // Login Screen: Tap next app.buttons[A11yIdentifiers.loginScreen.continue].tap() - - XCTAssertTrue(app.staticTexts[A11yIdentifiers.analyticsPromptScreen.title].waitForExistence(timeout: 1.0), "The analytics prompt screen should be seen after login") } func testLoginWithIncorrectPassword() async throws { diff --git a/UITests/Sources/AuthenticationStartScreenUITests.swift b/UITests/Sources/AuthenticationStartScreenUITests.swift deleted file mode 100644 index a83dc55fc..000000000 --- a/UITests/Sources/AuthenticationStartScreenUITests.swift +++ /dev/null @@ -1,25 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class AuthenticationStartScreenUITests: XCTestCase { - func testInitialStateComponents() async throws { - let app = Application.launch(.authenticationStartScreen) - try await app.assertScreenshot(.authenticationStartScreen) - } -} diff --git a/UITests/Sources/BugReportUITests.swift b/UITests/Sources/BugReportUITests.swift index 0bb7af5fe..6ef5572dd 100644 --- a/UITests/Sources/BugReportUITests.swift +++ b/UITests/Sources/BugReportUITests.swift @@ -40,18 +40,9 @@ class BugReportUITests: XCTestCase { XCTAssert(!app.switches[A11yIdentifiers.bugReportScreen.canContact].isOn) try await app.assertScreenshot(.bugReport, step: 3) } - - func testInitialStateComponentsWithScreenshot() async throws { - let app = Application.launch(.bugReportWithScreenshot) - - // Initial state with a screenshot attached. - XCTAssert(app.images[A11yIdentifiers.bugReportScreen.screenshot].exists) - XCTAssert(app.buttons[A11yIdentifiers.bugReportScreen.removeScreenshot].exists) - try await app.assertScreenshot(.bugReportWithScreenshot) - } } -extension XCUIElement { +private extension XCUIElement { var isOn: Bool { (value as? String) == "1" } diff --git a/UITests/Sources/CallScreenUITests.swift b/UITests/Sources/CallScreenUITests.swift deleted file mode 100644 index a2ca242ab..000000000 --- a/UITests/Sources/CallScreenUITests.swift +++ /dev/null @@ -1,20 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class CallScreenUITests: XCTestCase { } diff --git a/UITests/Sources/DeveloperOptionsScreenUITests.swift b/UITests/Sources/DeveloperOptionsScreenUITests.swift deleted file mode 100644 index 16a569d17..000000000 --- a/UITests/Sources/DeveloperOptionsScreenUITests.swift +++ /dev/null @@ -1,20 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class DeveloperOptionsScreenUITests: XCTestCase { } diff --git a/UITests/Sources/HomeScreenUITests.swift b/UITests/Sources/HomeScreenUITests.swift deleted file mode 100644 index df87ef1fd..000000000 --- a/UITests/Sources/HomeScreenUITests.swift +++ /dev/null @@ -1,25 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class HomeScreenUITests: XCTestCase { - func testInitialStateComponents() async throws { - let app = Application.launch(.home) - try await app.assertScreenshot(.home) - } -} diff --git a/UITests/Sources/InviteUsersScreenUITests.swift b/UITests/Sources/InviteUsersScreenUITests.swift deleted file mode 100644 index fbedf2748..000000000 --- a/UITests/Sources/InviteUsersScreenUITests.swift +++ /dev/null @@ -1,25 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class InviteUsersScreenUITests: XCTestCase { - func testLanding() async throws { - let app = Application.launch(.inviteUsers) - try await app.assertScreenshot(.inviteUsers) - } -} diff --git a/UITests/Sources/InvitesScreenUITests.swift b/UITests/Sources/InvitesScreenUITests.swift index 10dc9d007..bd42f9f9f 100644 --- a/UITests/Sources/InvitesScreenUITests.swift +++ b/UITests/Sources/InvitesScreenUITests.swift @@ -23,17 +23,6 @@ class InvitesScreenUITests: XCTestCase { try await app.assertScreenshot(.invites) } - func testInvitesWithBadges() async throws { - let app = Application.launch(.invitesWithBadges) - try await app.assertScreenshot(.invitesWithBadges) - } - - func testNoInvites() async throws { - let app = Application.launch(.invitesNoInvites) - XCTAssertTrue(app.staticTexts[A11yIdentifiers.invitesScreen.noInvites].exists) - try await app.assertScreenshot(.invitesNoInvites) - } - func testDeclineInvite() async throws { let app = Application.launch(.invites) let declineButton = app.buttons[A11yIdentifiers.invitesScreen.decline].firstMatch diff --git a/UITests/Sources/LegalInformationScreenUITests.swift b/UITests/Sources/LegalInformationScreenUITests.swift deleted file mode 100644 index 376023636..000000000 --- a/UITests/Sources/LegalInformationScreenUITests.swift +++ /dev/null @@ -1,20 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class LegalInformationScreenUITests: XCTestCase { } diff --git a/UITests/Sources/MediaUploadPreviewScreenUITests.swift b/UITests/Sources/MediaUploadPreviewScreenUITests.swift deleted file mode 100644 index dcd1c95c3..000000000 --- a/UITests/Sources/MediaUploadPreviewScreenUITests.swift +++ /dev/null @@ -1,20 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class MediaUploadPreviewScreenUITests: XCTestCase { } diff --git a/UITests/Sources/MessageForwardingScreenUITests.swift b/UITests/Sources/MessageForwardingScreenUITests.swift deleted file mode 100644 index fd2b7d80c..000000000 --- a/UITests/Sources/MessageForwardingScreenUITests.swift +++ /dev/null @@ -1,20 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class MessageForwardingScreenUITests: XCTestCase { } diff --git a/UITests/Sources/NotificationSettingsEditScreenUITests.swift b/UITests/Sources/NotificationSettingsEditScreenUITests.swift deleted file mode 100644 index 95c895776..000000000 --- a/UITests/Sources/NotificationSettingsEditScreenUITests.swift +++ /dev/null @@ -1,20 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class NotificationSettingsEditScreenUITests: XCTestCase { } diff --git a/UITests/Sources/NotificationSettingsScreenUITests.swift b/UITests/Sources/NotificationSettingsScreenUITests.swift deleted file mode 100644 index ba0e5fe5b..000000000 --- a/UITests/Sources/NotificationSettingsScreenUITests.swift +++ /dev/null @@ -1,30 +0,0 @@ -// -// Copyright 2023 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class NotificationSettingsScreenUITests: XCTestCase { - func testRegularScreen() async throws { - let app = Application.launch(.notificationSettingsScreen) - try await app.assertScreenshot(.notificationSettingsScreen) - } - - func testMismatchConfigurationScreen() async throws { - let app = Application.launch(.notificationSettingsScreenMismatchConfiguration) - try await app.assertScreenshot(.notificationSettingsScreenMismatchConfiguration) - } -} diff --git a/UITests/Sources/PollFormScreenUITests.swift b/UITests/Sources/PollFormScreenUITests.swift index f1b04a5d5..a2f533388 100644 --- a/UITests/Sources/PollFormScreenUITests.swift +++ b/UITests/Sources/PollFormScreenUITests.swift @@ -26,15 +26,15 @@ class PollFormScreenUITests: XCTestCase { func testFilledPoll() async throws { let app = Application.launch(.createPoll) let questionTextField = app.textViews[A11yIdentifiers.pollFormScreen.question] - questionTextField.coordinate(withNormalizedOffset: .init(dx: 0.5, dy: 0.5)).tap() // Tap isn't registered without the offset. + questionTextField.forceTap() questionTextField.typeText("Do you like polls?") let option1TextField = app.textViews[A11yIdentifiers.pollFormScreen.optionID(0)] - option1TextField.tap() + option1TextField.forceTap() option1TextField.typeText("Yes") let option2TextField = app.textViews[A11yIdentifiers.pollFormScreen.optionID(1)] - option2TextField.tap() + option2TextField.forceTap() option2TextField.typeText("No") // Dismiss the keyboard diff --git a/UITests/Sources/ReportContentScreenUITests.swift b/UITests/Sources/ReportContentScreenUITests.swift deleted file mode 100644 index 1868f193c..000000000 --- a/UITests/Sources/ReportContentScreenUITests.swift +++ /dev/null @@ -1,25 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class ReportContentScreenUITests: XCTestCase { - func testInitialStateComponents() async throws { - let app = Application.launch(.reportContent) - try await app.assertScreenshot(.reportContent, step: 0) - } -} diff --git a/UITests/Sources/RoomDetailsEditScreenUITests.swift b/UITests/Sources/RoomDetailsEditScreenUITests.swift deleted file mode 100644 index 5c3234277..000000000 --- a/UITests/Sources/RoomDetailsEditScreenUITests.swift +++ /dev/null @@ -1,30 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class RoomDetailsEditScreenUITests: XCTestCase { - func testEditableRoom() async throws { - let app = Application.launch(.roomEditDetails) - try await app.assertScreenshot(.roomEditDetails) - } - - func testReadOnlyRoom() async throws { - let app = Application.launch(.roomEditDetailsReadOnly) - try await app.assertScreenshot(.roomEditDetailsReadOnly) - } -} diff --git a/UITests/Sources/RoomDetailsScreenUITests.swift b/UITests/Sources/RoomDetailsScreenUITests.swift deleted file mode 100644 index bf461dc2e..000000000 --- a/UITests/Sources/RoomDetailsScreenUITests.swift +++ /dev/null @@ -1,58 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class RoomDetailsScreenUITests: XCTestCase { - func testInitialStateComponents() async throws { - let app = Application.launch(.roomDetailsScreen) - - XCTAssert(app.staticTexts[A11yIdentifiers.roomDetailsScreen.avatar].exists) - XCTAssert(app.buttons[A11yIdentifiers.roomDetailsScreen.people].waitForExistence(timeout: 1)) - try await app.assertScreenshot(.roomDetailsScreen) - } - - func testInitialStateComponentsWithRoomAvatar() async throws { - let app = Application.launch(.roomDetailsScreenWithRoomAvatar) - - XCTAssert(app.buttons[A11yIdentifiers.roomDetailsScreen.avatar].waitForExistence(timeout: 1)) - XCTAssert(app.buttons[A11yIdentifiers.roomDetailsScreen.people].waitForExistence(timeout: 1)) - try await app.assertScreenshot(.roomDetailsScreenWithRoomAvatar) - } - - func testInitialStateComponentsWithEmptyTopic() async throws { - let app = Application.launch(.roomDetailsScreenWithEmptyTopic) - - XCTAssert(app.buttons[A11yIdentifiers.roomDetailsScreen.addTopic].waitForExistence(timeout: 1)) - try await app.assertScreenshot(.roomDetailsScreenWithEmptyTopic) - } - - func testInitialStateComponentsWithInvite() async throws { - let app = Application.launch(.roomDetailsScreenWithInvite) - - XCTAssert(app.buttons[A11yIdentifiers.roomDetailsScreen.invite].waitForExistence(timeout: 1)) - try await app.assertScreenshot(.roomDetailsScreenWithInvite) - } - - func testInitialStateComponentsDmDetails() async throws { - let app = Application.launch(.roomDetailsScreenDmDetails) - - XCTAssert(app.buttons[A11yIdentifiers.roomDetailsScreen.dmAvatar].waitForExistence(timeout: 1)) - XCTAssertFalse(app.buttons[A11yIdentifiers.roomDetailsScreen.people].exists) - try await app.assertScreenshot(.roomDetailsScreenDmDetails) - } -} diff --git a/UITests/Sources/RoomMemberDetailsScreenUITests.swift b/UITests/Sources/RoomMemberDetailsScreenUITests.swift deleted file mode 100644 index de4c664c4..000000000 --- a/UITests/Sources/RoomMemberDetailsScreenUITests.swift +++ /dev/null @@ -1,44 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class RoomMemberDetailsScreenUITests: XCTestCase { - func testInitialStateComponentsForAccountOwner() async throws { - let app = Application.launch(.roomMemberDetailsAccountOwner) - - XCTAssertFalse(app.buttons[A11yIdentifiers.roomMemberDetailsScreen.ignore].exists) - XCTAssertFalse(app.buttons[A11yIdentifiers.roomMemberDetailsScreen.unignore].exists) - try await app.assertScreenshot(.roomMemberDetailsAccountOwner) - } - - func testInitialStateComponents() async throws { - let app = Application.launch(.roomMemberDetails) - - XCTAssert(app.buttons[A11yIdentifiers.roomMemberDetailsScreen.ignore].waitForExistence(timeout: 1)) - XCTAssertFalse(app.buttons[A11yIdentifiers.roomMemberDetailsScreen.unignore].exists) - try await app.assertScreenshot(.roomMemberDetails) - } - - func testInitialStateComponentsForIgnoredUser() async throws { - let app = Application.launch(.roomMemberDetailsIgnoredUser) - - XCTAssertFalse(app.buttons[A11yIdentifiers.roomMemberDetailsScreen.ignore].exists) - XCTAssert(app.buttons[A11yIdentifiers.roomMemberDetailsScreen.unignore].waitForExistence(timeout: 1)) - try await app.assertScreenshot(.roomMemberDetailsIgnoredUser) - } -} diff --git a/UITests/Sources/RoomMembersListScreenUITests.swift b/UITests/Sources/RoomMembersListScreenUITests.swift index ac77f39d9..d61139f29 100644 --- a/UITests/Sources/RoomMembersListScreenUITests.swift +++ b/UITests/Sources/RoomMembersListScreenUITests.swift @@ -18,12 +18,6 @@ import XCTest @MainActor class RoomMembersListScreenUITests: XCTestCase { - func testJoinedMembers() async throws { - let app = Application.launch(.roomMembersListScreen) - - try await app.assertScreenshot(.roomMembersListScreen) - } - func testJoinedAndInvitedMembers() async throws { let app = Application.launch(.roomMembersListScreenPendingInvites) diff --git a/UITests/Sources/RoomNotificationSettingsScreenUITests.swift b/UITests/Sources/RoomNotificationSettingsScreenUITests.swift deleted file mode 100644 index e3edef7d7..000000000 --- a/UITests/Sources/RoomNotificationSettingsScreenUITests.swift +++ /dev/null @@ -1,32 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class RoomNotificationSettingsScreenUITests: XCTestCase { - func testDefaultSetting() async throws { - let app = Application.launch(.roomNotificationSettingsDefaultSetting) - XCTAssertFalse(app.switches[A11yIdentifiers.roomNotificationSettingsScreen.allowCustomSetting].isOn) - try await app.assertScreenshot(.roomNotificationSettingsDefaultSetting) - } - - func testCustomSettings() async throws { - let app = Application.launch(.roomNotificationSettingsCustomSetting) - XCTAssert(app.switches[A11yIdentifiers.roomNotificationSettingsScreen.allowCustomSetting].isOn) - try await app.assertScreenshot(.roomNotificationSettingsCustomSetting) - } -} diff --git a/UITests/Sources/RoomPollsHistoryScreenUITests.swift b/UITests/Sources/RoomPollsHistoryScreenUITests.swift deleted file mode 100644 index 6091e9b3c..000000000 --- a/UITests/Sources/RoomPollsHistoryScreenUITests.swift +++ /dev/null @@ -1,36 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class RoomPollsHistoryScreenUITests: XCTestCase { - func testEmptyPollsHistory() async throws { - let app = Application.launch(.roomPollsHistoryEmptyLoadMore) - - XCTAssert(app.buttons[A11yIdentifiers.roomPollsHistoryScreen.loadMore].waitForExistence(timeout: 1)) - - try await app.assertScreenshot(.roomPollsHistoryEmptyLoadMore) - } - - func testPollsHistory() async throws { - let app = Application.launch(.roomPollsHistoryLoadMore) - - XCTAssert(app.buttons[A11yIdentifiers.roomPollsHistoryScreen.loadMore].waitForExistence(timeout: 1)) - - try await app.assertScreenshot(.roomPollsHistoryLoadMore) - } -} diff --git a/UITests/Sources/RoomScreenUITests.swift b/UITests/Sources/RoomScreenUITests.swift index 1bd40481c..b96cc3a84 100644 --- a/UITests/Sources/RoomScreenUITests.swift +++ b/UITests/Sources/RoomScreenUITests.swift @@ -26,15 +26,6 @@ class RoomScreenUITests: XCTestCase { try await app.assertScreenshot(.roomPlainNoAvatar) } - - func testEncryptedWithAvatar() async throws { - let app = Application.launch(.roomEncryptedWithAvatar) - - XCTAssert(app.staticTexts[A11yIdentifiers.roomScreen.name].exists) - XCTAssert(app.images[A11yIdentifiers.roomScreen.avatar].waitForExistence(timeout: 1)) - - try await app.assertScreenshot(.roomEncryptedWithAvatar) - } func testSmallTimelineLayout() async throws { let app = Application.launch(.roomSmallTimeline) diff --git a/UITests/Sources/SecureBackupKeyBackupScreenUITests.swift b/UITests/Sources/SecureBackupKeyBackupScreenUITests.swift deleted file mode 100644 index fdcae24fc..000000000 --- a/UITests/Sources/SecureBackupKeyBackupScreenUITests.swift +++ /dev/null @@ -1,20 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class SecureBackupKeyBackupScreenUITests: XCTestCase { } diff --git a/UITests/Sources/SecureBackupLogoutConfirmationScreenUITests.swift b/UITests/Sources/SecureBackupLogoutConfirmationScreenUITests.swift deleted file mode 100644 index 43fc70809..000000000 --- a/UITests/Sources/SecureBackupLogoutConfirmationScreenUITests.swift +++ /dev/null @@ -1,20 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class SecureBackupLogoutConfirmationScreenUITests: XCTestCase { } diff --git a/UITests/Sources/SecureBackupRecoveryKeyScreenUITests.swift b/UITests/Sources/SecureBackupRecoveryKeyScreenUITests.swift deleted file mode 100644 index 28c54d5d6..000000000 --- a/UITests/Sources/SecureBackupRecoveryKeyScreenUITests.swift +++ /dev/null @@ -1,20 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class SecureBackupRecoveryKeyScreenUITests: XCTestCase { } diff --git a/UITests/Sources/SecureBackupScreenUITests.swift b/UITests/Sources/SecureBackupScreenUITests.swift deleted file mode 100644 index 690928298..000000000 --- a/UITests/Sources/SecureBackupScreenUITests.swift +++ /dev/null @@ -1,20 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class SecureBackupScreenUITests: XCTestCase { } diff --git a/UITests/Sources/ServerConfirmationScreenUITests.swift b/UITests/Sources/ServerConfirmationScreenUITests.swift deleted file mode 100644 index 24ff4c4c6..000000000 --- a/UITests/Sources/ServerConfirmationScreenUITests.swift +++ /dev/null @@ -1,30 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class ServerConfirmationScreenUITests: XCTestCase { - func testLoginScreen() async throws { - let app = Application.launch(.serverConfirmationLogin) - try await app.assertScreenshot(.serverConfirmationLogin) - } - - func testRegisterScreen() async throws { - let app = Application.launch(.serverConfirmationRegister) - try await app.assertScreenshot(.serverConfirmationRegister) - } -} diff --git a/UITests/Sources/ServerSelectionUITests.swift b/UITests/Sources/ServerSelectionUITests.swift index 1f7ba4053..9807dabdb 100644 --- a/UITests/Sources/ServerSelectionUITests.swift +++ b/UITests/Sources/ServerSelectionUITests.swift @@ -49,13 +49,4 @@ class ServerSelectionUITests: XCTestCase { try await app.assertScreenshot(.serverSelection, step: 2) XCTAssertFalse(app.buttons[A11yIdentifiers.changeServerScreen.continue].isEnabled, "The continue button should be disabled when there is an error.") } - - func testNonModalPresentation() async throws { - // Given the initial server selection screen pushed onto the stack. - let app = Application.launch(.serverSelectionNonModal) - - // Then the screen should be tweaked slightly to reflect the change of navigation. - try await app.assertScreenshot(.serverSelectionNonModal) - XCTAssertFalse(app.buttons[A11yIdentifiers.changeServerScreen.dismiss].exists, "The dismiss button should be hidden when not in modal presentation.") - } } diff --git a/UITests/Sources/SessionVerificationUITests.swift b/UITests/Sources/SessionVerificationUITests.swift index 26657d20a..358e30f8a 100644 --- a/UITests/Sources/SessionVerificationUITests.swift +++ b/UITests/Sources/SessionVerificationUITests.swift @@ -51,8 +51,6 @@ class SessionVerificationUITests: XCTestCase { XCTAssert(app.staticTexts[A11yIdentifiers.sessionVerificationScreen.verificationComplete].waitForExistence(timeout: 10.0)) try await app.assertScreenshot(.sessionVerification, step: Step.verificationComplete) - - app.buttons[A11yIdentifiers.sessionVerificationScreen.close].tap() } func testChallengeDoesNotMatch() async throws { @@ -73,8 +71,6 @@ class SessionVerificationUITests: XCTestCase { app.buttons[A11yIdentifiers.sessionVerificationScreen.declineChallenge].tap() try await app.assertScreenshot(.sessionVerification, step: Step.verificationCancelled) - - app.buttons[A11yIdentifiers.sessionVerificationScreen.close].tap() } func testSessionVerificationCancelation() async throws { @@ -92,10 +88,5 @@ class SessionVerificationUITests: XCTestCase { XCTAssert(app.buttons[A11yIdentifiers.sessionVerificationScreen.acceptChallenge].waitForExistence(timeout: 10.0)) try await app.assertScreenshot(.sessionVerification, step: Step.compareEmojis) - - app.buttons[A11yIdentifiers.sessionVerificationScreen.close].tap() - try await app.assertScreenshot(.sessionVerification, step: Step.verificationCancelled) - - app.buttons[A11yIdentifiers.sessionVerificationScreen.close].tap() } } diff --git a/UITests/Sources/SettingsScreenUITests.swift b/UITests/Sources/SettingsScreenUITests.swift deleted file mode 100644 index b50146b84..000000000 --- a/UITests/Sources/SettingsScreenUITests.swift +++ /dev/null @@ -1,25 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class SettingsScreenUITests: XCTestCase { - func testInitialStateComponents() async throws { - let app = Application.launch(.settings) - try await app.assertScreenshot(.settings) - } -} diff --git a/UITests/Sources/SoftLogoutUITests.swift b/UITests/Sources/SoftLogoutUITests.swift deleted file mode 100644 index 10eb99852..000000000 --- a/UITests/Sources/SoftLogoutUITests.swift +++ /dev/null @@ -1,42 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class SoftLogoutUITests: XCTestCase { - var app: XCUIApplication! - - @MainActor - override func setUp() async throws { - app = nil - } - - func testInitialState() async throws { - app = Application.launch(.softLogout) - - XCTAssertTrue(app.staticTexts[A11yIdentifiers.softLogoutScreen.title].exists, "The title should be shown.") - XCTAssertTrue(app.staticTexts[A11yIdentifiers.softLogoutScreen.message].exists, "The message 1 should be shown.") - XCTAssertTrue(app.staticTexts[A11yIdentifiers.softLogoutScreen.clearDataTitle].exists, "The clear data title should be shown.") - XCTAssertTrue(app.staticTexts[A11yIdentifiers.softLogoutScreen.clearDataMessage].exists, "The clear data message should be shown.") - XCTAssertTrue(app.secureTextFields[A11yIdentifiers.softLogoutScreen.password].exists, "The password text field should be shown.") - XCTAssertTrue(app.buttons[A11yIdentifiers.softLogoutScreen.next].exists, "The next button should be shown.") - XCTAssertTrue(app.buttons[A11yIdentifiers.softLogoutScreen.forgotPassword].exists, "The forgot password button should be shown.") - XCTAssertTrue(app.buttons[A11yIdentifiers.softLogoutScreen.clearData].exists, "The clear data button should be shown.") - - try await app.assertScreenshot(.softLogout) - } -} diff --git a/UITests/Sources/WaitlistScreenUITests.swift b/UITests/Sources/WaitlistScreenUITests.swift deleted file mode 100644 index ce5b39a85..000000000 --- a/UITests/Sources/WaitlistScreenUITests.swift +++ /dev/null @@ -1,25 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import XCTest - -@MainActor -class WaitlistScreenUITests: XCTestCase { - func testWaitingState() async throws { - let app = Application.launch(.waitlist) - try await app.assertScreenshot(.waitlist) - } -} diff --git a/UITests/Sources/__Snapshots__/Application/appLockFlow-0-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockFlow-0-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..b782a0257 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockFlow-0-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985a32a8c09e4c4743fa1df38f7929d166c845101cdf6dc42673297de2ff9ccd +size 1297240 diff --git a/UITests/Sources/__Snapshots__/Application/appLockFlow-0-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockFlow-0-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..4dc972efa --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockFlow-0-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f4b586e2c65793dce21bf7a39a8de9eb6e4e343c9ac6c0bf3cbd0dbdef22bc +size 948002 diff --git a/UITests/Sources/__Snapshots__/Application/appLockFlow-1-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockFlow-1-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..9dcac63ef --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockFlow-1-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b97c28098ab3c2767259036323b441eea5eaba8c5cfe8c07b7a9344cfde0e0a +size 107155 diff --git a/UITests/Sources/__Snapshots__/Application/appLockFlow-1-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockFlow-1-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..8947d2df1 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockFlow-1-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac234a621cd49620ebf3556383029c31b8df4e7f8eb0760fc8bb4138b18c5e82 +size 119243 diff --git a/UITests/Sources/__Snapshots__/Application/appLockFlow-2-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockFlow-2-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..6640f6c71 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockFlow-2-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea7bd6f7e0157e97b2dfcfd4880f436c674d9033ae2e092c43a3cce47157977 +size 108328 diff --git a/UITests/Sources/__Snapshots__/Application/appLockFlow-2-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockFlow-2-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..8126852d5 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockFlow-2-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab044057eac0d4b8d1461374ab2192af0897e58efedc216f775b5572e7f3d5ea +size 120324 diff --git a/UITests/Sources/__Snapshots__/Application/appLockFlow-3-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockFlow-3-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..72fc78f2f --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockFlow-3-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5774ee38f9485f598a44e0179f342c4545147906c81dd61b9c38baa228c4d715 +size 245208 diff --git a/UITests/Sources/__Snapshots__/Application/appLockFlow-3-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockFlow-3-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..eab5cc9a0 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockFlow-3-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b058a219396efea34311df04c53480ebd6efc77882aece4bf384a92844b0de6a +size 387177 diff --git a/UITests/Sources/__Snapshots__/Application/appLockFlow-4-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockFlow-4-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..4b502c288 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockFlow-4-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2860c28f52e0b81954dd2f340f685d419d3e64dab2b5b22d67ffaa1167595b +size 118917 diff --git a/UITests/Sources/__Snapshots__/Application/appLockFlow-4-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockFlow-4-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..9a4b90892 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockFlow-4-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e733a3e34ad883d23ced9f6f7002d79ded0f1a2831f487f67ce95f41c790f2a +size 134493 diff --git a/UITests/Sources/__Snapshots__/Application/appLockFlow-99-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockFlow-99-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..e51d4ec09 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockFlow-99-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76afd660423ad6e16d5f489f253bd6f02c3c373369251f8ddbed18de85408563 +size 64852 diff --git a/UITests/Sources/__Snapshots__/Application/appLockFlow-99-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockFlow-99-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..4619eeff9 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockFlow-99-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7005a049ae9f492ccfec1918d4ff73e349c7c801e531436c63729acb7d6e6c32 +size 57132 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-0-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-0-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..7639d94af --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-0-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaebaa5ba4875c14c4463f648453ac5eb93d6e5c0ffff0316b4e6e18dc917759 +size 125702 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-0-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-0-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..53ac9f3c9 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-0-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecd870c0baffb415d31a5ad1219ed5a6df8cc142d7b3c157848fc849240ac37 +size 96598 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-1-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-1-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..5787af9b8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-1-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e2303c0874b96078a1c72949c6510a88d97fc97f70762c85700639749edac6 +size 125382 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-1-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-1-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..cd70ed5e6 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-1-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccdf5b9c4d40ee14717215c18b568c0d347f12a8e9e3859375a7a183f4112b9 +size 96270 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-2-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-2-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..102c9fef2 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-2-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2684e60cabab2f325fa8bc1e8d3e3e439add5430b4372bfe982561d17d3eac4 +size 138184 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-2-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-2-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..ff974aece --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-2-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2297bd3166f13e83470754d0b2243d16bfa5815e267c0b43a19fc06db4197e2d +size 93888 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-3-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-3-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..5132b4c4e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-3-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dacead149de65e74fc44b308ce2ce0b97c5c442b013910da155fa6b128928b3 +size 82353 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-3-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-3-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..de4daac7f --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-3-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34bddc89446a55313c707c45c901d76ca670ddeb52a47455a8b462383416a9b7 +size 83394 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-4-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-4-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..e0abe3daf --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-4-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe7c3bb82ea7d29a0ac4a7615db8b7f5e1409b5199653c390d07f1e0d0b31c1 +size 142796 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-5-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-5-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..ff34977b5 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-5-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02cc6cf93c35cd66d8dfaa758be8c15b35a405993d5a5b18a3e4d991c2943e42 +size 142394 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-99-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-99-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..e51d4ec09 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-99-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76afd660423ad6e16d5f489f253bd6f02c3c373369251f8ddbed18de85408563 +size 64852 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-99-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-99-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..edda5df59 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlow-99-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e03a28552e7377492817fd9f06918582d6b05ff2b23cb208d726f5e30e19cc +size 56207 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-0-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-0-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..8880bcbc7 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-0-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb737a0d2b01dc485f2446a37cdfcf02e9d6c55b5eaf22273b8c1a954cafd6e +size 90416 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-0-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-0-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..8b11791bb --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-0-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ae60a5eb84ee7b35f8be98ce9f560f64c61803fe86e7fd331f9b21efe0a3bd +size 91609 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-1-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-1-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..abbbf2847 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-1-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36a3585f6489ee6def7e14d8129425e725d3632062d4b5c57150d1d50b9cbb7 +size 90065 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-1-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-1-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..113de1a2a --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-1-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe438546e03195e81286c9e1d1cca2dceec61ac7afcac3b231949adaee61e5f3 +size 91293 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-2-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-2-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..1f9226053 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-2-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd30e6a82b3b0c0b5061139ad5cad51b0124a588a2bac5c37755c0d51a72050c +size 96423 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-2-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-2-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..bbf34f5ed --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlowMandatory-2-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5539fc00cbceae4c2e27227d7e9daa951c224861f12eee7d098d80ef04c364 +size 93442 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlowUnlock-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlowUnlock-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..5ffc6acb7 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlowUnlock-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abce176e4bf57b6b0aca2969a2f46675d5035d26ac975c7892e7ae9b26ba3827 +size 112269 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetupFlowUnlock-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/appLockSetupFlowUnlock-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..70153dba4 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetupFlowUnlock-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b810dc56cb0b425f5da8b4ac3d30174ced03de8af3294929da1c6211a1d9b2e5 +size 77122 diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlow-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/authenticationFlow-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..cf637a658 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/authenticationFlow-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a33f016455e67ff35b96397a3d06e27bf808d6134338730f09d4665f051d2a1 +size 85541 diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlow-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/authenticationFlow-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..984e8f66f --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/authenticationFlow-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec22582ef3f19a2830baa9084507b98b9cfd00fd7c4ddc892a86f533dd921fd0 +size 88406 diff --git a/UITests/Sources/__Snapshots__/Application/bugReport-0-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/bugReport-0-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..918eeefe2 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/bugReport-0-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d518ea2480d228493d083b4818cd472f7b5d62bfe03ade4dc35b9ace5486924 +size 136714 diff --git a/UITests/Sources/__Snapshots__/Application/bugReport-0-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/bugReport-0-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..529429fac --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/bugReport-0-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:975c4e0a3ab5c1d872593840beaf796d9830909a50107ae7c7e2e0c81155b50a +size 172448 diff --git a/UITests/Sources/__Snapshots__/Application/bugReport-2-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/bugReport-2-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..bfd2c1adf --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/bugReport-2-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330f7ae4f3c6d771c91bf4bdc3a119a3ef694f1c7392b0445ed8772e2da89c67 +size 204376 diff --git a/UITests/Sources/__Snapshots__/Application/bugReport-2-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/bugReport-2-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..b3bc1b5cf --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/bugReport-2-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53780ca00fdaf8e4e17df95dc15690bf06bc8d3f048086de6ecd5ea2d8ebde0 +size 195913 diff --git a/UITests/Sources/__Snapshots__/Application/bugReport-3-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/bugReport-3-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..6853515c7 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/bugReport-3-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c439f48591ea77ac9e0cc9258eb258ba37f1ec196b6f8838106e9a073fe9a36b +size 208416 diff --git a/UITests/Sources/__Snapshots__/Application/bugReport-3-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/bugReport-3-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..9c36be768 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/bugReport-3-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b016c9771059f877be7d047763f903fbed45b266fe45929299d0b85b211913 +size 201273 diff --git a/UITests/Sources/__Snapshots__/Application/createPoll-1-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/createPoll-1-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..3fd6f850d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createPoll-1-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6447671f7cfd17d4d01260e67f6770aaa5f00a67c5fae9fc158829289fa0314a +size 93714 diff --git a/UITests/Sources/__Snapshots__/Application/createPoll-1-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/createPoll-1-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..fdab4b0e2 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createPoll-1-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d392b6ca3dfc9ba284eb116e6fe89abdfeedac6c07f002043f90c4ac84b519 +size 103354 diff --git a/UITests/Sources/__Snapshots__/Application/createPoll-2-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/createPoll-2-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..67f786804 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createPoll-2-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58292c1d9a68bd5971fd96c1c9c0145e1938383fc51f98c4831db41cb310d8a2 +size 198024 diff --git a/UITests/Sources/__Snapshots__/Application/createPoll-2-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/createPoll-2-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..93ccc4de5 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createPoll-2-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bbe1b3187af8bccef12d15dd89e4aa4529d047a77b516750052a863645fefa +size 310986 diff --git a/UITests/Sources/__Snapshots__/Application/createPoll-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/createPoll-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..53b9e1d12 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createPoll-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92678bbd82c099ef562933fb106c22c0416ea8fb7bd4f36e62db0ec09fc80c80 +size 100325 diff --git a/UITests/Sources/__Snapshots__/Application/createPoll-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/createPoll-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..5980cebc6 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createPoll-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79b01da90a0d7ce3a5d6c1dc6de6d395084176de3e55fb88dc9f3e54bcae942 +size 113630 diff --git a/UITests/Sources/__Snapshots__/Application/createRoom-1-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/createRoom-1-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..fe99073c6 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createRoom-1-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3849e4c3756976f3a618f5e865abbf3541222785b40c8da614c788c83cb4d9 +size 139468 diff --git a/UITests/Sources/__Snapshots__/Application/createRoom-1-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/createRoom-1-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..0f94ddfcd --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createRoom-1-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2d5bc69c3f0391f9981acb4f01bc327e4bf3a03a0a004185b343b725201b96 +size 177408 diff --git a/UITests/Sources/__Snapshots__/Application/createRoom-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/createRoom-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..41d1da1a8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createRoom-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86df341a29d0b0f1a284cc28f280d6c54d8d539f209270cf3fcc5e0b3b3da613 +size 143371 diff --git a/UITests/Sources/__Snapshots__/Application/createRoom-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/createRoom-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..d9e0343b5 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createRoom-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4e597b19ea7d5132e91427ec09ec980f4a485aea58f219a560c82003280e0a +size 182727 diff --git a/UITests/Sources/__Snapshots__/Application/createRoomNoUsers-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/createRoomNoUsers-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..fdd758a02 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createRoomNoUsers-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b80fb5bb11af1953261fcbe366b85d5d6486e6860884f546a8541212cda0f1 +size 122770 diff --git a/UITests/Sources/__Snapshots__/Application/createRoomNoUsers-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/createRoomNoUsers-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..5953abdc1 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createRoomNoUsers-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d38ecb60a832ba39029a4e8f211439aa4c3948112fbdfd51e71538bb1d0fd1 +size 155107 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.analyticsPrompt.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.analyticsPrompt.png deleted file mode 100644 index 50f256ff4..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.analyticsPrompt.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74a4010c19646147435adececd6b9658e5c311d65567680974531260d2af54a1 -size 110073 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.analyticsSettingsScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.analyticsSettingsScreen.png deleted file mode 100644 index 8d3863d99..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.analyticsSettingsScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b19e5d596dde73a4e677f422bdf6b42edd9cfefe81ac0d7f49760dba63512587 -size 77669 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-0.png deleted file mode 100644 index 1bb81f82a..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77a7bd7433e4c8f1c4af5ee0fc7572cc21019000b6e04ea7ce07e185a21af273 -size 1299310 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-1.png deleted file mode 100644 index b690b2ebc..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ea38cf925c1ecb6f681f70f9e69261e04458f315037c826608c62827b4d4a43 -size 100758 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-2.png deleted file mode 100644 index b6896bd3a..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4b9b5472f7c7405f57edc584676201fbcd47ad065ec76e793a9ab62686485d7 -size 101990 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-3.png deleted file mode 100644 index dbb348307..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d58a22f5e6181851fb781fa3adc0b8c0cace95485cd1a0ad4c44ce0b443bc36 -size 243400 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-4.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-4.png deleted file mode 100644 index 14e1bad88..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9d546ca838aaa1815144156bb85637b47954629a2a71932de67b1164574a164 -size 112431 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-99.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-99.png deleted file mode 100644 index d2b9fce98..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockFlow-99.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32439e9c58f761ed427cc82e72b493d2d50dadeb918a5a114c8f4346090c21fb -size 58069 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-0.png deleted file mode 100644 index e63077b8f..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa4855d3e48bf5600c9673f030bf3dfec98db3d9bb97bb860b5aaab5a51ae21d -size 113161 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-1.png deleted file mode 100644 index b1dd2b4fb..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83f0b666476f1fc9eb85bafa42ce9ed3109d8e1f24dd03f8f4f2ccfbf75e8642 -size 112805 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-2.png deleted file mode 100644 index f3f781f35..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ae810d0e6d12564f8be12c0304be9bbf088d4e466de7cc4edcf1b74ebc02c81 -size 118359 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-3.png deleted file mode 100644 index 9adce993c..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:846c772f6cca4a574636a6dc5d388f7490179ec5cbba50db9a625e55dde69a95 -size 75237 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-4.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-4.png deleted file mode 100644 index 118c313ff..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8c7e0c946e64048b3b270f4adaf2bfe635aa432dbd26da70f77f751d4ab2092 -size 128411 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-5.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-5.png deleted file mode 100644 index 3e2493da8..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-5.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80ba839320e3ef2dd120189a8c06520b103f50ffe0aaa6a340680d7f96b5467d -size 128074 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-99.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-99.png deleted file mode 100644 index d2b9fce98..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlow-99.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32439e9c58f761ed427cc82e72b493d2d50dadeb918a5a114c8f4346090c21fb -size 58069 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlowMandatory-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlowMandatory-0.png deleted file mode 100644 index 3182b6268..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlowMandatory-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc83c2869e4a36bbaead2afadbd14a30008d3b244ee105d59139793683c34bfd -size 83856 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlowMandatory-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlowMandatory-1.png deleted file mode 100644 index 3980b577e..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlowMandatory-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac45c66e0d0986ad11b8e46473358fcdb60ebbc7b3338ca674f29ff5eec77a8c -size 83556 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlowMandatory-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlowMandatory-2.png deleted file mode 100644 index 7f3303a84..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlowMandatory-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1412f5d5cceaee6ff9a09845d0aef1e909edac134821f0af79829dfe643fd9ca -size 91010 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlowUnlock.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlowUnlock.png deleted file mode 100644 index a83af0935..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.appLockSetupFlowUnlock.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e9c4376566a377fe6e7550aa02e14f4695a39b99ed915c7a797dc7fd159e747 -size 99902 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 deleted file mode 100644 index 80f40852e..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.authenticationFlow.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dd1a13e3e00a124d6027cf98805691ebb83e9051ddba9a0f81d72e0c7f314d4 -size 78572 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.authenticationStartScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.authenticationStartScreen.png deleted file mode 100644 index 7ab2dfcd4..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.authenticationStartScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:635a5752e1bf1f0ee91688b59e853b1537db70c7cf67eda9dd5c6d6e1c29bd6e -size 1273769 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-0.png deleted file mode 100644 index d2a6cbd29..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d29521672f8d636c5c3f44424d72f93f2e827360d14ec6500e881c885e91a7ed -size 132888 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-2.png deleted file mode 100644 index 8ca010e6c..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36c87320366601556a66eb27330a4a0318394717a4498b2d583258777df4868b -size 197037 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-3.png deleted file mode 100644 index a132cc2dc..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3669c7652d24c0397d9b2954fa44114b280d44afebc5bf94f948349572500c7 -size 204790 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReportWithScreenshot.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReportWithScreenshot.png deleted file mode 100644 index 377ca0d5a..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReportWithScreenshot.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8278f60d55de91a6380989a5fc6c7286f005e28ae0652a3b9a1ec1447fcdf562 -size 172368 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createPoll-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createPoll-1.png deleted file mode 100644 index 6e1cb4bd3..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createPoll-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4c47488fd24df0a5978a65cc314dd73c70032d1250daa6d42f514e2f3336caa -size 87215 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createPoll-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createPoll-2.png deleted file mode 100644 index 0b485244f..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createPoll-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29d5664afdacb95c37595bd24e6eaa1fa86499796387aa558e276b7cfa6e2f36 -size 199127 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createPoll.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createPoll.png deleted file mode 100644 index 3ba19c942..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createPoll.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6d6002eaaf040d5af88484896e135852fef3c658e0c4f43f581ac210e2b7d37 -size 93731 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-1.png deleted file mode 100644 index 89d6f2f5f..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8c1a194e0e4abbc9f60492bf18585aa73f9c915b4caf4c99f84ab7e50aafb45 -size 134080 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom.png deleted file mode 100644 index 48fc65476..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df7732354aa03c0ce774f099b317e9fd51a9a629c945d9616f524feda87cc8d5 -size 136840 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoomNoUsers.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoomNoUsers.png deleted file mode 100644 index 90852b994..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoomNoUsers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a37d5b7bc5f0b8b61ee5cbae2f614a65c7d1586cb436d36cfcb43ef9a02c6f88 -size 115685 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.home.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.home.png deleted file mode 100644 index 0a14d6ec8..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.home.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f2ed493ebde51d0c092c1884e415c07da8f7d2013ab13363f6faf66b6982616 -size 96900 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsers.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsers.png deleted file mode 100644 index 113dddeb8..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00c267f37fb0d9d5e85ad941231292d88f879ab20973cb244454f6d07a70a09f -size 63815 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites-1.png deleted file mode 100644 index f44e75f0e..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da20eee846876f0b3de8e07658120e45872d508730c16b22337282f1e0501605 -size 201326 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites.png deleted file mode 100644 index 4e8f55ca2..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e41940169cdc2d0641aa4d7687e6b8c32b4cf0f53f18cb9594f222352791ef1 -size 111938 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesNoInvites.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesNoInvites.png deleted file mode 100644 index 9b0ab077c..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesNoInvites.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:922e92eb3bded0cd0ab0dd0959e683a699de8eba6decf9d77b5a43d343d41ff6 -size 59616 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesWithBadges.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesWithBadges.png deleted file mode 100644 index 7f61d4475..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesWithBadges.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7f9ae177c8822a2cf51fc4053efd6dfb40b993164d0b4d189369aa8f9935800 -size 112269 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-0.png deleted file mode 100644 index 489c17a9e..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ab972a80f7df063c63a7fb8fc3b474855b0dea02c76a20e4e3fcdc4f8e1b26d -size 79361 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-1.png deleted file mode 100644 index f319da515..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b37088db724fad97eb2cf93a3d0ba31b05c3bacd091401a03f9972c75676ecd6 -size 80043 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login.png deleted file mode 100644 index 50f182b7f..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cd841fafd4a8efb47cc6372237664363aa4b8901bc8aa62af1791a0c8458170 -size 77701 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.notificationSettingsScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.notificationSettingsScreen.png deleted file mode 100644 index 32d672d23..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.notificationSettingsScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef3b3ede5511460271ea3879651efd4424b5d16b4242965c8c068a55e5c7fc4c -size 113310 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.notificationSettingsScreenMismatchConfiguration.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.notificationSettingsScreenMismatchConfiguration.png deleted file mode 100644 index fd687b638..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.notificationSettingsScreenMismatchConfiguration.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99866d3b4a2bc5a4ddbf926c299b84bfd8c193383ec76ad532c39c5a3922fbf2 -size 92935 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.reportContent-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.reportContent-0.png deleted file mode 100644 index 60623e73d..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.reportContent-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c514aee9863e5e4f98416dad06dd9cdc3712866355790936c53ef598f40d7646 -size 94913 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 deleted file mode 100644 index 1873c47e8..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39bf0f198860337c27a796c6e1431f709471d4a3f6ccbb72309b9e4eaf9780b3 -size 115152 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenDmDetails.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenDmDetails.png deleted file mode 100644 index 546632056..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenDmDetails.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fde6a2bcb7affaca4ac29a02eab4cc1d0c3cde194e9651b8ecfb328017889b29 -size 147446 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png deleted file mode 100644 index 9c741f1ea..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82755efa8743ce3a1f215b78bd4f5300c4f04dc792e6b8b7eba11d3892296242 -size 147877 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithInvite.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithInvite.png deleted file mode 100644 index cfe6a5b05..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithInvite.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cfec1d34aae82eb3c274d61277ef0442b1d55a7882158fc85b7821f06a58f72 -size 120357 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 deleted file mode 100644 index 0b8209571..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:514df171e80caa49231f04d9dce0d592f35504717bf29a7c9494780a2ff16dab -size 152121 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetails.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetails.png deleted file mode 100644 index f799fe0ae..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetails.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4b20b2c2c397f659072cbb4ab4ce76a95773d158f30846d5d54d92930faa2dd -size 94545 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetailsReadOnly.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetailsReadOnly.png deleted file mode 100644 index 5368f70bb..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetailsReadOnly.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6d299cdcadf8a082ce0146b1d267a276bdee1353a928df149ea60a76f58a527 -size 87764 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 deleted file mode 100644 index cd810f175..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36f6dcd7599a4096d5f32948f63426759dab251fea2880966ee58d0b17ab591f -size 292011 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-0.png deleted file mode 100644 index 56839645c..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31bac6fa2b57517a5699a7075028eb40d2dbaa0afa097e3aea04e2b136f3bff7 -size 302078 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-1.png deleted file mode 100644 index 44175f927..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:997de78cfb2941703c04ef03dad67ee929181ef5fa3966f66a67a8ac6ba07d3d -size 305628 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutTop.png deleted file mode 100644 index 7466310cc..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutTop.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26b09ee84f46e1bba22694058a4248210e8424c9d98032d27c33f63cb4cf256d -size 303923 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetails.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetails.png deleted file mode 100644 index b8281c762..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetails.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc1d94cd94c0ffa482707042e08970b9ba280804d0a7062c5674df3767cd6fbf -size 81052 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsAccountOwner.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsAccountOwner.png deleted file mode 100644 index 12e519c76..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsAccountOwner.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a853c9add8c1ca60541024ff68797c8eb0bb8ced14aa4f30a91206c1af0e745 -size 85853 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsIgnoredUser.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsIgnoredUser.png deleted file mode 100644 index 99a16551a..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsIgnoredUser.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e376247a6481f076c86a4d3f479fcf47fb9e4431a12a7979270dfdd285ef64f6 -size 82304 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreen.png deleted file mode 100644 index 49cedf0ff..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:693324fba55abd71cecbc4719ecb6273a983147754970e9116660fd7a4e8d04f -size 75112 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites-1.png deleted file mode 100644 index e161d7688..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb9c55088b4286ec35a5b6027177f0bb72a75b4fad4bf1d734535619bab5da8b -size 84601 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites-2.png deleted file mode 100644 index f9c6d0ab3..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1303f831e267ced4ce72023a0e7a9def155b8a1f6e5cdb697631bedfb98085e1 -size 65300 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites.png deleted file mode 100644 index b7e0225fd..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3973cdec920a7fc208b779c00599828885ea673e1df20ec8076b3ff1df9b2089 -size 77345 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomNotificationSettingsCustomSetting.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomNotificationSettingsCustomSetting.png deleted file mode 100644 index 7b10ee90d..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomNotificationSettingsCustomSetting.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:319d071ac10f52841d78b74564f240b1e7c74452853650426fee0f036e2b40eb -size 101387 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomNotificationSettingsDefaultSetting.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomNotificationSettingsDefaultSetting.png deleted file mode 100644 index 70d45f41a..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomNotificationSettingsDefaultSetting.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58ce388eac7c5b42632e3c541f97eb7ec69c7bc6b099e07180f299b63bf82bea -size 89276 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 deleted file mode 100644 index 767c29a7d..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPlainNoAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3e16ae249e98b905923e3f9a2a44f6af9161946d4a81eac3353377bf6c5cf3f -size 288180 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPollsHistoryEmptyLoadMore.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPollsHistoryEmptyLoadMore.png deleted file mode 100644 index 72732833c..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPollsHistoryEmptyLoadMore.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f8bb38f2fef834933223d9f2fde4e9739a93e025dafbec63931e4f4e35e7a19 -size 73279 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPollsHistoryLoadMore.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPollsHistoryLoadMore.png deleted file mode 100644 index 3d37f0ed7..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPollsHistoryLoadMore.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2b9a7343b1c186a071eed7a3c337101cc0efb569b612f1b5e0737a84e798355 -size 113574 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-0.png deleted file mode 100644 index 45158ef3e..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56cf7b98d83fd41c0748a7ceff82b3bd39c766fa1a03e5eb3a1ad5c154f3569e -size 107293 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-1.png deleted file mode 100644 index 7cefc56e6..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83c75e8d72cca22f3a1db789f84b6dfe0069e6d767bd49a64cea786dfca587ec -size 138099 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-2.png deleted file mode 100644 index 8588f48b1..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3a7e7c563474f884b73192da1f08388940df8ecf110892defbb8686b7f178df -size 139942 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-3.png deleted file mode 100644 index 652cff3e5..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9edb60aa8fe4f07da5e7ca1f44d5c461ec52e9c29b98b78a9abd9a01c2c89405 -size 112872 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-4.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-4.png deleted file mode 100644 index 9c37f20bd..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c28498ab66df551d50e211b046ec39767c650b29825c026f83f3b3bd234b217 -size 96303 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-5.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-5.png deleted file mode 100644 index 1ecb0e9bc..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomRolesAndPermissionsFlow-5.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ce42b2995c72025759021035f7db3295adab3fe3a0c7b90e6e794cbf3ed8280 -size 108328 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimeline.png deleted file mode 100644 index 342102ee4..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimeline.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db7fdab0234c8e9aeff74d935c391ffb77679d1cc1c3ca624c540f8170f454e7 -size 103826 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png deleted file mode 100644 index 303ecf817..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed3f7daa058143d995bff6d4fb698c4aee2a82321f76ffbdd4c3a9094a1a6be5 -size 127230 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 deleted file mode 100644 index 8ad5bc291..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineLargePagination.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a4cca46ee6e8cb75dca596fe94dbda09757d361de5053220da7e7b2664a4a6e -size 299865 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png deleted file mode 100644 index 18dc9931f..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:416c64f5c4b5315b6f2cc15a57efd298431de8f25a70f37ddd6eec36f7c331a7 -size 125808 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithDisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithDisclosedPolls.png deleted file mode 100644 index 635e56d99..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithDisclosedPolls.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a3a1ed180928923c991af2943e49e88106e20c42db0ed4308acf0c54fa26b4e -size 170912 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithOutgoingPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithOutgoingPolls.png deleted file mode 100644 index 6abe6be30..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithOutgoingPolls.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11e4335166b6162f06f2db908e6fc05b9dc07846550f71cacaee886ac9c34348 -size 136677 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithUndisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithUndisclosedPolls.png deleted file mode 100644 index 99bf3f201..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithUndisclosedPolls.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f464acc4035994e079da9e71dd0b00552fa0a7fbfe7c5f3b1a754bee8a34c83 -size 168189 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverConfirmationLogin.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverConfirmationLogin.png deleted file mode 100644 index 1d29afb00..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverConfirmationLogin.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb994932a4726f929aebaa4f5bf50464acedae12b50c841382b1a8ecbfa85a3a -size 87618 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverConfirmationRegister.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverConfirmationRegister.png deleted file mode 100644 index 71c7bed2d..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverConfirmationRegister.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1d618c0ab226333dd7c79901d16d1413e6f3f29ae51cff397bc7385a0af9e60 -size 93970 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-0.png deleted file mode 100644 index 22e72160b..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f7aacab819eb2ea14a308cf9567389c7ee113c38a6f7cd8ff24c9858edbb77d -size 98073 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-1.png deleted file mode 100644 index 293f81481..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03c93e09e506cf7495104d55261cb5806056dd3e242c3a0044479d67aead4677 -size 170243 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 deleted file mode 100644 index c40c1ca27..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:235512940944a6ee796dcbff0779af089f93ceda4c6a2cb2087a4037445a9e0a -size 100124 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelectionNonModal.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelectionNonModal.png deleted file mode 100644 index fc95bf0c4..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelectionNonModal.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:860d9d9b7c5d9363ad5a87650be85f4278b22fa5ec11545a1e2d21877f6c6229 -size 93947 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-0.png deleted file mode 100644 index 93a11eafe..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d217490aa0867805b1042390d1d530b2cc63fffef4e1e5f00ebde7338bad57a6 -size 80208 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-1.png deleted file mode 100644 index 26fc559d9..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fd981557903c19d32fae2f9e5715dc450053b57bc041114fd244481bb25fa35 -size 81974 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-2.png deleted file mode 100644 index e47e23037..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab234d48001b322e91a66907ec0c7efd239b27c4df3e00c64781bbbdb419cd87 -size 79509 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-3.png deleted file mode 100644 index f90fe90a4..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:645274170fa842a008b76e5ece2d0b5d0934503872ab4a632f481998a60b5974 -size 60823 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-4.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-4.png deleted file mode 100644 index a0e97ac99..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d8a90097141f4ea7a764650fc6df76612e6b3e64bb199fc6ce13ec0a8dca9bf -size 144022 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-5.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-5.png deleted file mode 100644 index 91dc91ace..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-5.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:901ea8fe7aa51e91c59e39d6e66a49f055142aa546b83b7f892f110a76688685 -size 141984 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-6.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-6.png deleted file mode 100644 index 35dd322b7..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-6.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:736a3248266fdfe5b0f0ba0c46621c17ef2f0287728b671ef06f42eb2fabe214 -size 78740 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-7.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-7.png deleted file mode 100644 index 6e27aecee..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-7.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22e075deacafd749929946cc029ccb1e2d00a1cc882bbe8f3899a4044009fa72 -size 79892 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.settings.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.settings.png deleted file mode 100644 index 8953bebb9..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e6b1f4f3a3d38a5a55557a0458c46d2ac4c44fc438230ce059fa8b323a8c8ef -size 145116 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 deleted file mode 100644 index 1f2cc6414..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.softLogout.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ad5078779d751974f02fc44c2272cef95086cc1a8e6c654a9b0814a8cd68cbb -size 122165 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat-1.png deleted file mode 100644 index 59335b10b..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28a73fa5588f532d48b2b9342540a625fc7534a0ac511b0ed0003524628a03d7 -size 65221 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat-2.png deleted file mode 100644 index 29926dfa7..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dc1aa9420f14506003211eadbb58394f2233bdd21796a4abdb8d829aea1eb59 -size 78733 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 deleted file mode 100644 index 7d1cc429f..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29f6060cadaac23418128a8f087c96a9a5940a6d486b7fd9ed79de9e8a04b4c2 -size 75467 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.templateScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.templateScreen.png deleted file mode 100644 index 70b0a29a9..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.templateScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d2f67ada9d67de06cf64cbb3db0317f6d9130399e5391920816b537803faae8 -size 66073 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-1.png deleted file mode 100644 index 397ae7f99..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96c8f8de1bdb21df00fad7b6cc1c619852eec6c12a36ffb171293e9a268e8e81 -size 312945 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-2.png deleted file mode 100644 index 6271603a5..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8554038e51fae2d8a89610e4e8749142a403e2628d3cf60b4f158189fe04771e -size 441950 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-3.png deleted file mode 100644 index 2a752c4fa..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d08bd0a8f3f914a6de2714cc5b82b6d5f054ab1b15b28dbb8c9ecb6302bc574 -size 684885 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-1.png deleted file mode 100644 index 88c1d472b..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8db7caacd8b93052a09c081792acab6831148dbdee2a7e478b295af559f6f6ab -size 731882 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-2.png deleted file mode 100644 index 8dcc48b8c..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6aeba903091d42fb66dff9fe707d91e91ff3365c5a3914a4ae4af386bf0199ea -size 434580 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenReply.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenReply.png deleted file mode 100644 index 4fafef787..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenReply.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1da8890f06fcc8260cc521dc7641cec3c8899980ecc8e7b8322a1ee4f0a0e59b -size 437181 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.waitlist.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.waitlist.png deleted file mode 100644 index dfc1d4190..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.waitlist.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a99605f86c136a268bd184bcfc73507a2d54a841d01d7bd872d417ad25403344 -size 718898 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.analyticsPrompt.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.analyticsPrompt.png deleted file mode 100644 index 556c156e7..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.analyticsPrompt.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39100391b735cd202d5fd4d05302ead2d89607f210cdf986fb184daae005add5 -size 129203 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.analyticsSettingsScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.analyticsSettingsScreen.png deleted file mode 100644 index 83f6f62b4..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.analyticsSettingsScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb545a895e2fc14d925364987972c0a6d06960e67092cea6136c8309bca872de -size 85896 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-0.png deleted file mode 100644 index fbebf6f35..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4ee78a4aa45bded00c5caab93dc5a2ffa8699894822868e6bf989a076ba1302 -size 941261 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-1.png deleted file mode 100644 index e9bf4deb5..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:218cd540d96ff548dfcd300e3d6819cec8675756b1581d3bff9ad65a5dec8222 -size 119101 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-2.png deleted file mode 100644 index 2b3005a66..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef32e70559dffc81857e5f45fcb6a19340dac24f053d17ac35ee9dba079bd5d8 -size 119421 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-3.png deleted file mode 100644 index f60cba6ea..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1360bca0f412008082064d36fe3e21f06050e18f7086c6ae6ec3e8b338d86e0e -size 383427 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-4.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-4.png deleted file mode 100644 index 336406ded..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5bb31631fe7fa5a65c6db1959ee227efcdac8e35793d1358f99e6429339d4d8 -size 136504 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-99.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-99.png deleted file mode 100644 index e506e506e..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockFlow-99.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc8954fffb34c31f685ef18666fa57f020f01b88b00a5905592decbf31ed7b4e -size 57819 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlow-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlow-0.png deleted file mode 100644 index 88847fbab..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlow-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3374c943258f00f654122130caa23197fb92a924cc9b3d43ce266fa235c5b4c -size 97362 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlow-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlow-1.png deleted file mode 100644 index 731db5803..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlow-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da98360a9877e18260ef1576a7ad459f7f6e8ca5c7d60d5e5031181fd5543951 -size 96995 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlow-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlow-2.png deleted file mode 100644 index 41ceabe6a..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlow-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:672183773e83e3d56f9751e4f2524399eb77e22727331992eadd2b28bcbcccd6 -size 92979 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlow-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlow-3.png deleted file mode 100644 index 3140c8b9c..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlow-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:881928cca9fe3a67e50e6c332fac59508e886bc34b1ca762b53e8764382c3e10 -size 83140 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlow-99.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlow-99.png deleted file mode 100644 index 1196a55de..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlow-99.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0300d84651e423884f56cc13d6bf82b78a9c86953e2bca3d050e66ec1a5be618 -size 55799 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlowMandatory-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlowMandatory-0.png deleted file mode 100644 index 6aafff558..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlowMandatory-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4492c6844b95b6f30a8942c7d4f8fda9312bcb8b7652969dc63e804789b486c -size 92320 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlowMandatory-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlowMandatory-1.png deleted file mode 100644 index 3d0001042..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlowMandatory-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef739de088b19a5c9d81c4e7076e99807959d708b7fc5a0785aa3766fba2e153 -size 91905 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlowMandatory-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlowMandatory-2.png deleted file mode 100644 index b4a49e73d..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlowMandatory-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a036f0c6082f5d267d4359b42af3d38e0119ef533cb556ef049871f5e1618629 -size 91826 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlowUnlock.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlowUnlock.png deleted file mode 100644 index 3dcca9d8f..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.appLockSetupFlowUnlock.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a87c090807454a4444b06a94d6aea2928b32eccbf40bd7a87a5f1f9c590692bf -size 77158 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.authenticationFlow.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.authenticationFlow.png deleted file mode 100644 index 8b60cc675..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.authenticationFlow.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d685c1db62816bfc9b9e43f510981c13f0f582e6595685231679d5e0d1aea56e -size 84899 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.authenticationStartScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.authenticationStartScreen.png deleted file mode 100644 index 2cad79018..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.authenticationStartScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d20dfc70cf78d1ad362a9e3081fd1011183af14aaf4644b5547dbf801f142eb1 -size 999538 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-0.png deleted file mode 100644 index 1fb6033ec..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3bc350a472366c1b5d0ee816760d4d5796f8a38a70f1cb0126c8929c5cbaf5b -size 173275 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-2.png deleted file mode 100644 index 3de3c05c1..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:836341a4506378018e653208c02fd35477aaa1fe86f4c7965f911f5f3004a4d4 -size 190903 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-3.png deleted file mode 100644 index 93359edcb..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0340b1504e92350ffcee66aa393057a211b47f9a012fd2f2fbd63a8b849121d8 -size 196998 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReportWithScreenshot.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReportWithScreenshot.png deleted file mode 100644 index 2cea8dd7d..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReportWithScreenshot.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc57a02c6148f559e3cf7e18840d4f4e9a06bc96753f2d5f632c162965e0795b -size 249420 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createPoll-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createPoll-1.png deleted file mode 100644 index a637e1309..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createPoll-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f133e2fa910216995ade966fdd67b26a822043eab8a49c37dfe9795d0cb9e0a7 -size 102595 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createPoll-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createPoll-2.png deleted file mode 100644 index 97a682698..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createPoll-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:514654dd18e520e15b0bd7aa74598995290add90a6cdabbce9916d346c196ee5 -size 315639 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createPoll.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createPoll.png deleted file mode 100644 index e01abcf75..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createPoll.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebf33418e3ffe7b849f3f3f45fecafe173c91b466802d1a3a41fe689d82795e4 -size 111817 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom-1.png deleted file mode 100644 index 76f082e6f..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:031ace0b8f7992277b829af8e90fddd55841d4e883481b23ad16f0ca0dbcbd8b -size 176077 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom.png deleted file mode 100644 index be7d5f0d0..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c984e275f2e45e03f5173210ac520e33cdb86f7af897020aec56d488148f4241 -size 182261 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoomNoUsers.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoomNoUsers.png deleted file mode 100644 index 069ba5272..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoomNoUsers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0323ba76d048f24631f13da49ee36bccd97930535f3938ef68c4a264eb1a9c3e -size 155112 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.home.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.home.png deleted file mode 100644 index 6d0ee28de..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.home.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5149c5f20e1bae91cd5597109011ec08e359b1b9380282080324cd2c5c468b1 -size 100913 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers.png deleted file mode 100644 index 931e57bc1..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edecf983c382b401860ce0958cdce8f0b45aec90c60b6a019d4a82e342b8ecbb -size 65453 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites-1.png deleted file mode 100644 index 693c7ac24..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:550391f0f66202bc881d5346bc8234561d257b864759f00ea4298727d0f47b10 -size 397629 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites.png deleted file mode 100644 index 7a6ac6695..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa9b94d3be3f1869e01e48731b89af06907c0fdda3b01a4a1edaff0954a3b963 -size 142093 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesNoInvites.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesNoInvites.png deleted file mode 100644 index 353bd862a..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesNoInvites.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b63ccd2c47c94d90a860c90a9193ebde596839a0890bc45f08cb4fb4816a2939 -size 58803 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesWithBadges.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesWithBadges.png deleted file mode 100644 index 2ff8b1a33..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesWithBadges.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d025bba2ccddf5d30ad0f1c5ba1620ddbc432b8011338afae843047d84fe493f -size 142656 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-0.png deleted file mode 100644 index 4064193cd..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:736126f1430d7f0f3eff5b8c9122dfb22a9e07dedf61b211d7aa425b87fd1351 -size 85906 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-1.png deleted file mode 100644 index 0dc4fe145..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c77f33f9959527e649d3a1b5d2d862137a23ccf92f5fa663c6559d19aae8d813 -size 89485 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login.png deleted file mode 100644 index e8852e3d6..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa71e0f9d3fc60fd3d879b95d854d467243a18615bcb507cf9328fd21c042a54 -size 83332 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.notificationSettingsScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.notificationSettingsScreen.png deleted file mode 100644 index ca9f8dbbe..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.notificationSettingsScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e924d67a0b598ddc9a015f774512fc1460195c8b7292862b44cc353dba36278b -size 139993 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.notificationSettingsScreenMismatchConfiguration.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.notificationSettingsScreenMismatchConfiguration.png deleted file mode 100644 index 41912e46b..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.notificationSettingsScreenMismatchConfiguration.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10fb63da202e1cc0dcad769ba42428522b89304166563b184689c08394262e7f -size 116668 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.reportContent-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.reportContent-0.png deleted file mode 100644 index 6c028e741..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.reportContent-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5da0278e6f66d058066538902ed5dd8ec79109642fe9b476f526e02700ed87c9 -size 117415 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreen.png deleted file mode 100644 index f338ad952..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc5863a9f7cd340276d7db3d9f7d0d6e0e05bee9105e49a8ffa708770d57d5f4 -size 145363 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenDmDetails.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenDmDetails.png deleted file mode 100644 index a0986ac19..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenDmDetails.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7338da9308a75c605754f57484ba63633cfb3a72fbf15137175a1b78443830a6 -size 185001 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithEmptyTopic.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithEmptyTopic.png deleted file mode 100644 index 2229ea00f..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithEmptyTopic.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe0445f069162f6790004b4d580f2cdd5ecc22c5d3a39cea9cb088de37058b0a -size 164478 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithInvite.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithInvite.png deleted file mode 100644 index 9de97aa09..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithInvite.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5baba19d2f8690464d4a99d070d135a33be6a2f098a54e01b98191bdd2aa7817 -size 146553 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithRoomAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithRoomAvatar.png deleted file mode 100644 index c55d6a6a7..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithRoomAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1017a6e0c07e16ad547be7c5ab8d05fbf614e3d94a05c54e266b2e544af0c624 -size 190264 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetails.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetails.png deleted file mode 100644 index 66569822d..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetails.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96b7c0c88829cd23698049b4a251e9469c5d519fa778b684946284a4b7773c3b -size 122388 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetailsReadOnly.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetailsReadOnly.png deleted file mode 100644 index e562d1484..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetailsReadOnly.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:138949c26f4bc315253e04ddf79400ef0eed2f3d54c174ac49f4ea22f91fdcc8 -size 109127 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png deleted file mode 100644 index 24669552f..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d37b67d5404c1d02cf90e2fa6a9570c41cb3f37b76e6820bda1f400dc6edf4ab -size 361281 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-0.png deleted file mode 100644 index 4970a081b..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cb5342a866e9dedf6a868d68ae8e389652d3e128c11126df01cced9c3b5ce35 -size 312999 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-1.png deleted file mode 100644 index de825e9b3..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2614935807f5044e7ab7632f2f47ab945e65896aee844e5d374f844f0d760d0b -size 297154 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutTop.png deleted file mode 100644 index edabc89a6..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutTop.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab3b69ef24b7c026722e291187502ab28b7f67cff46001bb9d67d148f3f1d029 -size 315763 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetails.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetails.png deleted file mode 100644 index ea0a12dc1..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetails.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20f71b0b5efb37e5d857c3860c8029cb60802949f90b5a2321d8f7f42054ebcc -size 92058 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsAccountOwner.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsAccountOwner.png deleted file mode 100644 index 867b30532..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsAccountOwner.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a8e373a160e53b4a1b47acb4c0f7e6f392256eb1ed60b3a39801e7e3ed0e070 -size 109543 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsIgnoredUser.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsIgnoredUser.png deleted file mode 100644 index e562bdf4a..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsIgnoredUser.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29b9dcee7edc41dc95caec14353c2c13a8b8e8e52c5906fe3b53dd851fb5c29a -size 96054 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreen.png deleted file mode 100644 index a001137e9..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66953329b7164c03a19f597f3c572fa1f0edd58772c799ea76aa54120cb75b09 -size 96939 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites-1.png deleted file mode 100644 index 24d80d4fa..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:858729c2b162add52f1502691dcafca1d56686b4ca1b22e671fd4520e73452e5 -size 116963 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites-2.png deleted file mode 100644 index efea0a56f..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:149210797567cf55188925523721867925e844b008359df6fdf96f4716800a4d -size 117153 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites.png deleted file mode 100644 index 6ad8763a1..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76264a0d286877e3719adf890d50319402a51c44759bbd291c939f8b80ad8d68 -size 102620 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomNotificationSettingsCustomSetting.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomNotificationSettingsCustomSetting.png deleted file mode 100644 index 4d270a4d4..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomNotificationSettingsCustomSetting.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc31e50736fb2041e79e47f3db8aa38b00cdbd4a626cb48ada7199627a8d5032 -size 127515 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomNotificationSettingsDefaultSetting.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomNotificationSettingsDefaultSetting.png deleted file mode 100644 index 65270a87f..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomNotificationSettingsDefaultSetting.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5027c07eea41bbbb36dd8998e58fc1860010d4a262e18dc250af63ccae500084 -size 102222 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png deleted file mode 100644 index 7a360267c..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8086d6b746b6d1b52731f3b7dc04659d049adb269bc06f1f77e63848488ff45 -size 353463 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPollsHistoryEmptyLoadMore.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPollsHistoryEmptyLoadMore.png deleted file mode 100644 index 5eb64417b..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPollsHistoryEmptyLoadMore.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eddf4597e366941142a3df33e8341465b373eac43fb5f285a2a3a39f2d81d3df -size 79393 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPollsHistoryLoadMore.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPollsHistoryLoadMore.png deleted file mode 100644 index 6e2263802..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPollsHistoryLoadMore.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6f01046e054115621ff5ef7189e5bf791555d9729af959c6e38a8a048f4350e -size 136913 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-0.png deleted file mode 100644 index b41e5b732..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e187115b066f0942cae48f685c0dc5d2cdc53e994cd1aef297d77db8c2a631c0 -size 131763 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-1.png deleted file mode 100644 index ea9fb9c56..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22d594ed0da31669bd94c3c652e75b40d0a5905c426a3d6e8e7ce6e61a19a94e -size 165957 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-2.png deleted file mode 100644 index bda81cca0..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75b5efa6846b4bc876a8975282072284aeea3d039f62a96bfd3ff6d6d401c171 -size 168814 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-3.png deleted file mode 100644 index bf2864a25..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bfa92fc9e3318bde12337702904c8b5231daa362d810bc9623bb297990dbf02 -size 135469 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-4.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-4.png deleted file mode 100644 index bb5e83afd..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2eb0ec552742a8d22d3808c7479b32d36a224a32f22c67aaf0d30e225cdbd4b -size 112700 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-5.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-5.png deleted file mode 100644 index e0d85cb53..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomRolesAndPermissionsFlow-5.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae777a41147832977a16110115a37d6a9fd22105f8c9b0324fdb1c1ad27a37e9 -size 129864 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimeline.png deleted file mode 100644 index 03974ea00..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimeline.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7f993fcbbc56481284ba56456c8fe32e46c2432cd950a43b9b08c3f4396e333 -size 164009 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png deleted file mode 100644 index 1b11807ed..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35cfb8b10742e861dacfc87c7685dc43623b5c43ee506d5cec1a29c2cf5b268e -size 200059 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png deleted file mode 100644 index 0927d712e..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ef1e1eea9d745430bc048b30cd3b642d5890040c88d05204de10cd4e77f0d70 -size 325514 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineWithReadReceipts.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineWithReadReceipts.png deleted file mode 100644 index 7d8d05c2a..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineWithReadReceipts.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd801d18f780e02233d80def2bc84894c21233cef076a7f48d818519999e44b2 -size 195708 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithDisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithDisclosedPolls.png deleted file mode 100644 index b83b49b47..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithDisclosedPolls.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14786b99d26e90ef1fe6c6ed2c2fd4289ea688b22cf799bd3b2c19b392163211 -size 269097 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithOutgoingPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithOutgoingPolls.png deleted file mode 100644 index 614012330..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithOutgoingPolls.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f2e5744ad7833ad69ffa172b9b1260b2ae6daef5e199c2eac82519a9750e35c -size 211912 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithUndisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithUndisclosedPolls.png deleted file mode 100644 index d12cc91f2..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithUndisclosedPolls.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27d81955c4f2cac8c63b48d8fb3289d05564e5f4a305e47e76960057c687d677 -size 265711 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverConfirmationLogin.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverConfirmationLogin.png deleted file mode 100644 index 7c4624b03..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverConfirmationLogin.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4dc93bc51db6436a559f168b9dace93e1923ce4b3fb9bfbe186ee8e134f9a1e -size 102778 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverConfirmationRegister.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverConfirmationRegister.png deleted file mode 100644 index 6655de86c..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverConfirmationRegister.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fba92fb408262a0dad7f45b062baf343472e8bd71f67902d9c2760bec6e3b86 -size 109547 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-0.png deleted file mode 100644 index 076caa688..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d01b0cd8807c586cbec0c996d02b1dc57029ada8b4976acd1ec70be316ae6ac -size 114768 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-1.png deleted file mode 100644 index 84322fdbb..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:440a7c325b0f7930dd9ff5cb9f05f8a7903f24c4236bf87ca12517ed3e47ddfe -size 175076 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 deleted file mode 100644 index adf341726..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6997210e2d07073464a0d7aaafb46eeefc8b770dfe7e84cdc5984a79c62e81a -size 117941 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelectionNonModal.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelectionNonModal.png deleted file mode 100644 index 48a436840..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelectionNonModal.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99377c258ee2eec55503f765dd4952a45e18180e44122d8c0c06aa62814ab7bf -size 108986 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-0.png deleted file mode 100644 index 58f629512..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:137dc9edf3d43ee434055532ab8553927c28288f278ee0ef19c55635da5c1536 -size 92056 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-1.png deleted file mode 100644 index b79855822..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b02aadbe7bc7c965324495852909eb8b09da9d636de6baf6ed24f8132d144bd6 -size 90454 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-2.png deleted file mode 100644 index 522cfa16d..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59dda10f29dc7bb3f4450042bd90965dc24d8b03f5d311a3ac83460f7a1354ea -size 87400 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-3.png deleted file mode 100644 index 4dad2e54b..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:902bdd8db0fd910aa815e8ec3e152025cb899f1396aabeabc855b315f70614e0 -size 59746 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-4.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-4.png deleted file mode 100644 index ca8d4a6f9..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd4a44b5e4e21622d5ce7472232344e23490eb2a9142d579e2b0e72da197b9db -size 204209 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-5.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-5.png deleted file mode 100644 index c146c89ed..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-5.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a769d333769d2bdce7e00f575d882d0653396c0c2d681c056c2ef59be9b796e0 -size 201905 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-6.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-6.png deleted file mode 100644 index 7d18c3635..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-6.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cff46beda5aaacb665a410ae1c724553edcea86caf8a82d8e84e6cf41be8bd5f -size 88660 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-7.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-7.png deleted file mode 100644 index 60fc59ab2..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-7.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48911ff8eb50c37b8d66bc3c673db216fc3cb3cdb9903532089c2053d87b2038 -size 89806 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.settings.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.settings.png deleted file mode 100644 index 0a395704f..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13a413c5db74eb8127c9c2c0ae6d0f5633bc40f5c100f7ae679f314785af7116 -size 172723 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.softLogout.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.softLogout.png deleted file mode 100644 index 46e6a1c74..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.softLogout.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b03f252b6cb68db84d68bd7dddea9768498323dab2b8abf766c5c154da87c6e -size 157444 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat-1.png deleted file mode 100644 index 4c430182b..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c40fdac241722cb70799c4e4f70989f837b79296c74eae9268b30067ae7d14fa -size 66290 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat-2.png deleted file mode 100644 index b3c66ad9f..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30a1f00b977cbcf1576518869f1090a4d016a490ecf48b88bf412e43ad2e08b2 -size 84801 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat.png deleted file mode 100644 index dc1853bef..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17803f2dadd6f43345c867e595143d52cf25637e8da9490f72b5de0b74c5d7d9 -size 83582 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.templateScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.templateScreen.png deleted file mode 100644 index caae56e70..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.templateScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd9cd24f041609a9426401aae2c4f5c81658ec7445d506d0d48f0d213c3042d0 -size 71075 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-1.png deleted file mode 100644 index 3cbc31091..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:891aaa3e12fd0999b5c588ebecba20fdf655252eaf622d44ef3e1b241d20fd3f -size 300038 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-2.png deleted file mode 100644 index 36e027ad3..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20ba7a152fddecb6d0fc8f850f16ef4badaee1671aef57babd2a7ada30f45f1e -size 328845 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-3.png deleted file mode 100644 index 00d94f73b..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71a804e4f618655897c9e34d214a909f101f1592ae89efa1fded5d1456045f57 -size 768561 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-1.png deleted file mode 100644 index c300c1dc1..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cfc42fa9c45aa3cb543dcfd004fa5a72e037c4bc91423f7b1cc4e8ea5a97199 -size 848318 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-2.png deleted file mode 100644 index 27fdeadc1..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09a081598c3800358c36420fd2a72b339dbd3b444b923202c5ed4195dbf25f8d -size 303303 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenReply.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenReply.png deleted file mode 100644 index fc0ec940e..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenReply.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f647518da32c12d10d1a1771b790e0a50d5eacc2811561aa831dc33a0b6072e -size 314686 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.waitlist.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.waitlist.png deleted file mode 100644 index b402307f1..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.waitlist.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:014cbe2d950534219a1c5fd0d55e78dc32ef741fa34707f2084fbf37607d946f -size 465133 diff --git a/UITests/Sources/__Snapshots__/Application/invites-1-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/invites-1-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..13a399b55 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/invites-1-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48cf950be647ef9975353cdd72e4116eb39120c943af813aa6f3dcd29f5315dc +size 219745 diff --git a/UITests/Sources/__Snapshots__/Application/invites-1-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/invites-1-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..125db3378 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/invites-1-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0653dd6a16b1180d1b6c931775809f4ab1425f477291595e8ab1cea6b536380 +size 395222 diff --git a/UITests/Sources/__Snapshots__/Application/invites-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/invites-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..a2b3a9695 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/invites-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63e96cf767258b3b460272dbeac43a70e1d8ef1e94795d1d6d91a1d832b0aa4 +size 118927 diff --git a/UITests/Sources/__Snapshots__/Application/invites-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/invites-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..36c47d630 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/invites-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291f91e48e628b9ec1a047dfa13337a2b371badd7c26d56b74748b9d7ea1192f +size 142351 diff --git a/UITests/Sources/__Snapshots__/Application/login-0-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/login-0-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..7bde1d70d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/login-0-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe00c86de31bcf15f2c80631a11ea4ff89a4b6d220209f18c11499750472e44 +size 86311 diff --git a/UITests/Sources/__Snapshots__/Application/login-0-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/login-0-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..a08e21ecb --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/login-0-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac640dca1b9e754b7ecdb958568473270838728f7dcf2d6a638b3495541f4420 +size 89495 diff --git a/UITests/Sources/__Snapshots__/Application/login-1-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/login-1-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..9544d2d88 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/login-1-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f14c2216af345d3f620642f344f60fc79e877e78e651b33e20c3ebc0e8ef752 +size 85957 diff --git a/UITests/Sources/__Snapshots__/Application/login-1-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/login-1-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..4e9a7119d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/login-1-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b22d205a8a1f5d5889271a7fa93678112bebc8c8e73e21eaa8722d1e98bd427e +size 89727 diff --git a/UITests/Sources/__Snapshots__/Application/login-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/login-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..dcc8187fe --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/login-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e3224bd82abb9548d042e02a081ca5a73fd4685c2769d46f39d14da5769ace +size 84034 diff --git a/UITests/Sources/__Snapshots__/Application/login-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/login-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..491ac73e1 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/login-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c626719a64e6f68e087f616f43ab6890a2c0be081c66b0bc51f6b308e1849197 +size 86066 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.analyticsPrompt.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.analyticsPrompt.png deleted file mode 100644 index 3e2826d14..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.analyticsPrompt.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:697a86848547c1b3601cb6f30cd52b5f1b89eabbf2337f07f4bb5eca4059ab9d -size 138751 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.analyticsSettingsScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.analyticsSettingsScreen.png deleted file mode 100644 index 1241d739a..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.analyticsSettingsScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc2070ef244b7e4da438520ccc53fb838c3d39fb2ae11fbe36fa325cb38b506b -size 83320 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-0.png deleted file mode 100644 index 1bb81f82a..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77a7bd7433e4c8f1c4af5ee0fc7572cc21019000b6e04ea7ce07e185a21af273 -size 1299310 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-1.png deleted file mode 100644 index d923f0614..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ade0d3ff831c271820d475203689b69ca1b935bc32d8c6ad1c3e31a1ba3d339b -size 108963 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-2.png deleted file mode 100644 index 5fb5fc682..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3520c84239be1f3ec57a402661b3470de1b411035386b80173eb27f318ead21 -size 109005 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-3.png deleted file mode 100644 index bc1aae076..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02fb11ea0d6ae4ca5c2c274100872aca790e1319e80f2d9c5e28491391fa5120 -size 300086 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-4.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-4.png deleted file mode 100644 index c7f239764..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:662e0e47fd9136edc7020d869e90ee56fde49636fa6144015dc5b7ea2754996c -size 116976 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-99.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-99.png deleted file mode 100644 index 07fe3e7af..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockFlow-99.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ec304e3589235cb6bf3e4123c3e1ca9d19c54f98012e01875d6bc9ff31d64f8 -size 58877 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-0.png deleted file mode 100644 index 0f659eed5..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21c2ae847c2cc62d72df77bccf4bdca832bf16a883ec2e538ad2c0592339548a -size 133531 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-1.png deleted file mode 100644 index 092448fab..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52bc191abfb4e91f062db87e72d6f9c0fcd014dcb07e11d81d39fd1378063ae7 -size 133088 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-2.png deleted file mode 100644 index 464ddade9..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a915abef8bd04c75f0b4999ab010e6f577429a103a2b34650cfc14672bedc136 -size 134573 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-3.png deleted file mode 100644 index f31f933ff..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9c5de0ceddacb4d4afd57ee314adcd64e173404677f78514cfdbc92150fd6d9 -size 79736 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-4.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-4.png deleted file mode 100644 index b0198a449..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcc2c0ebd6225f740868be48c0d384cdabf30b3d6662db82c3ec4b86349ac6df -size 149679 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-5.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-5.png deleted file mode 100644 index 60129999d..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-5.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09c92bb7697131582b681d494be8fec5b264458ecc97a9e5baf42b96159e5b10 -size 149191 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-99.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-99.png deleted file mode 100644 index 07fe3e7af..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlow-99.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ec304e3589235cb6bf3e4123c3e1ca9d19c54f98012e01875d6bc9ff31d64f8 -size 58877 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlowMandatory-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlowMandatory-0.png deleted file mode 100644 index 73b02a16a..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlowMandatory-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fefa32e1e286f1c01ad54c6333f5cad8bf53f410c2f712881eeb913ba8eb44f0 -size 102362 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlowMandatory-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlowMandatory-1.png deleted file mode 100644 index b308c4352..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlowMandatory-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36b36742a6cdf82c6c46e7eb6fb2e8d5a017fd33c8fc436ae02487a749e8f9ae -size 101940 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlowMandatory-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlowMandatory-2.png deleted file mode 100644 index 279706890..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlowMandatory-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db9e1e46c2a3853400e35c54d7dd1804aaddad17a1717f78216a9d430063501c -size 105697 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlowUnlock.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlowUnlock.png deleted file mode 100644 index bbbbd1ace..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.appLockSetupFlowUnlock.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caea26e63181cde85bee5154d1273e64c045acf33866a8157584229ab85c4246 -size 101665 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.authenticationFlow.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.authenticationFlow.png deleted file mode 100644 index b59d4902d..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.authenticationFlow.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8559f4f8f5a8cc90a15bb8ee2838aaeff9b9da2937c0c2873d03e874af10721e -size 81994 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.authenticationStartScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.authenticationStartScreen.png deleted file mode 100644 index 66df192d3..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.authenticationStartScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3cc3f4ecd03b5a651792c3fdea276b0e984edc6eec2689cece5f3e2a519a4c4 -size 1296859 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 deleted file mode 100644 index 57b564bc0..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:509d3539b0ff0c9a46b5756605f61160ce1becb06b8e69eca3d8b5fbf43e86e4 -size 168405 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 deleted file mode 100644 index 26826c480..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69c6584e25a26adee6f23b4d68ef75ab29a99d4196322b39bd024d738511e8ac -size 234152 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 deleted file mode 100644 index 0826b4563..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d33c61f7e7cf6a1b17019967364cc65f3cd152c6d7f67c19744b9f8ab96523da -size 239805 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReportWithScreenshot.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReportWithScreenshot.png deleted file mode 100644 index 8e2c5e0d5..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReportWithScreenshot.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93e656155b8811e71e332fb357e934c54afe8fcdba7bfad440f5fb0d800027a3 -size 207913 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createPoll-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createPoll-1.png deleted file mode 100644 index 239bd61c5..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createPoll-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93a7286010dbf90fcf5147a2f36f950653eb88e90e95dc65f6c1f471bbc3d924 -size 91541 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createPoll-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createPoll-2.png deleted file mode 100644 index aee8690c4..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createPoll-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cd1af2b4affcf2d997df8bd0543ca44cf0850ab4ad0e26676bf9e0fb1937ce5 -size 239243 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createPoll.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createPoll.png deleted file mode 100644 index 963eec63f..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createPoll.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b420fa1b797ccdde61bcc360d74aef09fab52c6db2e27541ff9d645f8979350 -size 102174 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-1.png deleted file mode 100644 index f495f22b1..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7a5905fbea128dd703ec01515e9d5eb32626c46d293d74d6175079ee0ab9b6c -size 157409 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom.png deleted file mode 100644 index a392d2dac..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9412a601e3caa4f4c671b7f5dc3ed7f4c03abf1298951e83692d2632a30a81d -size 160972 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoomNoUsers.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoomNoUsers.png deleted file mode 100644 index ff56aa3bd..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoomNoUsers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f307ebbffadfef697d0e33650e7645ac5b6bb6b93fa7199efc0915594e70d9a -size 140368 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.home.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.home.png deleted file mode 100644 index 606d69fcb..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.home.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82a0b96688c093d87b98f4da1a85ee4ae71f93fc6733c884fd81d2b8acde055a -size 98737 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsers.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsers.png deleted file mode 100644 index d2133f345..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce5b799ce30d00f674e1b2275b2053348d122e1aa47c23543347d515109aabe0 -size 65938 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites-1.png deleted file mode 100644 index 17adee629..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2123b880731f74e2fd25333802c981dcadeb32b3f03d91581810e927f0ddcad6 -size 256326 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites.png deleted file mode 100644 index 1556486a4..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92c7d6b95a25e65b7141294cf2188f7da8eb139c81dc8f7945dec17663561e86 -size 116090 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesNoInvites.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesNoInvites.png deleted file mode 100644 index 937d87fe1..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesNoInvites.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7654e66f231c93f8bdc310239bd5fc06901ee1d4af9a90d6dfa5701652f27f2 -size 61071 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesWithBadges.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesWithBadges.png deleted file mode 100644 index 1d836e497..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesWithBadges.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1db37f437c8f0c3d8e81db0046a7d9ba3ba80dc9675b45b05b1bb29f33f46a25 -size 116398 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 deleted file mode 100644 index e87d927ff..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:503f5a9819f6e87db12913914ff1d3512f9c4108e7585df87511b9289670d5c2 -size 82652 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 deleted file mode 100644 index 9f327228f..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7c43b1b505f73f6434c41e3b6f842f9ada022fe78c00bba85692d89e4c494f1 -size 98156 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login.png deleted file mode 100644 index b3e4ad95b..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d19ed14cfbde206a0f2f8a962827a39d300744b94132a44aa1944e0c48c98d64 -size 81761 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.notificationSettingsScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.notificationSettingsScreen.png deleted file mode 100644 index b01744cae..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.notificationSettingsScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af2f6e2f7e5b16d2bd08224e4a1cea85766196e54cead0ea1ed07529caae3da0 -size 132174 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.notificationSettingsScreenMismatchConfiguration.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.notificationSettingsScreenMismatchConfiguration.png deleted file mode 100644 index 42d061c58..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.notificationSettingsScreenMismatchConfiguration.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbd9ec65129869d4dbd9f6fdd4436c2894f8aef74c94bff8fcc1160a239dd551 -size 119908 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.reportContent-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.reportContent-0.png deleted file mode 100644 index d0c9a5937..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.reportContent-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0efa2cd49b26741b545224a2eea39e07685e5959551a8f43025a48040399248 -size 116939 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreen.png deleted file mode 100644 index 664044d04..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3804ce702c420b6086e5220d3c2e1ac53e8006d42b93b86af7eb6cb15701ca8d -size 131020 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenDmDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenDmDetails.png deleted file mode 100644 index 204f50d62..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenDmDetails.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e0ebc8183bfd11643aa2cc1d02e5d31d87f4da13ba81787c209cde531b8af04 -size 163638 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png deleted file mode 100644 index 69d4c946d..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a4f869249c23dac0ea7a8df6e5bf620a1b68e9d6c45395fd4c268c044d11212 -size 164896 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithInvite.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithInvite.png deleted file mode 100644 index 084954854..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithInvite.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2c5cabe8eed9c5775f56948c2285f26985afb79a20e20232b7457ed23b29939 -size 136672 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png deleted file mode 100644 index ddcd659ac..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:604985dc95f9f9744c3905719097e02cf6ee34dbc92f64af5d5e8c20cc2de0c1 -size 167214 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetails.png deleted file mode 100644 index 4398ca5bc..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetails.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a74c142ada4012ed51fcec295920848c8c897c73ba3bcfbf8dc748bebfe96ba -size 97219 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetailsReadOnly.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetailsReadOnly.png deleted file mode 100644 index 75cc49203..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetailsReadOnly.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfe758f366d2174e8228d8706823ba409f0b3793e3c79291c337e62de2775443 -size 90510 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png deleted file mode 100644 index 406967db8..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1798b228dfffd9081dcf8ef1a42fc3a6d11dc3afc9f4fe7ddb519f82903afc95 -size 293555 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 deleted file mode 100644 index 37dc045c4..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac9bf83afcacfa19be7d346e6db65974f154337e34516bed2f2a2e3d8728ae06 -size 302599 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 deleted file mode 100644 index e555751fe..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e02716c960b197d4c9a8bf673fdaf2e400a4365e3b83cf887eea9c44144e4174 -size 306409 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutTop.png deleted file mode 100644 index 5457eb397..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutTop.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9aecb3b85193776678b94954175490f24c73031d9dd83924323b04c705174ec3 -size 304396 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetails.png deleted file mode 100644 index bf85fdfb0..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetails.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36a8cc8330733bf7759f9c59f409a483c65b4baac0e42e25cfe817a1d8f53de5 -size 82610 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsAccountOwner.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsAccountOwner.png deleted file mode 100644 index bcca39d00..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsAccountOwner.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0b91a069211430da0d3c23668dd41fc3d152b167d2c9d7dc2423b018046defd -size 86466 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsIgnoredUser.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsIgnoredUser.png deleted file mode 100644 index 4c77a6a35..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsIgnoredUser.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9247769c091d629b96306e1b3df84065334c79bea019a5a309b984c6967e57b6 -size 83971 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreen.png deleted file mode 100644 index 13048f2bd..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19aa6ee4699cf81e7684c871a4178eae3eac2ebc4702c0f1578b913fe06050eb -size 78734 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites-1.png deleted file mode 100644 index 7dd251364..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d4e75300791d443f92e341b2ef27a7c0079dd73ca6d564b1069774994be187a -size 88621 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites-2.png deleted file mode 100644 index 0f5d781d0..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e30f428ac9f202829c164d288ee16c69e9feffa94f3c01967436747734fcd7d7 -size 88494 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites.png deleted file mode 100644 index 098dff6ad..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5149a2c62ea4ebdc114eb09dc744e723adfd5c20a7360632448e0703b864f5c -size 81344 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomNotificationSettingsCustomSetting.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomNotificationSettingsCustomSetting.png deleted file mode 100644 index 510d69d21..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomNotificationSettingsCustomSetting.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e75d0a6f53f3243942c30552e9dd696788f208b9e83ab5763a9000929143d9a3 -size 118699 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomNotificationSettingsDefaultSetting.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomNotificationSettingsDefaultSetting.png deleted file mode 100644 index 16408895c..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomNotificationSettingsDefaultSetting.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1baf0e4839787015887b734f7b5403f1017f21d40677aa148408e7ddd2a5efe0 -size 101441 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png deleted file mode 100644 index 563b5a792..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ab0d025c5680e4968250b973c4582791b90b1ca4b868064a268c2a46c859386 -size 289700 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPollsHistoryEmptyLoadMore.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPollsHistoryEmptyLoadMore.png deleted file mode 100644 index 47d61d377..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPollsHistoryEmptyLoadMore.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9606120bc5a84596e5c8fd0fc5ed645327ad2dcb231520cb3359ee6fe3250a4a -size 76919 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPollsHistoryLoadMore.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPollsHistoryLoadMore.png deleted file mode 100644 index 67b0852e5..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPollsHistoryLoadMore.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd4d7f3b5f97247a3dabd79ad1349649b64f075c88cb7e44b79aa77e21930e1b -size 126359 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-0.png deleted file mode 100644 index 812c38724..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86357579aa94aac5c1d8843b06d9287b2aab0b758d6605d92a2c181f4805ac6b -size 116079 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-1.png deleted file mode 100644 index ed7a7c9d1..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d85965fbbe40325603bba8c0b92d67ad14b8f7aabd7b7e29015f8e65654c50f0 -size 139527 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-2.png deleted file mode 100644 index 2fc689ac6..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78b6b80698f73bea4d04b61ef875a3a566e125b21c478e502e5a49316ebbeebe -size 141835 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-3.png deleted file mode 100644 index 8ae0779c2..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6b24eab850b3703a9dee828b7aa5fc5e458c3998889d4efea0dc043da63b7dc -size 125320 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-4.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-4.png deleted file mode 100644 index f70392c37..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3fccd3407b2ceeaa781d21c958448fa08e5dd327528508eee01a3280fec0236 -size 101238 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-5.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-5.png deleted file mode 100644 index 716f16018..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomRolesAndPermissionsFlow-5.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39c2108b87d28348ccd596adb2cb36ef546f9bc785d7c1a3c321d236da6cdbdf -size 115426 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimeline.png deleted file mode 100644 index 8de04d9ba..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimeline.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea1b21678387ae4f0ddf1d70cee62cde38ad2908c6ffcdb45da7dc6c1135adfc -size 104462 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png deleted file mode 100644 index e1becad80..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3eba9b4daa693475b4c6113f1c3d83e605569c2056f76d5ed5c4504a1fe53fb0 -size 127880 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png deleted file mode 100644 index f7237b977..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b71fab3cba5f35499efd8794163adccac6197cbf2ac0757103e2f90d1360cc7 -size 300508 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png deleted file mode 100644 index 6a0f3b13a..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d57b3b54d093c674837781af8dd7e1eebdc2acccdbbcdb11723efd140fdae552 -size 126943 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithDisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithDisclosedPolls.png deleted file mode 100644 index dff747329..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithDisclosedPolls.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5acae454ce9531189c2763fa986a7cbe320f5a679b4d0f89bf526e0598c7d69 -size 196991 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithOutgoingPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithOutgoingPolls.png deleted file mode 100644 index 3de83fa7f..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithOutgoingPolls.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c3c7d03744d3220370786dd8eeb2865da7900558c960489e5b83e121b89a902 -size 150662 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithUndisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithUndisclosedPolls.png deleted file mode 100644 index 1c5ebbde3..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithUndisclosedPolls.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a25edd7ae56285e90e3d3c4c90187154fb5a98458fb47a7bc84487fdaf3f77d3 -size 185028 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverConfirmationLogin.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverConfirmationLogin.png deleted file mode 100644 index 9157a7a91..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverConfirmationLogin.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:926c1937f1aaa82937b06b3f1f073c27479ef1df0af66f4fe5302555c8c0ff7a -size 102494 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverConfirmationRegister.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverConfirmationRegister.png deleted file mode 100644 index e66c543a0..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverConfirmationRegister.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce3d22cf90ed5816ebd2801e338c03760b497914006153bd846917305e717571 -size 114927 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 deleted file mode 100644 index 01a640e57..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8e4e6bbb836f5742307c4dc96a00371ccca0dcdc43ce2f6d97656ebccdc47a2 -size 116541 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 deleted file mode 100644 index e7ee26746..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d57e3b579cf72529ab8f7bfd409b259f132c6593e109834bad0c074fb6a2093 -size 189298 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 deleted file mode 100644 index 92b9868c9..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad03981654a5c99ef9810a9260af5e4ac942ba99e50449c59ea998ac0ae5e225 -size 121875 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelectionNonModal.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelectionNonModal.png deleted file mode 100644 index 862160034..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelectionNonModal.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45eaef9be7ff9f1aa0ba3d0b036bebd0576717ab1accb1b84bc845dc558b5ce2 -size 113119 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 deleted file mode 100644 index 9118a917d..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d2634d853374c9c00704b11f7f40ec3619994b7cf6417ff6f28813c9c3f7e49 -size 89120 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 deleted file mode 100644 index a9e042856..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d50fbb9853bb2d52de52b3fdedab963a9fe93762efc166c6dcd4817cc60e0933 -size 92586 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 deleted file mode 100644 index 4849f89e7..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a676db2be0e3a58d988f51679182b934cc395d33d270af2637c082ca73d3891b -size 87529 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 deleted file mode 100644 index 9974c801e..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c17a0206aba9af52d9ca1e712b02621423afb40a37a60134867dbdab1f1dca9 -size 61382 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 deleted file mode 100644 index 88f3106f1..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d051c3ce8d2c093bf27f2b61343b6bf0b99977809d1dc367bf525d717b85d8e -size 161339 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 deleted file mode 100644 index f0502dce4..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-5.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef60ef96ebe84f51e359310cbf49bed5f9b24c8df0c0c37ea4223ec2c12113ce -size 159283 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 deleted file mode 100644 index 3cdaf6416..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-6.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee7dc531cf9f076ee78f6056392683bd3eeb550bdf6a3f1ea6a8483e4530c871 -size 92658 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 deleted file mode 100644 index 48b7c9140..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-7.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6376325c62f84976b9df994336b6b309cf73c1311e650af2e5abd00f72698d2d -size 91942 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.settings.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.settings.png deleted file mode 100644 index 5fc5a5bac..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30bebd1f04d98e9a62567e8dc51762b8d0e25baf437a296210652a16fe522c52 -size 155955 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.softLogout.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.softLogout.png deleted file mode 100644 index 057f07db7..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.softLogout.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:385db765b8794e944872ee56e5797ab9bd2beeabc7f4d13d760b31db3c80d117 -size 163865 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat-1.png deleted file mode 100644 index 870605a33..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29f3d5e2833b712a7f515ca17fb9e669ac759544417fb940dda29f5e9224c5eb -size 66186 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat-2.png deleted file mode 100644 index f3b89f5b2..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d462831868a943edd08732edbf1fbb7f81c40cefb228043b2636a69f88f9cb42 -size 79440 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat.png deleted file mode 100644 index 4f113747a..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51ae2109aa903b1bb3cd92b1a37a65089ff35df1edf08dbcd0d109c557179506 -size 80801 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.templateScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.templateScreen.png deleted file mode 100644 index 4add8175f..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.templateScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c967d9103aa2cd9eebadbb4ae0516f632fbaa2f019f37316feb2a89f19ea3de3 -size 66414 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 deleted file mode 100644 index 7fd8ab3d2..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd9376c0ec4981d72e8e495ccfdb3634fec84b1771d41e1e0ba25432ded73f70 -size 314081 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 deleted file mode 100644 index fef86aa92..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dceab7ecd50de0ec4c4dbbdaa7484a2dc142b418477b03d7cd5ebe60de2e7e8 -size 443420 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-3.png deleted file mode 100644 index 1d9d049ea..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c17fade4c6cc4422518b6aa1c4ceac9a6c62f957c40f89877da6b95bc1180153 -size 719640 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-1.png deleted file mode 100644 index fe4ad089f..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c47e38ccefee9cc201ede59d6781d89184c69799a0ef3cc8bc4545b3c79973b -size 782249 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-2.png deleted file mode 100644 index e2f2e82f7..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90f9501cfe0a9ea64727888946310caea405745b76f5b9a4fbabed5351a52e9e -size 436141 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenReply.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenReply.png deleted file mode 100644 index e2d31406d..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenReply.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5648697f803f083249ce1b55427a3ef508dba2afccda17aed16642894b2453ed -size 440655 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.waitlist.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.waitlist.png deleted file mode 100644 index 42b62df15..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.waitlist.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:024ce786c075c25c69d74b05147dbdfdf40fe462676d3bca7c1ca75f997702e2 -size 746877 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.analyticsPrompt.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.analyticsPrompt.png deleted file mode 100644 index 4193d1f15..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.analyticsPrompt.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59cb56c0bfe158a13f0250fc5c38203ba3c7760eddf40b881e3e583176529164 -size 173320 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.analyticsSettingsScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.analyticsSettingsScreen.png deleted file mode 100644 index d1af67dc7..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.analyticsSettingsScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5833be268d5efb64febfdceadaeb03e30475172e2dcc9d3aed40adf19d373d5 -size 104557 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-0.png deleted file mode 100644 index fbebf6f35..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4ee78a4aa45bded00c5caab93dc5a2ffa8699894822868e6bf989a076ba1302 -size 941261 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-1.png deleted file mode 100644 index 993fe1434..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7b7fcf602ae07e5fea7b45041a09f3b73ef0f9cd8aad6f110ab974bfe60bbd0 -size 128868 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-2.png deleted file mode 100644 index becefdd75..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4df8f45fc81a28c27fe326162cf5a86660a28fc2a76ef8215cb9563a5e23a766 -size 127605 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-3.png deleted file mode 100644 index ffc7ae431..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:596d65ea705c802888e29e42094961cb2d3fc480a8fab8d6e8cea105fc233f1c -size 499030 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-4.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-4.png deleted file mode 100644 index ad6fc94c2..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99f379da058c160596dc30e32ffd369d6e16207f2697d1ee9d8274db6d2bde10 -size 141495 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-99.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-99.png deleted file mode 100644 index 843b7fde8..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockFlow-99.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5588f9526f258a54d667f6eda4e86cb23b8f9d7b2b30712851dece240e9d08a8 -size 62167 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlow-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlow-0.png deleted file mode 100644 index 0cd939b45..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlow-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d731344f28483441a59c63bde117e3636e0edf76a03c25a7e441b1979825f5d7 -size 128142 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlow-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlow-1.png deleted file mode 100644 index 0d7ad7129..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlow-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7279aab844439bac92f2779e12522deb7f98c5a167c9edb3bcaf1876cdc056d0 -size 127995 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlow-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlow-2.png deleted file mode 100644 index 69f230520..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlow-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2772919a9b4059ed484549601beab29e7abc7ed66e78c1e557b551306fc13653 -size 115871 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlow-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlow-3.png deleted file mode 100644 index 967491f5b..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlow-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a33cdbdc0917ca8ac04e03e0fb2998de93a769ddf2fa553d8a4eb7894ce8890 -size 87382 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlow-99.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlow-99.png deleted file mode 100644 index 55ded4827..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlow-99.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6f97fa428f0cccd0b72f2033c3b7c54c5f15f80a7293fb1b58da88704cf91b7 -size 60147 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlowMandatory-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlowMandatory-0.png deleted file mode 100644 index 061274c6e..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlowMandatory-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bca0b5af5d71a4d8a8c42b26ae1dde796cd56de2116cc6df59a0b04ae53a13e8 -size 122400 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlowMandatory-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlowMandatory-1.png deleted file mode 100644 index e1c418f50..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlowMandatory-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f036b1da1efc13819d16a762481abcb8a9be78f62ea1e4c9b827054bafb3db7b -size 122246 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlowMandatory-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlowMandatory-2.png deleted file mode 100644 index 2f99fd2e4..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlowMandatory-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1aab47ddc65fc91df13162586382d94beb77c7391e4481eb4593a265b4179158 -size 115892 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlowUnlock.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlowUnlock.png deleted file mode 100644 index 05068c3b8..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.appLockSetupFlowUnlock.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d958282348bb6a7e55d43c70e237e4906e92e93dbf095775035802b03fe7813f -size 77936 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.authenticationFlow.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.authenticationFlow.png deleted file mode 100644 index b113f166d..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.authenticationFlow.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02b6de987959971a60e590d00934e7a3d3c785bc04748c65a80967bc8e30786c -size 95145 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.authenticationStartScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.authenticationStartScreen.png deleted file mode 100644 index 13b3a74b5..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.authenticationStartScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7d223d25fce1e943f24df2d1ad595c63a0b3c3ae2a71b9dfb1be0a6ddef0e5c -size 1026703 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-0.png deleted file mode 100644 index eb2465d6b..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe78b8687073c5909126ada93ae8dea86417baa84de897fb6bf0a8b622737a1b -size 242210 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-2.png deleted file mode 100644 index 2be2453f5..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e795ccedbac57cc9beeed357268e54ba57266edeb4f7e40e555f6678c009432b -size 219856 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-3.png deleted file mode 100644 index adecfeb00..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b6f3d8a34cfe9f3767cadc7cba72d4c4d52447916d45d637863fee88198ec85 -size 227116 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReportWithScreenshot.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReportWithScreenshot.png deleted file mode 100644 index c8dc2e645..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReportWithScreenshot.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f34624eec2f6c815176dd140f1a84c0faa4d2982fe29f2f44977f25145301d3f -size 288460 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createPoll-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createPoll-1.png deleted file mode 100644 index 24f383c86..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createPoll-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:141dcda412af166bda5e8154ad8883f6d421580c573d8aa7770b57aaa050a44c -size 116877 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createPoll-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createPoll-2.png deleted file mode 100644 index 082a1eeee..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createPoll-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07ee7052eb6ee109121163152455db6db46590c19fb39d055040a101dd96422f -size 358613 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createPoll.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createPoll.png deleted file mode 100644 index 3317a1af8..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createPoll.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30dad7c1a1cd703e06cdc126e89d16ec0e53fa6a68cd0a543e8ebd07bb949edb -size 132248 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-1.png deleted file mode 100644 index 4e342335c..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e9714157c467effc8d890cc6acb05de6e7e96fdfd6a5b04f8607dc4e0642e48 -size 225549 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom.png deleted file mode 100644 index 897541536..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:377610530c5e8a84e399e8b756f97a7aa8da429108ecfdcce65969a1492e0bd0 -size 232677 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoomNoUsers.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoomNoUsers.png deleted file mode 100644 index 29fda11a1..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoomNoUsers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b578d5a240f01611be07cfbc28e209416275175b927db3fd12a8bfa6dc1dc1a5 -size 205553 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.home.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.home.png deleted file mode 100644 index f36c6d5a2..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.home.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d600d2e0f89d56f9326a6f2235fc2fc42c49809bf4937a563e540bfe4656955 -size 105360 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsers.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsers.png deleted file mode 100644 index 9606e76cd..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b0dda025aa247f05356fced96f8a1c54323fcd31bf1e40b0780b6d3049d7c51 -size 69006 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites-1.png deleted file mode 100644 index ded2d1ef9..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82d2ca800721112b1dfcdb29ff47aa110488624638ecaa7eaa149d1395ec4a56 -size 571503 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites.png deleted file mode 100644 index f8de1f0f0..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7a5fd2e2573e97dc01299c465a9d1b6a9879d90d185d1ad7786e89f924dc346 -size 169095 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesNoInvites.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesNoInvites.png deleted file mode 100644 index f56ef2009..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesNoInvites.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71ac91a5d7da5c4ab4c6648cf09152f487031e881ffa38fd21dd9777db973cb4 -size 60801 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesWithBadges.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesWithBadges.png deleted file mode 100644 index 91ac87459..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesWithBadges.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd2ea2c538f00fba8f0284b0b453c7e6b69093a54293d73953124b9c8dece991 -size 169626 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-0.png deleted file mode 100644 index f6b05727c..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e833489ba0e7003333a3f2358de9c4ed777f545b0d5560e22a40b34cc23ff41e -size 96257 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-1.png deleted file mode 100644 index b5534183c..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfd57d31e6c3f66dd5bc7cba39a80ea288dfa347e689a380a84b37c476ec463a -size 122747 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login.png deleted file mode 100644 index 05697be55..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d3fae656f3df2b54669d95a80260a1ddd8317ff7fae5d7fd88d255787ae25f5 -size 93648 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.notificationSettingsScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.notificationSettingsScreen.png deleted file mode 100644 index 9756f624b..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.notificationSettingsScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e61e23b4a91d4510c1386d1c3a39c99a43c394fadc6e3d73949ce74aab34adc6 -size 182864 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.notificationSettingsScreenMismatchConfiguration.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.notificationSettingsScreenMismatchConfiguration.png deleted file mode 100644 index 29dcc7620..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.notificationSettingsScreenMismatchConfiguration.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f907bcedc944a19451dde127e2579c38f94e1d732cbd8b3f227fecd8f0fb0d4 -size 169669 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.reportContent-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.reportContent-0.png deleted file mode 100644 index 10f77c2a4..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.reportContent-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a4024d9401d54a37dda66f36ba0972dcf57c2fd07f4d3c2bc479ca1a4108573 -size 163180 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreen.png deleted file mode 100644 index c7eb21c0b..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcc306c1c49dec12330113c13bffd9798c4c7f9d81f687a8951d1ad38ddb565e -size 174444 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenDmDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenDmDetails.png deleted file mode 100644 index a2eef33ee..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenDmDetails.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:228dad18f45f4cac88e6a966d3ff8bca9464331286daa747b00c490a98a95119 -size 195223 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithEmptyTopic.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithEmptyTopic.png deleted file mode 100644 index f9c024b72..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithEmptyTopic.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20da96fd85689241026f81d279e34722ca3ad145833ece7616de10ecf7ad91c1 -size 176544 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithInvite.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithInvite.png deleted file mode 100644 index 6cb7c5bef..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithInvite.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6070b52b32d7578dd532c2db11e8e26344bfa632293f73ffcb08d15e33cd3303 -size 171361 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithRoomAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithRoomAvatar.png deleted file mode 100644 index f3daf3ae2..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithRoomAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5400964f428e7625024743f6a06278ee5ef894c69ea12fb8927f88f8baecb68a -size 187116 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetails.png deleted file mode 100644 index 8a5d118d3..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetails.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67d53b367f4a3caf0cea1347702a85d3470d2078e8965b21626b2b2ef02c0cd4 -size 125437 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetailsReadOnly.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetailsReadOnly.png deleted file mode 100644 index 0ee025ee8..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetailsReadOnly.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9be9392d53fe51a365a3d55654baca8346efd11051b9fb9aa48fa5da446abec0 -size 112125 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png deleted file mode 100644 index 4658f18c3..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c577ca67c3a5ceeaaf17b49ad92c31c3b3b80bf914819b6a0346cbfdfe40ee66 -size 355111 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png deleted file mode 100644 index 00e8cf457..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4ec10d79d281e3288e1767d3a1077cedc3a902b24f45c87f7fc25a208e33ed8 -size 313762 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png deleted file mode 100644 index ad9934b88..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97046cb1bf03441219a9641ee42c5cf62996297675bbe3eb3d920de635caa972 -size 298060 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png deleted file mode 100644 index 34edfe5ab..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edf05e3f3e87ef7c56940b02f43a7679e7dbc6d159726078082ac6f621f4d809 -size 316518 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetails.png deleted file mode 100644 index 32bc2fc7c..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetails.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2e4fabf2819553f1e1a4b84c6eb47c290fbfac853da7ba221c9d6c9f4eda392 -size 96355 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsAccountOwner.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsAccountOwner.png deleted file mode 100644 index a9ada13a7..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsAccountOwner.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c1408a1910c6857201570c86bfbc40358ac9dc153eeee8ceeec313392f9c8e2 -size 109902 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsIgnoredUser.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsIgnoredUser.png deleted file mode 100644 index 644bdadb5..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsIgnoredUser.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42d6cf17aec0a47ea7e828915c383cf9edf0cdda539a9bd39cb67852db4542c1 -size 97912 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreen.png deleted file mode 100644 index 3d07262de..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2c82c3a27a82643993650ad11e1a5bac3fe441e7ceba8c2702411e95f12f9bb -size 102966 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites-1.png deleted file mode 100644 index da708918d..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38702d490aa1e60d487a334c7cea297a92f6d30beb84913ba32bd4eb5e86368c -size 67409 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites-2.png deleted file mode 100644 index c6aec4d3d..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e771a69e9cf28a1a1b9db43d7d5624db63a49fa12a4cec7fa0d8cf8fbac13266 -size 123320 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites.png deleted file mode 100644 index 5755c818b..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30d72256d2326e09174ee66742326cc47e06815744d9ac0d74eabcf20ae9002b -size 108116 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomNotificationSettingsCustomSetting.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomNotificationSettingsCustomSetting.png deleted file mode 100644 index b1e96e2df..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomNotificationSettingsCustomSetting.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3c37fbc3ebb89a0258deb2243834f3bf1def18456ac91de7b87c440aff0ddd2 -size 175124 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomNotificationSettingsDefaultSetting.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomNotificationSettingsDefaultSetting.png deleted file mode 100644 index c133e9c32..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomNotificationSettingsDefaultSetting.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:705b68a0dadbbc56003594a768b37400368efc4c6bd78e6a908b2d32ff383746 -size 127571 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png deleted file mode 100644 index 0acde3e01..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08975902e51409885f8273c2d5ce4dc896fcd9c8a8f0ad68f34fd99a35769d98 -size 347294 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPollsHistoryEmptyLoadMore.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPollsHistoryEmptyLoadMore.png deleted file mode 100644 index abb112a99..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPollsHistoryEmptyLoadMore.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93857a1d768489bd8854e67520d436c31a73cb861a78509a1255cc92d8ceef5b -size 85920 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPollsHistoryLoadMore.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPollsHistoryLoadMore.png deleted file mode 100644 index ce69047cd..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPollsHistoryLoadMore.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2c163403ced353a3d7871275cf8619d7d9ab8da7c2819282043458f233011ee -size 160495 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-0.png deleted file mode 100644 index da14ac1f3..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31774d04e9f5e39f2d930e064e38cc1d0d258516104687e456b81755e06d02a2 -size 153398 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-1.png deleted file mode 100644 index c289b5871..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6baf9ad75b723e055aefe8bf3bb199c2392ef6358eb405959859ff245e1ae2d9 -size 167898 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-2.png deleted file mode 100644 index 3720cb8ed..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c81449162c9db35b6979852818b25bae3fde5cd3ff8caf0f2fa4a43d0a162d83 -size 171202 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-3.png deleted file mode 100644 index 6ec1f3cb7..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8013a8cb823b9c56e8fed84971e25ca21f9f31785e138b7e0d9767f81b29e936 -size 160126 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-4.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-4.png deleted file mode 100644 index c2498aab2..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:546d0d7b9d6779d36fdf0d6c1eab3fa3e846854b9439a7f3d88c00ede2b8d7d3 -size 125838 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-5.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-5.png deleted file mode 100644 index dd4d2cb18..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomRolesAndPermissionsFlow-5.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8f4bab98b03214787e139597f3b255ee5abe9320035e0168ff12ab6927925e9 -size 152549 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png deleted file mode 100644 index e6f788af0..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:335e0cc1de962f443badf8f4a4a833a065c9d3a9281478d5ed787644aa60299d -size 164678 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png deleted file mode 100644 index c283919c6..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da7361bf3d727f25d12878058d316168dd2bf251bcc25a100fd4f68b8bf1448c -size 200640 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png deleted file mode 100644 index 8d6512d6d..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71a7414e0a482f0a3cf54b3d86fa30cb6b51fb62eb321e846c11b5b375f4bc9c -size 328207 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineWithReadReceipts.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineWithReadReceipts.png deleted file mode 100644 index deb3b95c6..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineWithReadReceipts.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0c8f3aab2cbb0da4aaa97a9a10642299c08819c6963f390056b812694759a55 -size 197189 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithDisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithDisclosedPolls.png deleted file mode 100644 index 68e2a0198..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithDisclosedPolls.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9250cf17b2f510f252ac2d57aab0aacfe9e29eb37dce2f5b90750ce2816788a5 -size 285176 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithOutgoingPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithOutgoingPolls.png deleted file mode 100644 index ec7834e30..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithOutgoingPolls.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a57b4fa8593950778d3ed8ec0bb0b8147247773a637a156847f722039e92e2ee -size 223293 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithUndisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithUndisclosedPolls.png deleted file mode 100644 index 021979940..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithUndisclosedPolls.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:712414ef4307bd701e0ee83275f72ac0792cdc9bfbc723ac3d7af8717cb43ded -size 277626 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverConfirmationLogin.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverConfirmationLogin.png deleted file mode 100644 index 7ae012b1c..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverConfirmationLogin.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2d6ef0acce18e6cdb8f9bf719a50773d182d96f97fe3b65bc21187e34898d18 -size 136231 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverConfirmationRegister.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverConfirmationRegister.png deleted file mode 100644 index a1db9f705..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverConfirmationRegister.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:509791eee622a46df2fce8ffbfd3012611a8a2c1c618b5d02a47d6b4100769d0 -size 152474 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-0.png deleted file mode 100644 index 1d94ed929..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db1b9bbdd8cce117d37b4b137f08382d84fe43c2264f5b00e59edef7a313774b -size 137702 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-1.png deleted file mode 100644 index 54d023bdf..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:559d5dad3c49826ea2b496b1d907413f0b9244894f3834e8f112ee5b466e5621 -size 199732 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-2.png deleted file mode 100644 index 80fb43c43..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a97026c383e0cd86f7bd7cce6b375cdbc1088227ac3707f3580ad4759f2f8e8 -size 146541 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelectionNonModal.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelectionNonModal.png deleted file mode 100644 index db1677e41..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelectionNonModal.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64add943274122de64d94224f0c9868859f99549a1108dd325a5b6e08e2f6b54 -size 131109 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-0.png deleted file mode 100644 index b75f7678a..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:680fd5f2211527a5a41f2bce586e29e996d2cd8785ba532dd90a78dfeb476069 -size 104332 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-1.png deleted file mode 100644 index a0fd62b7b..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbb728329eb6a817eb74d1f88f75c0733fd6ebd9f95367dc71e99d2fc88ba414 -size 116507 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-2.png deleted file mode 100644 index 879e8d06f..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d310b9ebb5822a090fbb26ccd5095361a09b4a6b647653565b56b3c7719b28ae -size 100540 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-3.png deleted file mode 100644 index 9cc8efee6..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f9e40dece8b8cf45aad95eefce50025bddfb13640c1e87548a0998d9f3c01eb -size 60991 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-4.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-4.png deleted file mode 100644 index 5aa380ec8..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36d28f8a7097aa82ca243337145842c9a07066a508fd9a1a6b240947ac433d5d -size 219409 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-5.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-5.png deleted file mode 100644 index 88c04208a..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-5.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab0b99ad56b30e13755b5ea26c36339f83644a5433203316c551f9b06504ea4c -size 216517 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-6.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-6.png deleted file mode 100644 index 9907cc6d2..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-6.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da6dfaa064816dd9198509d09d93ddb6b015e50dab10e5c533397c13e90a0983 -size 116962 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-7.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-7.png deleted file mode 100644 index 6356c58fa..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-7.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ee7b6efc6b9025c98767462b9334b5245d551ef8bbc1e743dd240f1807d0e79 -size 114753 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.settings.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.settings.png deleted file mode 100644 index 14a39f96e..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:666546d6087d733ad951d2d3a64eae1f6b2a2a43962d1f724b2b1d3da43531e0 -size 190544 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.softLogout.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.softLogout.png deleted file mode 100644 index 56240f927..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.softLogout.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0620d37f8ed853fabbc354aa9f9e776691a25791aa8032e3ff0e6964d12ce1c -size 222798 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat-1.png deleted file mode 100644 index 2f4e4219b..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:801732f764efe660d7d87ea437dede56a337f518b8e87b3f43e17a979d4ce7f9 -size 67913 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat-2.png deleted file mode 100644 index ee5c54125..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21e086793fe3f97a78392a08d74eaa41fdaea09444ff8a1d984cdfefd47ef6bc -size 85683 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat.png deleted file mode 100644 index b7dbd552b..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a04e624edc5379a57499b3136f533da3ce13fbe36a76de0f04951bd0f7693227 -size 91906 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.templateScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.templateScreen.png deleted file mode 100644 index cb0acff29..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.templateScreen.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f960aa73516f50a3f4df47f30126a02fe4d8f43f812eedaa94069a40a1f74ba -size 71450 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png deleted file mode 100644 index 3b21bc6cc..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14e6f0339d1a5b4bfe56ee9f0c5a6b409cac25f1fffcb733c6674f73c42a9bd7 -size 301482 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png deleted file mode 100644 index 2dd932e6f..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ccd7c2b6588ebf5f5867a3e5978d66742ac3a99652a89748eab6a9cdca80bfd -size 313225 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-3.png deleted file mode 100644 index 7db222bb8..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:116b1934f9d3bb70bb2f39101a3ec7e71bfe6bcbddfd1c9a0859209a8ed84454 -size 809116 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-1.png deleted file mode 100644 index a81747bde..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4315448cf9373d924e0589b4c7682dcfefebd3f6a951c44caa65cd4bddfb5c4 -size 931315 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-2.png deleted file mode 100644 index cf379f512..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f626c92a01822ff00a139d83f1edbffb3e1009c820fc735e2b1495b02adbead -size 288024 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenReply.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenReply.png deleted file mode 100644 index e0bd557b6..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenReply.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5f7699495abf7ae4c826659d935af790f7303a6fe924315eb82ed5fc8c50d0c -size 299404 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.waitlist.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.waitlist.png deleted file mode 100644 index a1109301e..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.waitlist.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2ecd3633784cb09cadd9164ae02464f550d8be2e8e92793261ef148643a8164 -size 511376 diff --git a/UITests/Sources/__Snapshots__/Application/roomLayoutBottom-0-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomLayoutBottom-0-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..b5bd371d1 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomLayoutBottom-0-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f276e14d5277452dba8c156ac0919c9386f73078fcf12f13731ac1b1d711540 +size 327731 diff --git a/UITests/Sources/__Snapshots__/Application/roomLayoutBottom-0-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomLayoutBottom-0-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..4a3662487 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomLayoutBottom-0-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f1793388cf6ef7f41c06ee75bacf8666691bc58dbfc3fa0cfaf5ef6d605923 +size 334552 diff --git a/UITests/Sources/__Snapshots__/Application/roomLayoutBottom-1-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomLayoutBottom-1-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..da8ed0bfa --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomLayoutBottom-1-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6653744daf6c2014ab9e652ad9565eec7dc0edab67704735adee9e0aad48a8b +size 329292 diff --git a/UITests/Sources/__Snapshots__/Application/roomLayoutBottom-1-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomLayoutBottom-1-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..1ede34819 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomLayoutBottom-1-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f19d1195da5c2fffa2ed4da45983e2d4734078ffc42b1078adb4fdbfa2be1c9 +size 319244 diff --git a/UITests/Sources/__Snapshots__/Application/roomLayoutTop-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomLayoutTop-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..72ff5eb45 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomLayoutTop-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22cc5b928fccd1e4fb53018512758b26452e176332172911fff64afdf4053055 +size 336655 diff --git a/UITests/Sources/__Snapshots__/Application/roomLayoutTop-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomLayoutTop-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..7c6ed1637 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomLayoutTop-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ddb5960d8da733b7a732da13e92d59794df1828208f9d118694425b821cae8 +size 346141 diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-1-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-1-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..a5063ef74 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-1-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63208fa6696f715d23a3820e156f5e7a5b829dd6b738acea4596a6d061d1b047 +size 92354 diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-1-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-1-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..404f1ee6a --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-1-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45441951bcf108f21ddd690f18ebe90c70dd5d85b3fe10672688dbd5dff7787b +size 73047 diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-2-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-2-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..b1e994bed --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-2-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea7c39995c56335caebd878ee313bfe652e17f4364b0d280415f46dbca7be0c +size 92452 diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-2-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-2-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..9a63ba3cd --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-2-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c734fc5c037189a1c217237b9e4fa2a8fcf51f6d54b9120e17f6f030eadff0 +size 71663 diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..14f7f2e74 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490c3d4bed3415a01d9553ce841fcdb6058a5314484af1731df3177ea5b190c2 +size 95955 diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..1df055cb9 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomMembersListScreenPendingInvites-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117eaf5f66bc6ef3ce63affff131be64066bd08341029fc32f52efda8ca775ad +size 104831 diff --git a/UITests/Sources/__Snapshots__/Application/roomPlainNoAvatar-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomPlainNoAvatar-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..74deb0f8d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomPlainNoAvatar-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7e5de041b8203b747bd2d9385b52e9e30129cf92b4be85fb2e4fc7e0c5aa58 +size 292270 diff --git a/UITests/Sources/__Snapshots__/Application/roomPlainNoAvatar-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomPlainNoAvatar-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..4a29770d1 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomPlainNoAvatar-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1359679eed9a62a57d4dc597f5dad30550ac5f9ec7cb55f0274494c9b685bb56 +size 373789 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-0-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-0-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..a7eeba744 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-0-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e058fbd44b9a70bdb5dd9de4cad2aa09f74d442375e945af9c1211ab661a0db +size 113754 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-0-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-0-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..71dd73811 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-0-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ab8c640be946e740190429053bfbe5c2885a16086a99d602b76b16b855c9a3 +size 133468 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-1-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-1-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..7172c433c --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-1-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf81b952fc6f8f9d83c780649fbb9cd17c4d82dcb84b53e55273ffb81157e49c +size 144387 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-1-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-1-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..334022352 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-1-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdef76ee0f8bab2a5c7d3e6b98fe3be30e531badaf6aab0ab32cf5be7eb964fe +size 167159 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-2-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-2-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..c61a0aca0 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-2-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b3dfbc0c7f4f8291cfe646c417080278ded851f5ad09eb2601660a366c2944 +size 146351 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-2-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-2-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..7fcf0fa16 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-2-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f83c7149da82d2baab785c0ce919e6ccce8652a3a6d2a032abfb22b9a04e47d +size 169043 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-3-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-3-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..5bb88c890 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-3-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997e72d0c330511b1aca676cf316579413633595d5f47ab7bd3a244629f8f42f +size 119861 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-3-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-3-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..cff318327 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-3-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb399a39075a5e7e8b8c34bb972aacf72474442725649b0ae3ec4f7ab7f0d037 +size 135827 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-4-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-4-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..d0bb19b63 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-4-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b5e66a23be685c7d7181b28de1c9e99036a402bff51aa1d369ec77b150ec91 +size 101661 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-4-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-4-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..464d8a4f4 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-4-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc3d0f4942630790d8e88059359e073c077bf52e2ee47b98745eaf0fbfa6b7d +size 110986 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-5-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-5-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..22578d193 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-5-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9625647685944a27bf16496c5cbe3e7149539d03616ab738f2c66d0b8b25252 +size 116624 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-5-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-5-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..03fd01c69 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissionsFlow-5-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5854adff8f6d9b43b01fbeaeb557c37b702cf34dc2429eb28f239e59884b8ec4 +size 130372 diff --git a/UITests/Sources/__Snapshots__/Application/roomSmallTimeline-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomSmallTimeline-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..e3ca7d97e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomSmallTimeline-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df13b73403cb43a3387b8e1115dfe11aa8cc20db677d52018cc3c6b6e1acdac7 +size 110631 diff --git a/UITests/Sources/__Snapshots__/Application/roomSmallTimeline-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomSmallTimeline-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..f85d5b598 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomSmallTimeline-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b7bbbb3452a4f20b5790b84cb83adecbfcd02f8e9e325db06a22a7c6c74115 +size 185184 diff --git a/UITests/Sources/__Snapshots__/Application/roomSmallTimelineIncomingAndSmallPagination-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomSmallTimelineIncomingAndSmallPagination-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..e19a6f9aa --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomSmallTimelineIncomingAndSmallPagination-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f622f1f295430f269b491c0e0c7315066da4a1b051d685503f3e7d50378ab8f5 +size 133877 diff --git a/UITests/Sources/__Snapshots__/Application/roomSmallTimelineIncomingAndSmallPagination-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomSmallTimelineIncomingAndSmallPagination-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..e2f23f481 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomSmallTimelineIncomingAndSmallPagination-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1343835253f92915a5b2dad424653ac4d5f2452cb54c3d62725c24e97b08ca33 +size 221532 diff --git a/UITests/Sources/__Snapshots__/Application/roomSmallTimelineLargePagination-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomSmallTimelineLargePagination-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..1e9f2ce96 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomSmallTimelineLargePagination-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d18075f4a94a090bad610b9c5757105078714560cf9be756e946c83370d71d4 +size 331492 diff --git a/UITests/Sources/__Snapshots__/Application/roomSmallTimelineLargePagination-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomSmallTimelineLargePagination-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..357b69dea --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomSmallTimelineLargePagination-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b55a58018122218861fa16e640108743b174596da8a30912079dc2ed1f5961b +size 344558 diff --git a/UITests/Sources/__Snapshots__/Application/roomSmallTimelineWithReadReceipts-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomSmallTimelineWithReadReceipts-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..54465bfea --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomSmallTimelineWithReadReceipts-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b83ba28613978b60b214de90a73f973a1a4b975f377e6f2e519c38ff231791e +size 132795 diff --git a/UITests/Sources/__Snapshots__/Application/roomSmallTimelineWithReadReceipts-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomSmallTimelineWithReadReceipts-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..292e7ff29 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomSmallTimelineWithReadReceipts-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ecddd245e889c442f43fd429c86a72ec0a125b650f030e2548200e4e692529 +size 216998 diff --git a/UITests/Sources/__Snapshots__/Application/roomWithDisclosedPolls-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomWithDisclosedPolls-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..089cdbffb --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomWithDisclosedPolls-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e11ce12949b820d2adef69697266645637c32bd8d3c76dfa2d3ca9c31ec49c7 +size 177459 diff --git a/UITests/Sources/__Snapshots__/Application/roomWithDisclosedPolls-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomWithDisclosedPolls-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..56490a86d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomWithDisclosedPolls-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe7e175b36d3f15e7c59a573906fa5d48a64ff5690268fcd0672c35a37bdfae +size 290304 diff --git a/UITests/Sources/__Snapshots__/Application/roomWithOutgoingPolls-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomWithOutgoingPolls-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..56b4d311b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomWithOutgoingPolls-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0edf1b14ad149c4754d9214a1a348e96f3150a523cccafa29e7a03221fe138b0 +size 142465 diff --git a/UITests/Sources/__Snapshots__/Application/roomWithOutgoingPolls-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomWithOutgoingPolls-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..4758b3d27 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomWithOutgoingPolls-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711fb928fd51daf4148823c7d8ea7622169d7dfc71ef275a6f62683923aff7e5 +size 233789 diff --git a/UITests/Sources/__Snapshots__/Application/roomWithUndisclosedPolls-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomWithUndisclosedPolls-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..8badfa719 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomWithUndisclosedPolls-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f593bc55e8d776bcd75a1b8d3de403448b17f31715e85959c4268993bb8e1e9 +size 174253 diff --git a/UITests/Sources/__Snapshots__/Application/roomWithUndisclosedPolls-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/roomWithUndisclosedPolls-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..119ca6abb --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomWithUndisclosedPolls-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5687e76d5fe6e496960fa44d34c401a957db6aca6f1765b9683a40f99d56e42b +size 286623 diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection-0-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/serverSelection-0-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..5f3e3c3c9 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/serverSelection-0-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f36787795e1788f4735181d38600ace52be89803b1cd07120b995bfe09bbc3 +size 104074 diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection-0-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/serverSelection-0-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..411a1c2a1 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/serverSelection-0-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9ce2797df74f1901b91ae0369d0bb297b696eaa1275d20c6791da91095c50d +size 114418 diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection-1-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/serverSelection-1-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..15c59af26 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/serverSelection-1-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecffa20de6b440aea0e11b2ca1890e3928b2a2df3593fa03e0a10c70e365fe9 +size 176927 diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection-1-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/serverSelection-1-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..d7f303b0c --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/serverSelection-1-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6ba2a4bce0e7a5e37f72940947925d677946373e6023c80fa75ff2d2e4de3b +size 177599 diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection-2-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/serverSelection-2-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..74fbb871b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/serverSelection-2-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6057efab72cf6fee35ae9e188e5a2bee8b4689e766e1679f2a8edf700dc6e257 +size 107265 diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection-2-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/serverSelection-2-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..6d7b8ac9c --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/serverSelection-2-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0e481f763f1e9b999ef25380275c46066e9185592d6f83f7b058568c0999a4 +size 120602 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification-0-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/sessionVerification-0-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..ccdac0b79 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification-0-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4215cddf5b541955242d789d6d346cda6fcf85f2bbd9d86956fd0ee26bc05136 +size 86302 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification-0-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/sessionVerification-0-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..f4d0fe593 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification-0-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a4be3be71f23e0609d26153de249459b791973aba791f932195b5c72229a9e +size 88357 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification-1-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/sessionVerification-1-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..4132a59e3 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification-1-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85c6e376aec739c6b8c9a8d770a7b1dc38653490359e0abb43d052208856402 +size 85122 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification-1-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/sessionVerification-1-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..1bd60d560 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification-1-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642585ee55f22565454f2d680a8ff00ca4215915b7d25f539f5e22e72ac3cc14 +size 87888 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification-2-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/sessionVerification-2-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..9292891c4 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification-2-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b3f48855a40f62ae14edb46f706f21f2f686e520526129017a443d91c8bb2d +size 84425 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification-2-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/sessionVerification-2-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..fb8553270 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification-2-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8adf508350920b4c5914d487f1f6b344010a815d4effa0f521b7b9231e88a619 +size 84842 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification-3-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/sessionVerification-3-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..76a121584 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification-3-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6d1db7cfc9192459ab23f02b7429eae90bc4756e432c6b0c3a023901d95a22 +size 65069 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification-3-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/sessionVerification-3-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..77894f7b9 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification-3-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9728cb4db3d31f4b4c2a718c84cc8524aa18c4abdc5a7557099c82bd92c50726 +size 57405 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification-4-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/sessionVerification-4-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..459e673d7 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification-4-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4021f5c48aa076aadd7d507fff569b9bebd863b31fac2e13cbd3d2158ec080f +size 147742 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification-4-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/sessionVerification-4-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..257e64262 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification-4-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec414e1e15e0a13ba197c8ff3cb8b0a04245749e6402d37ca203074faad4be2 +size 201007 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification-5-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/sessionVerification-5-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..a5a156571 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification-5-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a882a373d2d9e788bf7185917bdea2bf088ea82158c083f72716e60e7cedb735 +size 146416 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification-5-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/sessionVerification-5-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..6a6cb457d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification-5-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8558ffc0f99d79e64c67cbaa3a52bfbd1e8d6245eb718a4ab0e088bf73fccaa +size 198306 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification-6-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/sessionVerification-6-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..be93f6098 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification-6-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed3c01d726e223888b22ad0c4bc5aa76eaa3a4d3731d5f8adfab41058c9b98e +size 85513 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification-6-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/sessionVerification-6-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..0bea22494 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification-6-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ed19a389cd93db51c4ccbc9f242252fc232170506c7a41b8a4012ead100d73 +size 86847 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification-7-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/sessionVerification-7-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..ee0263eb6 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification-7-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e19bfc56a4918a3c494b993084e0a4000f2a043654ac83992a6d17f4099aadb +size 84985 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification-7-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/sessionVerification-7-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..6428d1d88 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification-7-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8673367797e25f39869cb3aced087f5a86085f21555457479ec67770e3455853 +size 87841 diff --git a/UITests/Sources/__Snapshots__/Application/startChat-1-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/startChat-1-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..b28040883 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/startChat-1-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9bd2451f91fa34af70ef1768819b8d46b3f340f2c0e050abcf16f0f29dc855 +size 71686 diff --git a/UITests/Sources/__Snapshots__/Application/startChat-1-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/startChat-1-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..1ea911311 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/startChat-1-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51ff6e6eb0c9a28c13a98ebe2cdc1f572096e10d64fb73f16730eb6313daeed +size 66798 diff --git a/UITests/Sources/__Snapshots__/Application/startChat-2-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/startChat-2-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..2ec52963e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/startChat-2-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5bbf4ff2af17c69ef43386e6d6283be02fd4a8b6edb80cb31f6e1230317c08 +size 85586 diff --git a/UITests/Sources/__Snapshots__/Application/startChat-2-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/startChat-2-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..a13ada6fb --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/startChat-2-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a0ee0267849ea50a0efd156bca1a7df4d4904c64110857581f9ce4f05543e5 +size 86207 diff --git a/UITests/Sources/__Snapshots__/Application/startChat-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/startChat-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..fac42e2fe --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/startChat-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6df5f8389eef25dd4ad323a05df5db1f023b96aa9995011d76c97e54143bfb +size 82083 diff --git a/UITests/Sources/__Snapshots__/Application/startChat-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/startChat-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..33b763d7b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/startChat-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4526f1d4956abbf17a55947462083e4b2b01ea80fea9f3adbb35b85fd7c9f20e +size 82387 diff --git a/UITests/Sources/__Snapshots__/Application/templateScreen-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/templateScreen-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..e41bb042e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/templateScreen-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9d01a6e461218c1d51b4a5b9184cbb00cb0cc12ad139cc6640b8698d0a3388 +size 72741 diff --git a/UITests/Sources/__Snapshots__/Application/templateScreen-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/templateScreen-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..23639697d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/templateScreen-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7636d6a53f1bc918c5ce39fd8cc7bd473e0b9e69f4640f133c861d118a658c64 +size 70324 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen-1-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen-1-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..0cc73f663 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen-1-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e3da37ad9a5d7c61a05c1a2b97cf9b9a5abc7baec1027ef708e9d3dfe02118 +size 330902 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen-1-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen-1-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..d11c63084 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen-1-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0233872549045ce33e800d72dcf0a43e025e674d7fc82f315f919799db2cee +size 318030 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen-2-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen-2-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..47adc5748 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen-2-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e8724fcf38fb6510b4f078a6df898a5d64a6e54be5115151a30027132d9166 +size 468430 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen-2-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen-2-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..1d3c6639a --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen-2-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d278754af0afafa46e569e62ed34652660be8c407761df16fe7a9313d6c24a96 +size 346291 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen-3-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen-3-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..da54423a0 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen-3-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015aaaa55f811ce9474d0758f11e6d3e55bc7deb3f6ac14841392d4b7e9423f2 +size 707550 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen-3-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen-3-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..f9d3ba15e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen-3-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8255d0f6cc667f318be027ee2ba011af51ba8e673753a9540d03d63c5be95364 +size 787106 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreenRTE-1-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/userSessionScreenRTE-1-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..f840db23c --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreenRTE-1-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7dad79d56b8695e188f61b15401dc1dd74e8afdfc065bddb5f783ee9913752 +size 752843 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreenRTE-1-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/userSessionScreenRTE-1-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..6b4244876 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreenRTE-1-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a11abd410d19ed463bd9155e84992bec7e1753ac298b2b95ef8c7a21577a137 +size 865375 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreenRTE-2-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/userSessionScreenRTE-2-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..cb31b3e18 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreenRTE-2-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1bb4a5e13a7b1be7e4ad38ae50ab5e3ca06a546015c1346a56358b26093696 +size 465583 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreenRTE-2-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/userSessionScreenRTE-2-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..a7cc26210 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreenRTE-2-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5431083268d760a1aa3e65967a3be1c91cef27344f83e5e30591b6bb646e79a +size 319539 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreenReply-iPad-10th-generation-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/userSessionScreenReply-iPad-10th-generation-en-GB.UI.png new file mode 100644 index 000000000..653eb9b10 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreenReply-iPad-10th-generation-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2309ebb909f73dd4d80501f950985b7b508061f5d1eb95b20d8888b970c77049 +size 471147 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreenReply-iPhone-15-en-GB.UI.png b/UITests/Sources/__Snapshots__/Application/userSessionScreenReply-iPhone-15-en-GB.UI.png new file mode 100644 index 000000000..faeaeec09 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreenReply-iPhone-15-en-GB.UI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba2361eeb3b23d6c2b5932db52b57840be3aa5e57ea8c149aa892db25523313 +size 332161 diff --git a/UITests/SupportingFiles/UITests.xctestplan b/UITests/SupportingFiles/UITests.xctestplan index bd1509dda..3147e6759 100644 --- a/UITests/SupportingFiles/UITests.xctestplan +++ b/UITests/SupportingFiles/UITests.xctestplan @@ -7,14 +7,6 @@ "language" : "en", "region" : "GB" } - }, - { - "id" : "04E7AF54-391D-42D4-8193-7AD50C685639", - "name" : "Pseudolanguage", - "options" : { - "language" : "IDELaunchSchemeLanguageDoubleLocalizedStrings", - "region" : "DE" - } } ], "defaultOptions" : { diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 8cbfaa08b..b4c8af01f 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -133,14 +133,14 @@ lane :integration_tests do clear_derived_data() create_simulator_if_necessary( - name: "iPhone 14 Pro", - type: "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro", - runtime: "com.apple.CoreSimulator.SimRuntime.iOS-16-4" + name: "iPhone 15 Pro", + type: "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro", + runtime: "com.apple.CoreSimulator.SimRuntime.iOS-17-2" ) run_tests( scheme: "IntegrationTests", - devices: ["iPhone 14 Pro"], + devices: ["iPhone 15 Pro"], ensure_devices_found: true, result_bundle: true, reset_simulator: true,