From ba179a18a300ce53905a8f76bb22af1c1e556642 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Thu, 25 Jan 2024 17:08:14 +0200 Subject: [PATCH] #2380 - Add simple call screen UI test --- ElementX/Sources/Mocks/RoomProxyMock.swift | 16 ++++++++++++++-- .../Sources/Other/AccessibilityIdentifiers.swift | 1 + .../Screens/RoomScreen/View/RoomScreen.swift | 2 ++ UITests/Sources/UserSessionScreenTests.swift | 15 +++++++++++++++ ...ad-9th-generation.roomEncryptedWithAvatar.png | 4 ++-- ...GB-iPad-9th-generation.roomLayoutBottom-0.png | 4 ++-- ...GB-iPad-9th-generation.roomLayoutBottom-1.png | 4 ++-- .../en-GB-iPad-9th-generation.roomLayoutTop.png | 4 ++-- ...-GB-iPad-9th-generation.roomPlainNoAvatar.png | 4 ++-- ...-GB-iPad-9th-generation.roomSmallTimeline.png | 4 ++-- ...omSmallTimelineIncomingAndSmallPagination.png | 4 ++-- ...neration.roomSmallTimelineLargePagination.png | 4 ++-- ...eration.roomSmallTimelineWithReadReceipts.png | 4 ++-- ...Pad-9th-generation.roomWithDisclosedPolls.png | 4 ++-- ...iPad-9th-generation.roomWithOutgoingPolls.png | 4 ++-- ...d-9th-generation.roomWithUndisclosedPolls.png | 4 ++-- ...B-iPad-9th-generation.userSessionScreen-2.png | 4 ++-- ...B-iPad-9th-generation.userSessionScreen-3.png | 4 ++-- ...Pad-9th-generation.userSessionScreenRTE-1.png | 4 ++-- ...Pad-9th-generation.userSessionScreenRTE-2.png | 4 ++-- ...Pad-9th-generation.userSessionScreenReply.png | 4 ++-- .../en-GB-iPhone-14.roomEncryptedWithAvatar.png | 4 ++-- .../en-GB-iPhone-14.roomLayoutBottom-0.png | 4 ++-- .../en-GB-iPhone-14.roomLayoutBottom-1.png | 4 ++-- .../en-GB-iPhone-14.roomLayoutTop.png | 4 ++-- .../en-GB-iPhone-14.roomPlainNoAvatar.png | 4 ++-- .../en-GB-iPhone-14.roomSmallTimeline.png | 4 ++-- ...omSmallTimelineIncomingAndSmallPagination.png | 4 ++-- ...Phone-14.roomSmallTimelineLargePagination.png | 4 ++-- ...hone-14.roomSmallTimelineWithReadReceipts.png | 4 ++-- .../en-GB-iPhone-14.roomWithDisclosedPolls.png | 4 ++-- .../en-GB-iPhone-14.roomWithOutgoingPolls.png | 4 ++-- .../en-GB-iPhone-14.roomWithUndisclosedPolls.png | 4 ++-- .../en-GB-iPhone-14.userSessionScreen-2.png | 4 ++-- .../en-GB-iPhone-14.userSessionScreen-3.png | 4 ++-- .../en-GB-iPhone-14.userSessionScreenRTE-1.png | 4 ++-- .../en-GB-iPhone-14.userSessionScreenRTE-2.png | 4 ++-- .../en-GB-iPhone-14.userSessionScreenReply.png | 4 ++-- ...ad-9th-generation.roomEncryptedWithAvatar.png | 4 ++-- ...do-iPad-9th-generation.roomLayoutBottom-0.png | 4 ++-- ...do-iPad-9th-generation.roomLayoutBottom-1.png | 4 ++-- .../pseudo-iPad-9th-generation.roomLayoutTop.png | 4 ++-- ...udo-iPad-9th-generation.roomPlainNoAvatar.png | 4 ++-- ...udo-iPad-9th-generation.roomSmallTimeline.png | 4 ++-- ...omSmallTimelineIncomingAndSmallPagination.png | 4 ++-- ...neration.roomSmallTimelineLargePagination.png | 4 ++-- ...eration.roomSmallTimelineWithReadReceipts.png | 4 ++-- ...Pad-9th-generation.roomWithDisclosedPolls.png | 4 ++-- ...iPad-9th-generation.roomWithOutgoingPolls.png | 4 ++-- ...d-9th-generation.roomWithUndisclosedPolls.png | 4 ++-- ...o-iPad-9th-generation.userSessionScreen-2.png | 4 ++-- ...o-iPad-9th-generation.userSessionScreen-3.png | 4 ++-- ...Pad-9th-generation.userSessionScreenRTE-1.png | 4 ++-- ...Pad-9th-generation.userSessionScreenRTE-2.png | 4 ++-- ...Pad-9th-generation.userSessionScreenReply.png | 4 ++-- .../pseudo-iPhone-14.roomEncryptedWithAvatar.png | 4 ++-- .../pseudo-iPhone-14.roomLayoutBottom-0.png | 4 ++-- .../pseudo-iPhone-14.roomLayoutBottom-1.png | 4 ++-- .../pseudo-iPhone-14.roomLayoutTop.png | 4 ++-- .../pseudo-iPhone-14.roomPlainNoAvatar.png | 4 ++-- .../pseudo-iPhone-14.roomSmallTimeline.png | 4 ++-- ...omSmallTimelineIncomingAndSmallPagination.png | 4 ++-- ...Phone-14.roomSmallTimelineLargePagination.png | 4 ++-- ...hone-14.roomSmallTimelineWithReadReceipts.png | 4 ++-- .../pseudo-iPhone-14.roomWithDisclosedPolls.png | 4 ++-- .../pseudo-iPhone-14.roomWithOutgoingPolls.png | 4 ++-- ...pseudo-iPhone-14.roomWithUndisclosedPolls.png | 4 ++-- .../pseudo-iPhone-14.userSessionScreen-2.png | 4 ++-- .../pseudo-iPhone-14.userSessionScreen-3.png | 4 ++-- .../pseudo-iPhone-14.userSessionScreenRTE-1.png | 4 ++-- .../pseudo-iPhone-14.userSessionScreenRTE-2.png | 4 ++-- .../pseudo-iPhone-14.userSessionScreenReply.png | 4 ++-- 72 files changed, 168 insertions(+), 138 deletions(-) diff --git a/ElementX/Sources/Mocks/RoomProxyMock.swift b/ElementX/Sources/Mocks/RoomProxyMock.swift index 344ffd2e4..b931b49b3 100644 --- a/ElementX/Sources/Mocks/RoomProxyMock.swift +++ b/ElementX/Sources/Mocks/RoomProxyMock.swift @@ -27,7 +27,7 @@ struct RoomProxyMockConfiguration { var isSpace = Bool.random() var isPublic = Bool.random() var isEncrypted = true - var hasOngoingCall = false + var hasOngoingCall = true var canonicalAlias: String? var hasUnreadNotifications = Bool.random() @@ -43,7 +43,7 @@ struct RoomProxyMockConfiguration { var ownUserID = "@alice:somewhere.org" var canUserTriggerRoomNotification = false - var canUserJoinCall = false + var canUserJoinCall = true var joinedMembersCount = 50 var activeMembersCount = 25 @@ -87,5 +87,17 @@ extension RoomProxyMock { canUserRedactOtherUserIDReturnValue = .success(false) canUserTriggerRoomNotificationUserIDReturnValue = .success(configuration.canUserTriggerRoomNotification) canUserJoinCallUserIDReturnValue = .success(configuration.canUserJoinCall) + + let widgetDriver = ElementCallWidgetDriverMock() + widgetDriver.underlyingMessagePublisher = .init() + widgetDriver.underlyingActions = PassthroughSubject().eraseToAnyPublisher() + + guard let url = URL(string: "https://call.element.dev/\(UUID().uuidString)#?appPrompt=false") else { + fatalError() + } + + widgetDriver.startBaseURLClientIDUseEncryptionReturnValue = .success(url) + + elementCallWidgetDriverReturnValue = widgetDriver } } diff --git a/ElementX/Sources/Other/AccessibilityIdentifiers.swift b/ElementX/Sources/Other/AccessibilityIdentifiers.swift index 64e1cf50a..fb5d84e51 100644 --- a/ElementX/Sources/Other/AccessibilityIdentifiers.swift +++ b/ElementX/Sources/Other/AccessibilityIdentifiers.swift @@ -142,6 +142,7 @@ enum A11yIdentifiers { let attachmentPickerPoll = "room-attachment_picker_poll" let attachmentPickerTextFormatting = "room-attachment_picker_text_formatting" let timelineItemActionMenu = "room-timeline_item_action_menu" + let joinCall = "room-join_call" let composerToolbar = ComposerToolbar() diff --git a/ElementX/Sources/Screens/RoomScreen/View/RoomScreen.swift b/ElementX/Sources/Screens/RoomScreen/View/RoomScreen.swift index e837f1cb2..262fa58a3 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/RoomScreen.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/RoomScreen.swift @@ -176,12 +176,14 @@ struct RoomScreen: View { .labelStyle(.titleAndIcon) } .buttonStyle(ElementCallButtonStyle()) + .accessibilityIdentifier(A11yIdentifiers.roomScreen.joinCall) } else { Button { context.send(viewAction: .presentCall) } label: { CompoundIcon(\.videoCallSolid) } + .accessibilityIdentifier(A11yIdentifiers.roomScreen.joinCall) } } diff --git a/UITests/Sources/UserSessionScreenTests.swift b/UITests/Sources/UserSessionScreenTests.swift index 3ec63733c..eaa5beb68 100644 --- a/UITests/Sources/UserSessionScreenTests.swift +++ b/UITests/Sources/UserSessionScreenTests.swift @@ -58,4 +58,19 @@ class UserSessionScreenTests: XCTestCase { app.buttons[A11yIdentifiers.roomScreen.attachmentPickerTextFormatting].tap() try await app.assertScreenshot(.userSessionScreenRTE, step: 2) } + + func testElementCall() async throws { + let app = Application.launch(.userSessionScreen) + + app.buttons[A11yIdentifiers.homeScreen.roomName(firstRoomName)].tap() + XCTAssert(app.staticTexts[firstRoomName].waitForExistence(timeout: 5.0)) + + app.buttons[A11yIdentifiers.roomScreen.joinCall].tap() + + let textField = app.textFields["Display name"] + XCTAssert(textField.waitForExistence(timeout: 10)) + + let joinButton = app.buttons["Join call now"] + XCTAssert(joinButton.waitForExistence(timeout: 10)) + } } diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png index a57ff56e4..ced6864cf 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7adb8d8156f54eea364d2c7bf9ae2dbb9078848eac8b443e56b48be0ea3f1067 -size 292364 +oid sha256:ba1f5e8f0118941cc7f66354ca46e48ac700efe3c2b6fdc49834672c57b464cb +size 291094 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 index 5b483244b..0bc8b6105 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d38e8c45072c186312627976d51a1ff617cabee93dab9c9bfdf619eb8894e30 -size 301837 +oid sha256:f6e100e51492f06547f63b2e6da7761c1a6d2fa6fa9a579591fe8e4f2c3b5129 +size 300733 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 index 27848d3ac..1bfcc6466 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:447e2ae11d4a110c1f5c1185c3901e4daf5d2c306d0d90dbba7dfd8b7bd9e745 -size 306256 +oid sha256:7c9747d007b337d30e594c5f852a6bdae04dc469c7ce760723f3be99d606886a +size 302962 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 index 18e52114c..7466310cc 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutTop.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutTop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0a6fb4b469f6ba3e3788fd35c4e33ad870156e76dd9a145ea669b6eac0739f1 -size 304990 +oid sha256:26b09ee84f46e1bba22694058a4248210e8424c9d98032d27c33f63cb4cf256d +size 303923 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPlainNoAvatar.png index a5d727103..b9219fec9 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPlainNoAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPlainNoAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ddfb7996a2ff9fdc13591c804c894e6b1ac0bde09432979c89c3fabc71214381 -size 288272 +oid sha256:db489dac5d95175478c7e84cac0019a28149179ca9256cf7fcd6028ac146a1ba +size 287141 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 index 56b57d680..342102ee4 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimeline.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimeline.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa08bb651e8a21cf9cc5254233646412930c8abdbf95b38dd6f55179732fec2a -size 105218 +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 index fd725f9f6..d33407416 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:696f499a1e85d0c7eb8b1c81ade5b6d5a65d324f9d8cdb5a5392d1cb04b02a8a -size 128081 +oid sha256:5de326e7bada492b2cbfd1e15368157a56477d5b630105cb4915d555507f55eb +size 126944 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineLargePagination.png index be897d408..5cd398477 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineLargePagination.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineLargePagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2fae4b52dd95ff61312e38d869e0345fc375de20e8dbfc0345fa1929bbb1680a -size 300278 +oid sha256:055fcf4f59307a511616fe64a15556b5b1d9fb361954df76634142e8aea23d35 +size 299040 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 index 862525857..11544d2d7 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79088531b025c12db87bedefc22f59285a4d549f8423b411f35719fcf43be624 -size 127190 +oid sha256:a1753c429cd3b76ffc26af378256df1374255d506ff8de583dca1a23f1a34cd8 +size 125798 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 index f8ce5c06e..40dab8b66 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithDisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithDisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c79f9240be81fb1d4dfb9ec9804681ecb681deaf49ec31e4a037044d8e2cddea -size 172206 +oid sha256:ba0931dbbe8dac5b5cbc8570437c5ed70e411831e14dd0f05cad03a09dd1dcfa +size 170867 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 index 0d62cd0a1..ee23d5688 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithOutgoingPolls.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithOutgoingPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:940daec0f23b83a1351652a7f571dae6fe3e6ca4a68f941c292057cbc4f01d87 -size 137880 +oid sha256:8b87b86efc3d6cc01b98993a5e11af159df02de47ab6a3c97db41e3873da50c1 +size 136621 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 index 0f9db6c65..cd6e45b51 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithUndisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithUndisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:090b627b8d17cca4e2108582d58fac9cceb7190aee504c5b6739f75a3c60e5bc -size 169476 +oid sha256:70a9690dbf8d0d6a1c44756b887d2fa000d0135132393f1b030b3ac477376032 +size 168140 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 index fd9bc58b0..bcf993075 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de27549a674667924e6485dfbaf2fe7c35b84b1f2f50bade7cb739a3c8bd2d6e -size 435313 +oid sha256:637071df18185aea773c2b2a9dff319359f838fd1d378ca242c9b8ffd9e3f5d4 +size 434121 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 index 8edf6d65a..7b49ba37f 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7177ffe8bf17f1f2ed06bfbc6b9b7b4631174ad885d5a5de123ae3a80350720c -size 675589 +oid sha256:1bd7a3141f797c27e638c60ce1055e2755a747196763fc71e5610855af319def +size 674397 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 index 568579e34..f89fbc8ec 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd3b79d6621e752895fdadefb7ef200825e5476926238fd37949e5a98ffb332e -size 723025 +oid sha256:ec265719d891bc99dfbfa4540ae491541cc144772ad27365c77c05487f5ad1ef +size 721833 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 index 442fb31ae..ce7a87a7f 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41d6dd605690c4d7f26e686c3578aea9a832b739b52e3021f9dc7b2dc6d1fda4 -size 434991 +oid sha256:d805f0ba97085015e7978f81cf8fb5423cc9144068d4d57614d933836dd05312 +size 433312 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 index 1791362e3..1f65ba29a 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenReply.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenReply.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:216058bcbe81f74608316420f02430ed2cc5aa1232ccf7024b83dd8d879cc519 -size 438757 +oid sha256:a934f132fa723e034366842af0f6b07019fab8801883a51f038780542c5a9dc1 +size 437048 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png index 423484f89..77c3d1675 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf4037c75350e02f74c4dc1f7f657095506ee69dba5a979168eb184384a12d85 -size 361835 +oid sha256:45771c8dad942017618c449ccf79dae24f65bc16a2befd57fbc544b995e5f347 +size 360080 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 index 64345066d..4df369ad3 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-0.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4167b7daedd69d3eeb107e2fa690d44b80295dbff1bfb8eb0bc102ad6e087731 -size 313920 +oid sha256:85e6df08900867c0dd14e4feb22e92af91401c8df5fd4678bd75b149a965c38e +size 311952 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 index 8ba2bc13c..cb7d36cf7 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6af06d5fddb075204a88304d493c608bcc9691ab25dcfd7a867828cc018ffa81 -size 299123 +oid sha256:6bec43fc8fbd3c1b62ac9ee11ce24a6c38286db8921a55ba140e48f276d1df1b +size 294950 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutTop.png index efcff4f81..324f37697 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutTop.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutTop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c19cca6ae10e5a46aab03c8d79dcb9b49c4fb59bfd53fe64955c3d95829cf182 -size 316272 +oid sha256:84ee5af62a103e3392d6e536d11c77815ca246d73622050bcab8c946fe554087 +size 314401 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png index 161fbea33..cdee5bc81 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7414654b825b8f3886563c3d09599f04e1c78bf7d39048a52f7411c2974827a9 -size 354173 +oid sha256:69defd4f3ff5b9aed0999bd5de2e24093e2c2067e3cba694db467b300d00ca82 +size 352233 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimeline.png index 090695ab3..03974ea00 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimeline.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimeline.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d4bb3c716e3a123714e55fbab3b0df5058114591ef195dd281b5d91ef63fd06 -size 165588 +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 index 9b7d7a04c..82af30ecf 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec91f1d18285d5fe89f2105d55630340ebc168003776b512b872344f522a1355 -size 200993 +oid sha256:ef7fc7e259ee9150c736a96db82fb88306c45f12da1d321a17fe2a5326800f65 +size 199404 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png index 1624d8f3b..97b0d770d 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dee03d09db8e4eb9c5f95bc694bdc25dcfcd09d9c412a2385b07161f5d1d5d77 -size 326828 +oid sha256:7be6951c445ce681d85b3f9b8cde52a095c79ec4576c732833572227dc069bd3 +size 324619 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineWithReadReceipts.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineWithReadReceipts.png index bbe0af7b5..6727d54bd 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineWithReadReceipts.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineWithReadReceipts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b5b7a2651a8e89a6d6e213c676f343cf57030c47f7ce25fb737fc4589ca6ed91 -size 196884 +oid sha256:6f452397c913f11fca8e390830c969345498669798864368a44061fbd56b0356 +size 195305 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithDisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithDisclosedPolls.png index f8aa2da3e..d38149c25 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithDisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithDisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3276bcf58f7cf0987cdc19964a7f7b4ccd0cbde8ef4c26ecfee506236cadfe7 -size 270548 +oid sha256:60b2c8a3b2db9e6ca4b4cfb9a17796f09a61f894d560b4837b5762fd357f690e +size 268838 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithOutgoingPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithOutgoingPolls.png index f81864d42..32803c590 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithOutgoingPolls.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithOutgoingPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e7c4c7fab1bf569f5b632f41a35e162d7d5a3b7acece714a94985eecf1343847 -size 213252 +oid sha256:087a66ea0626dc51e63c75e15521cd5e4839a17769e7d06ad5132edc902d6fa5 +size 211817 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithUndisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithUndisclosedPolls.png index 36a86a8ee..44198c99f 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithUndisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithUndisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1737034400e327c676bd28cf5b34b1bd452a515a6f133f8cde3a12361957b19e -size 267206 +oid sha256:ffecce78f42164e9f91d38d622a64abda3505de4c060b26184808cd3825e44a4 +size 265446 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 index f407bb715..bc58a9aca 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42929fe5828e3d27010578c5b4af27e1b6db6d7873abd53cf7d9092e02092e02 -size 332379 +oid sha256:1b7b013628375e26d50aa4a69da9baf8547e9b4e7d4813ee93a2408b12330ca1 +size 327820 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 index 8744388bc..04d82a39f 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-3.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a2cfe01dfc1b4dda53bea2348653ebb824fd3e97cb73a3572ef670de7b78dd5 -size 784874 +oid sha256:4914b839030c26fc4757eee84d16477239e6fe913ed83adb3b73f63bbe20c0ea +size 771098 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 index 74c64e7cb..815f5cd4f 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad7a75969c49f21d7d9040490110ab362edd99f65d91acda9d1e2cbfb7c6d0aa -size 867425 +oid sha256:234aafe5c18afc33bd6e85507227714fb6df21690c76a9d862ab99f69969aeba +size 853532 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 index bfef295f9..faa7df7e6 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1dae689393f69ebc994579859ce6a82805e6cf4bef899d8644e750e0fbd4a1d4 -size 312013 +oid sha256:8781074630992ddd7e5e8c8d2f07c1b428f60bcff8d43b650fcb356a79e22145 +size 303321 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenReply.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenReply.png index 93d5afe94..22a11fe3f 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenReply.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenReply.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1e5adf476d94dda210e9923c6dc7a442e61d1f0b1cb4888f59356cf5bece801 -size 318762 +oid sha256:c1e858c63553d45879b97365b0497fb0138c0a73554d51234587f24889ce9164 +size 315906 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png index d937e6b0f..ca93e9653 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1e015a380b26f0fc5c064feddd11083c1058de3f0f8a97e87ce827e686a58ec -size 293904 +oid sha256:a66cde26239181817e83df88744aef2e1f6bbdb402b1b52203c563a78d508754 +size 292630 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 index 57d78ff94..42e327bab 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-0.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:96f3642d1f6c69bf4fe8f30852cc5ec67024631912038a08d8a054482d0b0d49 -size 302301 +oid sha256:c10f67e720bcbefd287f1d9205f7e33a37e386e2e270060a8ffbbd89a320690e +size 301248 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 index 7d0dba008..b83d97fe7 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36b0aa89521a4a62d9e241c2a43eec94a943fdcf3a3beba5ffc7dccebdde42d0 -size 306866 +oid sha256:942d0c6bd8b6e9a52f06661ed7f413c7247b49188f6d468e3e87baa3223dd5ec +size 305332 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutTop.png index 72483b5f6..5457eb397 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutTop.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutTop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ae2b6df24d99d8b9df6d38b3315cdc325250a5d570dd18eb43694f7930fb481 -size 305409 +oid sha256:9aecb3b85193776678b94954175490f24c73031d9dd83924323b04c705174ec3 +size 304396 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png index 67c39e968..3539ee23b 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d1dfc19ab2974b67c60fd52bce959b6d20897b13026a1eabb015a6a8563f77d -size 289773 +oid sha256:eed8fa8833c8ce1052f05d21773652c85dfa83fd0982d0a037a861d556835b6d +size 288710 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimeline.png index df28c3c0c..8de04d9ba 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimeline.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimeline.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e67631ce95ef8bb71b464276df859555427996c8989edc058236b128770a7db -size 105681 +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 index c5ccb2f93..690ce2bad 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e722e96ac7f41ea826199631ae23a16de7ad854cfedbe74092b1bf497656e95c -size 128547 +oid sha256:3e398e2214f76e5d78286477bba106c6ace3d3dc01cae4be44008f3e6d48c736 +size 127590 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png index 0709d6399..874a3d43b 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d0ddc7cfb35a163c41049797f724fc7e0e39dc77e8d14591e5545ac269a7cd17 -size 300736 +oid sha256:4cea8364ae488d2b2d738e8b4d5a1b434fc174ebda4210c2f64cc9d260e63700 +size 299682 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png index cc87adedb..44394188b 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f799bdbb52e3f59afbe2da094aa8f3603f1946ec0f297e9fe9ba49895be3025 -size 128164 +oid sha256:4844030d1d379081ac9db896c79b8bcb85e00e8117174ada97ff15a5637803bf +size 126945 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithDisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithDisclosedPolls.png index cbde38205..345ce8135 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithDisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithDisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b31d029db6ff0c748de3e09ed0edf859785fcf10d97815b212d1e0bacc499f30 -size 198185 +oid sha256:ebdbcfbe70ad2349a0b68323816b095a88bda54dfa6b7f9da131ab5c8ec015af +size 196949 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithOutgoingPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithOutgoingPolls.png index d37b24e25..0cf0b1368 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithOutgoingPolls.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithOutgoingPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f05cd56e8d4b256f290abe49883c74daadf13bfc9b2a4d9822390b1faa52f4fc -size 151730 +oid sha256:54c59f78f99ff1a4031f1e23a5c6dcd62bc0bc953e1dd3389f8932edd401b0a1 +size 150598 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithUndisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithUndisclosedPolls.png index 5078b0671..c8686b8e5 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithUndisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithUndisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4d242a7578bbe365ccb6ee7c6adc7dcb30dff1d0e87bb9cdfc45346fb372a5f -size 186182 +oid sha256:fa6aa75698d3c793b311bd61cb53b367615f45468ec320ef2b0402971ccb5813 +size 184975 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 index 89c147233..023902f09 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:caf2e920ffdff15e3bfe3eeb75fe1d72af865194b69f6f2ca54f981a3175519d -size 437681 +oid sha256:7bed34e08e83eb882bb58d548ffe9ab699b7085f8742dadc2b55b561fc76b6ce +size 436706 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 index 4941fcc2f..556434758 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-3.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bbc02a0573d06b3c662ca4923a3a0e3c3146b8b05189e1435c6811125986bd56 -size 711077 +oid sha256:e6cad30c95bdf1d0cebcfc2fbc298ef411669f8be3439a908e1e3c0d0690963c +size 710102 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 index a0cbf45d9..8a2cf9e69 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b41ce6c90c4ae42edf132b2d6687dc164b801e3125fc30f0baaf54b911505af -size 771518 +oid sha256:aa07b022201e4168ee316e8511e9771ca7ba6cf28ee466eaab5bfda31370db30 +size 770543 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 index ad8748925..1579aed76 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f442bbae44ac4dc9377737b4c837efe0c25b4c9d54df7a42fb4c635fca401d7 -size 437351 +oid sha256:a3dc35cc70311f9f9108b5db0d243a7f277c16e7027526cf875f9aa621237609 +size 435873 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenReply.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenReply.png index 15a558e4b..2cd8c40ca 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenReply.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenReply.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d59b8613095e292ee45bca136f59a4ecc4d9878c3ba6789560e5fd9c86e08b30 -size 441235 +oid sha256:911a7c41079e55c292635f81c283341cc18cc1fb9da21a1c6e186c322dd4def0 +size 439753 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png index b216051c7..deb35dd46 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:853ababb6daa3aab8611dc96a2e1c70c7f1647eae939f420edf18b7190ecd695 -size 355873 +oid sha256:7a121b1536e9db4fe768149c17114ded41ae58ada824b19c7870ff1a98c43219 +size 354103 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png index 3cf5c9152..93fba2615 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:665f6a8fabe32da42805e15bf31e58ca9340b137396a03201e0d4d1aacd4fa1a -size 314493 +oid sha256:8785db1e1184f2421b8997a33c0451b981cc18315bfe41ee272732bd6f649c07 +size 312718 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png index 6ecd7a6c2..9ba3de7a4 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e50c1d9097b2a22f6333dc5f401d4a830c783f544dbfcda3956335422f98d1e -size 299855 +oid sha256:6e99dd913f4c7720858db483863f88f0644d79fe43a9a162752273cf8f804338 +size 298225 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png index 8d0825bbc..6a18f3c12 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:51c823f323a29aa70b9fceadb18346b7aabcd9a1c4d68f13eb02a33bd6bea0da -size 316776 +oid sha256:0ae030a7f8a077e584a5c5f5d5d616dc6070d0238329586d03f302683b435bfb +size 315099 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png index 7df1abb7b..290404fc1 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3fa97920238a8be7dba50bc8fe2208bd484b3a80dd0b546f3d7755bbc64d94d -size 348211 +oid sha256:eea29e5df2685bd1dd2e9df229f3cbf5f63f4c158e389b276ab757ec8d9494d2 +size 346269 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png index e833f7eb2..e6f788af0 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9c03ba6f28ca92fcbdee17fb260a0b8c53d56353c8852268a6fee0e0ffe25f8 -size 166186 +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 index d49e972e8..b87f96cba 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dbc46202644f7f93583b21846eb859140b418de5f463418fa8a768a76f588e3b -size 201548 +oid sha256:e42d209ab47dc8ac132381d9f060b3ef196dfc8ed6b80c8c4c7e03219492e50a +size 199975 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png index a31bbc549..91f6ec9a8 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02def188352b700133c6b7f08b9ad2ef4f86752e878fd2df1b6b134f42e02708 -size 327424 +oid sha256:c7718ffbede0c91a4868ee0557f02158a48359536304a466bcfd36d1ca1625e9 +size 327355 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineWithReadReceipts.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineWithReadReceipts.png index 8108950a9..ebbf8a071 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineWithReadReceipts.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineWithReadReceipts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:33abad369acaae2773967abe5e04e3330d518ec17a32c299864febf62617ea04 -size 198280 +oid sha256:8c7aad253de1242a198a13c1e4a778d0a24558885d85e9b614b7b7004c15317b +size 196772 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithDisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithDisclosedPolls.png index 7a696d415..dab0d135a 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithDisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithDisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f609acbe152effb0bff4d7cadbfc3ca15429a48f5713cc7adac4735c692d38cb -size 286704 +oid sha256:5786b6f6f37222aae1a2e0dffa740c8936aa400359450a360776d003f3e31437 +size 285153 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithOutgoingPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithOutgoingPolls.png index afdf4b238..26db1d1b2 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithOutgoingPolls.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithOutgoingPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a72688131529133437bacae991fdfe61820aab9d29c6d329353b13cf9932a22f -size 224863 +oid sha256:06b9dc38356c6802a4e19b4acda6986328297ddac875f3bee6381cfa03d61724 +size 223303 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithUndisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithUndisclosedPolls.png index ac6ac5758..2bc13e861 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithUndisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithUndisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:761481633fb7b6102f9d1c4c4e69aecbfe2618dd238e5ad9e3ea5706bf404299 -size 279500 +oid sha256:1981041481a6945c7c7dc861935f06754edaec4cbe46b54ecfbcfb33a46d146f +size 277708 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png index 1a2b43d79..da263accc 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e2e96b5cb81e5a739812c22d156a0de3519ace2208ccbf5ea4bb31fdf7bfc6b -size 328149 +oid sha256:4ff1e066a0bb67dc8aeea596f40664ca9394b6b7e3f3fb779e97e406ccf297c4 +size 311925 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-3.png index 7b6718278..b1c65edd2 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-3.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08cb3a7954074e60536ccf380153e9c00e20b3cfa42b35b33293f3bfcbf730ea -size 831517 +oid sha256:13083946fcd7c37c30e711ba87f01f0982033dad94cdd01098d1fbc8a4cf30e5 +size 815273 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-1.png index 74ff8e6b6..f92b52635 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c3a31a054d1f1c7b060e830d80a7dc7faeb863ac4306cbafe248cc9fe6e41cb -size 944525 +oid sha256:c84162fac7c078806afc575c9a098ff15e1b08f3357235f767db2e2f30ed4c7b +size 928621 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-2.png index e81da89da..30556f6bd 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83b85970b1f59126f73af467554fabfbcbeafebae4db5e36a55c83ba78a45bf7 -size 303740 +oid sha256:6dc3af934c187df259e2db46a6c172963b21924b22e22ffa93661a8aff9d2046 +size 287679 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenReply.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenReply.png index 33a325795..b5a3a7bfa 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenReply.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenReply.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6064996421e263a73ec887697e65d1b5736ecf10e1d367e40a5a3bff270e60ac -size 316319 +oid sha256:9ec5fa2f6072baaee9a1684547eda54fbcf43fb9f26cdd0280c31c5b5af927aa +size 300313