From a1fdfd068ac1495e538b5fe047b95e6b62c7419d Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Fri, 26 May 2023 17:43:38 +0300 Subject: [PATCH] Fix UI tests (#950) * Fixed unstored weak reference warning * Prevent the timeline from jumping whenever we access XCUIApplication properties * Prevent UI tests from causing side effects on the timeline * Update userSession reference screenshots * Fix create room UI tests * Update inviteUsers UI test reference screenshots * Allow certain tests to enable timeline accessibility * Fix roomLayout tests and update reference screenshots * Disable the testTimelineLayoutInMiddle test because of flakiness * Update screenshots following timestamp addition * Another attempt * Yet another attempt, replace XCUIScreen screenshots with XCUIApplication ones, decrease delay to 1 second * Allow tests to retry up to 3 times before failing the run --- ElementX/Sources/Other/Tests.swift | 12 ++ .../View/TimelineTableViewController.swift | 40 +++--- UITests/Sources/Application.swift | 19 ++- UITests/Sources/CreateRoomScreenUITests.swift | 22 ++-- UITests/Sources/RoomScreenUITests.swift | 120 +++++++++--------- ...en-GB-iPad-9th-generation.createRoom-0.png | 3 - ...en-GB-iPad-9th-generation.createRoom-1.png | 4 +- ...en-GB-iPad-9th-generation.createRoom-2.png | 3 - ...en-GB-iPad-9th-generation.createRoom-3.png | 3 - .../en-GB-iPad-9th-generation.createRoom.png | 3 + ...-iPad-9th-generation.createRoomNoUsers.png | 3 + ...n-GB-iPad-9th-generation.inviteUsers-1.png | 4 +- ...h-generation.inviteUsersExistingRoom-1.png | 3 - ...Pad-9th-generation.inviteUsersInRoom-1.png | 4 +- ...iPad-9th-generation.roomLayoutBottom-0.png | 4 +- ...iPad-9th-generation.roomLayoutBottom-1.png | 4 +- ...iPad-9th-generation.roomLayoutMiddle-0.png | 4 +- ...iPad-9th-generation.roomLayoutMiddle-1.png | 4 +- ...n-GB-iPad-9th-generation.roomLayoutTop.png | 4 +- ...Pad-9th-generation.userSessionScreen-2.png | 4 +- ...Pad-9th-generation.userSessionScreen-3.png | 4 +- .../en-GB-iPhone-14.createRoom-0.png | 3 - .../en-GB-iPhone-14.createRoom-1.png | 4 +- .../en-GB-iPhone-14.createRoom-2.png | 3 - .../en-GB-iPhone-14.createRoom.png | 3 + .../en-GB-iPhone-14.createRoomNoUsers.png | 3 + .../en-GB-iPhone-14.inviteUsers-1.png | 4 +- .../en-GB-iPhone-14.inviteUsers.png | 4 +- ...GB-iPhone-14.inviteUsersExistingRoom-1.png | 3 - .../en-GB-iPhone-14.inviteUsersInRoom-1.png | 4 +- ...n-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.roomLayoutMiddle-0.png | 4 +- .../en-GB-iPhone-14.roomLayoutMiddle-1.png | 4 +- .../en-GB-iPhone-14.roomLayoutTop.png | 4 +- .../en-GB-iPhone-14.roomPlainNoAvatar.png | 4 +- .../en-GB-iPhone-14.userSessionScreen-1.png | 4 +- .../en-GB-iPhone-14.userSessionScreen-2.png | 4 +- .../en-GB-iPhone-14.userSessionScreen-3.png | 4 +- ...seudo-iPad-9th-generation.createRoom-0.png | 3 - ...seudo-iPad-9th-generation.createRoom-1.png | 4 +- ...seudo-iPad-9th-generation.createRoom-2.png | 3 - ...seudo-iPad-9th-generation.createRoom-3.png | 3 - .../pseudo-iPad-9th-generation.createRoom.png | 3 + ...-iPad-9th-generation.createRoomNoUsers.png | 3 + ...eudo-iPad-9th-generation.inviteUsers-1.png | 4 +- ...h-generation.inviteUsersExistingRoom-1.png | 3 - ...Pad-9th-generation.inviteUsersInRoom-1.png | 4 +- ...iPad-9th-generation.roomLayoutBottom-0.png | 4 +- ...iPad-9th-generation.roomLayoutBottom-1.png | 4 +- ...iPad-9th-generation.roomLayoutMiddle-0.png | 4 +- ...iPad-9th-generation.roomLayoutMiddle-1.png | 4 +- ...eudo-iPad-9th-generation.roomLayoutTop.png | 4 +- ...Pad-9th-generation.userSessionScreen-2.png | 4 +- ...Pad-9th-generation.userSessionScreen-3.png | 4 +- .../pseudo-iPhone-14.createRoom-0.png | 3 - .../pseudo-iPhone-14.createRoom-1.png | 4 +- .../pseudo-iPhone-14.createRoom-2.png | 3 - .../pseudo-iPhone-14.createRoom.png | 3 + .../pseudo-iPhone-14.createRoomNoUsers.png | 3 + .../pseudo-iPhone-14.inviteUsers-1.png | 4 +- ...do-iPhone-14.inviteUsersExistingRoom-1.png | 3 - .../pseudo-iPhone-14.inviteUsersInRoom-1.png | 4 +- ...-14.inviteUsersInRoomExistingMembers-1.png | 4 +- ...eudo-iPhone-14.roomEncryptedWithAvatar.png | 4 +- .../pseudo-iPhone-14.roomLayoutBottom-0.png | 4 +- .../pseudo-iPhone-14.roomLayoutBottom-1.png | 4 +- .../pseudo-iPhone-14.roomLayoutMiddle-0.png | 4 +- .../pseudo-iPhone-14.roomLayoutMiddle-1.png | 4 +- .../pseudo-iPhone-14.roomLayoutTop.png | 4 +- .../pseudo-iPhone-14.roomPlainNoAvatar.png | 4 +- .../pseudo-iPhone-14.roomSmallTimeline.png | 4 +- ...mallTimelineIncomingAndSmallPagination.png | 4 +- ...ne-14.roomSmallTimelineLargePagination.png | 4 +- .../pseudo-iPhone-14.userSessionScreen-1.png | 4 +- .../pseudo-iPhone-14.userSessionScreen-2.png | 4 +- .../pseudo-iPhone-14.userSessionScreen-3.png | 4 +- fastlane/Fastfile | 3 +- 79 files changed, 241 insertions(+), 245 deletions(-) delete mode 100644 UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-0.png delete mode 100644 UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-2.png delete mode 100644 UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-3.png create mode 100644 UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom.png create mode 100644 UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoomNoUsers.png delete mode 100644 UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsersExistingRoom-1.png delete mode 100644 UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom-0.png delete mode 100644 UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom-2.png create mode 100644 UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom.png create mode 100644 UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoomNoUsers.png delete mode 100644 UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsersExistingRoom-1.png delete mode 100644 UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-0.png delete mode 100644 UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-2.png delete mode 100644 UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-3.png create mode 100644 UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom.png create mode 100644 UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoomNoUsers.png delete mode 100644 UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsersExistingRoom-1.png delete mode 100644 UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-0.png delete mode 100644 UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-2.png create mode 100644 UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom.png create mode 100644 UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoomNoUsers.png delete mode 100644 UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersExistingRoom-1.png diff --git a/ElementX/Sources/Other/Tests.swift b/ElementX/Sources/Other/Tests.swift index 3bf55a812..74d90cc01 100644 --- a/ElementX/Sources/Other/Tests.swift +++ b/ElementX/Sources/Other/Tests.swift @@ -43,4 +43,16 @@ public enum Tests { nil #endif } + + static var shouldDisableTimelineAccessibility: Bool { + guard isRunningUITests else { + return false + } + + #if DEBUG + return ProcessInfo.processInfo.environment["UI_TESTS_DISABLE_TIMELINE_ACCESSIBILITY"] != nil + #else + return false + #endif + } } diff --git a/ElementX/Sources/Screens/RoomScreen/View/TimelineTableViewController.swift b/ElementX/Sources/Screens/RoomScreen/View/TimelineTableViewController.swift index 2e399c530..9f9d7d5f0 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/TimelineTableViewController.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/TimelineTableViewController.swift @@ -34,8 +34,8 @@ class TimelineItemCell: UITableViewCell { /// This class subclasses `UIViewController` as `UITableViewController` adds some /// extra keyboard handling magic that wasn't playing well with SwiftUI (as of iOS 16.1). class TimelineTableViewController: UIViewController { - let coordinator: TimelineView.Coordinator - let tableView = UITableView(frame: .zero, style: .plain) + private let coordinator: TimelineView.Coordinator + private let tableView = UITableView(frame: .zero, style: .plain) var timelineStyle: TimelineStyle var timelineItems: [RoomTimelineViewProvider] = [] { @@ -87,8 +87,8 @@ class TimelineTableViewController: UIViewController { private let paginateBackwardsPublisher = PassthroughSubject() /// Whether or not the ``timelineItems`` value should be applied when scrolling stops. private var hasPendingUpdates = false - /// Yucky hack to fix some layouts where the scroll view doesn't make it to the bottom on keyboard appearance. - private var keyboardWillShowLayout: LayoutDescriptor? + /// We need to store the previous layout as computing it on the fly leads to problems. + private var previousLayout: LayoutDescriptor? /// Whether or not the view has been shown on screen yet. private var hasAppearedOnce = false @@ -109,6 +109,10 @@ class TimelineTableViewController: UIViewController { tableView.backgroundColor = .element.background view.addSubview(tableView) + // Prevents XCUITest from invoking the diffable dataSource's cellProvider + // for each possible cell, causing layout issues + tableView.accessibilityElementsHidden = Tests.shouldDisableTimelineAccessibility + scrollToBottomPublisher .sink { [weak self] _ in self?.scrollToBottom(animated: true) @@ -132,16 +136,9 @@ class TimelineTableViewController: UIViewController { } .store(in: &cancellables) - NotificationCenter.default.publisher(for: UIResponder.keyboardWillShowNotification) - .sink { [weak self] _ in - guard let self else { return } - self.keyboardWillShowLayout = self.layout() - } - .store(in: &cancellables) - NotificationCenter.default.publisher(for: UIResponder.keyboardDidShowNotification) .sink { [weak self] _ in - guard let self, let layout = self.keyboardWillShowLayout, layout.isBottomVisible else { return } + guard let self, let layout = self.previousLayout, layout.isBottomVisible else { return } self.scrollToBottom(animated: false) // Force the bottom to be visible as some timelines misbehave. } .store(in: &cancellables) @@ -170,18 +167,14 @@ class TimelineTableViewController: UIViewController { override func viewWillLayoutSubviews() { super.viewWillLayoutSubviews() - guard tableView.frame.size != view.frame.size else { return } - tableView.frame = CGRect(origin: .zero, size: view.frame.size) + if tableView.frame.size != view.frame.size { + tableView.frame = CGRect(origin: .zero, size: view.frame.size) + + // Update the table's layout if necessary after the frame changed. + updateTopPadding() + } - // Update the table's layout if necessary after the frame changed. - updateTopPadding() - - guard composerMode == .default else { return } - - // The table view is yet to update its content so layout() returns a - // description of the timeline before the frame change occurs. - let previousLayout = layout() - if previousLayout.isBottomVisible { + if let previousLayout, previousLayout.isBottomVisible { scrollToBottom(animated: false) } } @@ -235,6 +228,7 @@ class TimelineTableViewController: UIViewController { guard let dataSource else { return } let previousLayout = layout() + self.previousLayout = previousLayout var snapshot = NSDiffableDataSourceSnapshot() snapshot.appendSections([.main]) diff --git a/UITests/Sources/Application.swift b/UITests/Sources/Application.swift index 70d5b98ef..b598fe50c 100644 --- a/UITests/Sources/Application.swift +++ b/UITests/Sources/Application.swift @@ -18,12 +18,18 @@ import SnapshotTesting import XCTest struct Application { - static func launch(_ identifier: UITestsScreenIdentifier) -> XCUIApplication { + static func launch(_ identifier: UITestsScreenIdentifier, disableTimelineAccessibility: Bool = true) -> XCUIApplication { let app = XCUIApplication() - app.launchEnvironment = [ + + var launchEnvironment = [ "UI_TESTS_SCREEN": identifier.rawValue ] + if disableTimelineAccessibility { + launchEnvironment["UI_TESTS_DISABLE_TIMELINE_ACCESSIBILITY"] = "1" + } + + app.launchEnvironment = launchEnvironment app.launch() return app } @@ -35,17 +41,16 @@ extension XCUIApplication { /// - Parameter identifier: Identifier of the UI test screen /// - Parameter step: An optional integer that can be used to take multiple snapshots per test identifier. /// - Parameter insets: Optional insets with which to crop the image by. - func assertScreenshot(_ identifier: UITestsScreenIdentifier, step: Int? = nil, insets: UIEdgeInsets? = nil, delayInMilliseconds: UInt = 2000, precision: Float = 0.99) async throws { + func assertScreenshot(_ identifier: UITestsScreenIdentifier, step: Int? = nil, insets: UIEdgeInsets? = nil, delay: Duration = .seconds(1), precision: Float = 0.99) async throws { var snapshotName = identifier.rawValue if let step { snapshotName += "-\(step)" } // Sometimes the CI might be too slow to load the content so let's wait the delay time - if delayInMilliseconds > 0 { - try await Task.sleep(for: .milliseconds(delayInMilliseconds)) - } - var snapshot = XCUIScreen.main.screenshot().image + try await Task.sleep(for: delay) + + var snapshot = screenshot().image if let insets { snapshot = snapshot.inset(by: insets) diff --git a/UITests/Sources/CreateRoomScreenUITests.swift b/UITests/Sources/CreateRoomScreenUITests.swift index 27d59a382..93487ebc7 100644 --- a/UITests/Sources/CreateRoomScreenUITests.swift +++ b/UITests/Sources/CreateRoomScreenUITests.swift @@ -21,26 +21,30 @@ import XCTest class CreateRoomScreenUITests: XCTestCase { func testLanding() async throws { let app = Application.launch(.createRoom) - try await app.assertScreenshot(.createRoom, step: 0) + try await app.assertScreenshot(.createRoom) } func testLandingWithoutUsers() async throws { let app = Application.launch(.createRoomNoUsers) - try await app.assertScreenshot(.createRoom, step: 1) + try await app.assertScreenshot(.createRoomNoUsers) } func testLongInputNameText() async throws { let app = Application.launch(.createRoom) + + // typeText sometimes misses letters but it's faster than typing one letter at a time + // repeat the same letter enough times to avoid that but also to work on iPads app.textFields[A11yIdentifiers.createRoomScreen.roomName].tap() - app.textFields[A11yIdentifiers.createRoomScreen.roomName].typeText("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx") - try await app.assertScreenshot(.createRoom, step: 2) + app.textFields[A11yIdentifiers.createRoomScreen.roomName].typeText(.init(repeating: "x", count: 200)) + try await app.assertScreenshot(.createRoom, step: 1) } - func testLongInputTopicText() async throws { + // Disabled because tapping on the textView doesn't work + func disabled_testLongInputTopicText() async throws { let app = Application.launch(.createRoom) - let roomTopic = "Room topic\nvery\nvery\nvery long" - app.textViews[A11yIdentifiers.createRoomScreen.roomTopic].tap() - app.textViews[A11yIdentifiers.createRoomScreen.roomTopic].typeText(roomTopic) - try await app.assertScreenshot(.createRoom, step: 3) + let textView = app.textViews[A11yIdentifiers.createRoomScreen.roomTopic] + textView.tap() + textView.typeText(.init(repeating: "Topic\n", count: 3)) + try await app.assertScreenshot(.createRoom, step: 2) } } diff --git a/UITests/Sources/RoomScreenUITests.swift b/UITests/Sources/RoomScreenUITests.swift index a533864db..75f5c939e 100644 --- a/UITests/Sources/RoomScreenUITests.swift +++ b/UITests/Sources/RoomScreenUITests.swift @@ -75,39 +75,39 @@ class RoomScreenUITests: XCTestCase { try await app.assertScreenshot(.roomSmallTimelineLargePagination) } - // This test is very flaky on the CI disabling it for now -// func testTimelineLayoutInMiddle() async throws { -// let client = try UITestsSignalling.Client(mode: .tests) -// -// let app = Application.launch(.roomLayoutMiddle) -// -// await client.waitForApp() -// defer { try? client.stop() } -// -// try await Task.sleep(for: .seconds(10)) // Allow the table to settle -// // Given a timeline that is neither at the top nor the bottom. -// app.tables.element.swipeDown(velocity: .slow) -// try await Task.sleep(for: .seconds(10)) // Allow the table to settle -// try await app.assertScreenshot(.roomLayoutMiddle, step: 0) // Assert initial state for comparison. -// -// // When a back pagination occurs. -// try await performOperation(.paginate, using: client) -// -// // Then the UI should remain unchanged. -// try await app.assertScreenshot(.roomLayoutMiddle, step: 0) -// -// // When an incoming message arrives -// try await performOperation(.incomingMessage, using: client) -// -// // Then the UI should still remain unchanged. -// try await app.assertScreenshot(.roomLayoutMiddle, step: 0) -// -// // When the keyboard appears for the message composer. -// try await tapMessageComposer(in: app) -// -// // Then the timeline scroll offset should remain unchanged. -// try await app.assertScreenshot(.roomLayoutMiddle, step: 1) -// } + // This test is DISABLED because it's flakey on the CI + func disabled_testTimelineLayoutInMiddle() async throws { + let client = try UITestsSignalling.Client(mode: .tests) + + let app = Application.launch(.roomLayoutMiddle) + + await client.waitForApp() + defer { try? client.stop() } + + try await Task.sleep(for: .seconds(1)) // Allow the table to settle + // Given a timeline that is neither at the top nor the bottom. + app.swipeDown() + try await Task.sleep(for: .seconds(1)) // Allow the table to settle + try await app.assertScreenshot(.roomLayoutMiddle, step: 0) // Assert initial state for comparison. + + // When a back pagination occurs. + try await performOperation(.paginate, using: client) + + // Then the UI should remain unchanged. + try await app.assertScreenshot(.roomLayoutMiddle, step: 0) + + // When an incoming message arrives + try await performOperation(.incomingMessage, using: client) + + // Then the UI should still remain unchanged. + try await app.assertScreenshot(.roomLayoutMiddle, step: 0) + + // When the keyboard appears for the message composer. + try await tapMessageComposer(in: app) + + // Then the timeline scroll offset should remain unchanged. + try await app.assertScreenshot(.roomLayoutMiddle, step: 1) + } func testTimelineLayoutAtTop() async throws { let client = try UITestsSignalling.Client(mode: .tests) @@ -119,42 +119,40 @@ class RoomScreenUITests: XCTestCase { // Given a timeline that is scrolled to the top. for _ in 0...5 { - app.tables.element.swipeDown() + app.swipeDown() } - let cropped = UIEdgeInsets(top: 150, left: 0, bottom: 0, right: 0) // Ignore the navigation bar and pagination indicator as these change. - try await app.assertScreenshot(.roomLayoutTop, insets: cropped) // Assert initial state for comparison. + try await app.assertScreenshot(.roomLayoutTop) // Assert initial state for comparison. // When a back pagination occurs. try await performOperation(.paginate, using: client) // Then the bottom of the timeline should remain unchanged (with new items having been added above). - try await app.assertScreenshot(.roomLayoutTop, insets: cropped) + try await app.assertScreenshot(.roomLayoutTop) } - // This test is very flaky on the CI disabling it for now -// func testTimelineLayoutAtBottom() async throws { -// let client = try UITestsSignalling.Client(mode: .tests) -// -// let app = Application.launch(.roomLayoutBottom) -// -// await client.waitForApp() -// defer { try? client.stop() } -// -// // Some time for the timeline to settle -// try await Task.sleep(for: .seconds(10)) -// // When an incoming message arrives. -// try await performOperation(.incomingMessage, using: client) -// // Some time for the timeline to settle -// try await Task.sleep(for: .seconds(10)) -// -// // Then the timeline should scroll down to reveal the message. -// try await app.assertScreenshot(.roomLayoutBottom, step: 0) -// -// // When the keyboard appears for the message composer. -// try await tapMessageComposer(in: app) -// -// try await app.assertScreenshot(.roomLayoutBottom, step: 1) -// } + func testTimelineLayoutAtBottom() async throws { + let client = try UITestsSignalling.Client(mode: .tests) + + let app = Application.launch(.roomLayoutBottom) + + await client.waitForApp() + defer { try? client.stop() } + + // Some time for the timeline to settle + try await Task.sleep(for: .seconds(1)) + // When an incoming message arrives. + try await performOperation(.incomingMessage, using: client) + // Some time for the timeline to settle + try await Task.sleep(for: .seconds(1)) + + // Then the timeline should scroll down to reveal the message. + try await app.assertScreenshot(.roomLayoutBottom, step: 0) + + // When the keyboard appears for the message composer. + try await tapMessageComposer(in: app) + + try await app.assertScreenshot(.roomLayoutBottom, step: 1) + } // MARK: - Helper Methods diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-0.png deleted file mode 100644 index 89df187cc..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30a57a7906568df2b6ba4160041b410fe0eb242e3991670f2523b9dd7bdd66e0 -size 142197 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 index aedd78993..dbe1cea8c 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3bcc5ad6895274acbc571fed907c519adb3fbf8af9d24483e5e7ab787ceafee -size 119395 +oid sha256:baaa8f3c90cfd2c3fee4aaf643c5d878ac7ad0985f69b26f6f4d4626f721dc0f +size 209068 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-2.png deleted file mode 100644 index 97ef842ca..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc6ffd8eb6a9ce04c3315d62bcd6931e4d07277f93f8ae99d78f23495a76b1b7 -size 209662 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-3.png deleted file mode 100644 index 25d4b3d24..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f04dff28192317c64b319ecaa7c3d4252fa4bbf3889b01caae95d335bc1fcb09 -size 216871 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 new file mode 100644 index 000000000..503128b37 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263b659ad21fc364a91162eb0aea523a1cc0db497580ec10377b78f3b9425ed6 +size 142198 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 new file mode 100644 index 000000000..aedd78993 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoomNoUsers.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3bcc5ad6895274acbc571fed907c519adb3fbf8af9d24483e5e7ab787ceafee +size 119395 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsers-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsers-1.png index c11140c09..35c52c3bf 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsers-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsers-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8246c89a96e3556b237df058f87530c4a691d15977d7071eacbc2a56e5c5cf79 -size 108593 +oid sha256:c3909142865f334588ac1b1e9dfeb6e3b9ef44c8ad715dfab676f2cb4ea20a7c +size 108716 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsersExistingRoom-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsersExistingRoom-1.png deleted file mode 100644 index ccd453973..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsersExistingRoom-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5998aef45c8d50471c13c400b07f172f2c47760f1896cdc1d26d73a7bdcd6e1e -size 108653 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsersInRoom-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsersInRoom-1.png index ccd453973..55342409a 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsersInRoom-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsersInRoom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5998aef45c8d50471c13c400b07f172f2c47760f1896cdc1d26d73a7bdcd6e1e -size 108653 +oid sha256:12053c27263fb18bdacfa18a6950ed14f94db58ad54cff05c4853d84e092a929 +size 108772 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 75d531b44..ade2f33f5 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:9f18fbb5e3246cfcc7d73448dd28c88ffd2cec2de5143e151d36228f54286bc8 -size 279203 +oid sha256:53d5ebedf8d681b2eb8d93f7951e96d84ccb9a42a50db31e2aaab1906689c667 +size 296388 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 9d2d2563a..03fbb68cb 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:b8c550f90b3ed194b8c5177e11cd84238b4cf93ac3dc9f7aeee35659e7d1ca0e -size 287547 +oid sha256:426b8787bf71ebf9a30e6522724a167d22eb4408aa6bb2eae5449b54670d9705 +size 299507 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutMiddle-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutMiddle-0.png index 71966c41c..c5a0848f1 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutMiddle-0.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutMiddle-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b5cd58ebe4543b7f86dfe888c1f36a37504fc0999efd60631c6e276d90d1f5b -size 293308 +oid sha256:d86434ed66c05bbe68f363b9eb023312dba772ba6972461b4266e9e427605b5f +size 288382 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutMiddle-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutMiddle-1.png index 4769f2397..885b8bd2b 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutMiddle-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutMiddle-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:531dffb75fc206141a9b1ffcd39384a1c7998afdebd35059fd9e09a8d207d5b9 -size 302274 +oid sha256:378888b5d535d0174efff10c7a19a7b69a953a0137efc04afc04934dcda6bf1a +size 290056 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 514d79e72..1d9024c02 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:8b158cbc42c2f948549482d6b45a6eb0366eed3062da478674508509fed2f0a4 -size 277271 +oid sha256:bd74cedf7be35001f8e552619b97c383d5621263210aabf356a6f68c9537ae0a +size 300134 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 9b562fb5a..dc6e87b31 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:bf27bfef228ca1b4b0c043cd8d5034b61b3f4780475f5bc2ebe43273d288a54b -size 315147 +oid sha256:d57f734cd9a8d9b07fd59b668f0ae6cc4ed07f514177f4fe48a39ee3c44b2951 +size 329563 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 65695f64d..0658b18ea 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:0970c28baf874cd88eddf8e3da907dde4e9702ea34c2cdef1138c911b7f570a0 -size 382923 +oid sha256:860e66eba98040ff954d99e7412b7e57f14e3d3ba98713c9c9541c85e6166b4b +size 392252 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom-0.png deleted file mode 100644 index a3f1bd604..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6281cf358c6de81b0bcd18df1498aee322927d08a66fd38be2fbcfc635ded1eb -size 187113 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 index eb8e89c27..ab6ed7ed8 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20bd739e247f81d6f4eb6d2e47a3616fb5ad378e91af491093199f2c955e335e -size 154551 +oid sha256:bc1b97579497bc0dd6cbd72f11b09a1ef50508baea8871f34f3f64b512652ffd +size 202796 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom-2.png deleted file mode 100644 index 8ea7cbc49..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a83261d714b8f909250c2ec35ec3274da67dc7d0f18cf14ba6e44855998a02c -size 202518 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom.png new file mode 100644 index 000000000..ade4dd64d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924992e12a0c4c25f20c9bd7d79388ad0640cbba7bd0d0bd1fba2c58e1d7e025 +size 184886 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoomNoUsers.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoomNoUsers.png new file mode 100644 index 000000000..3d13bc0af --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoomNoUsers.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd0921da82ea2a1ee28bfe36c98ef62128e49f9f2244966f45f80d46512f512 +size 156826 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers-1.png index bf11a4146..6cdd61d9f 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:058b2bc5f9767f51daf3bb1b072f280c5be8773bdfbac059123d74846d408149 -size 132527 +oid sha256:2845c3bdf17835c7d25fb5f40b7c8f2e71f7ecf12dd739599b7935a24d7bd425 +size 130104 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers.png index 372c1a9f2..3435139d6 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4254f22da797a44cbb7dda8c696315c04e826a72a6569672327597a9b02ecd57 -size 115498 +oid sha256:51b7109da2b03924f3a476d1be83b2b35c7f494839cb9509bd9f8cc2ee7600d2 +size 113342 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsersExistingRoom-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsersExistingRoom-1.png deleted file mode 100644 index 93530fc0b..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsersExistingRoom-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a2540eb953c411f815d3eea12b559fe5cc7632af644b841f1487d5379d0efc3 -size 133083 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsersInRoom-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsersInRoom-1.png index 93530fc0b..fd3d4bc1d 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsersInRoom-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsersInRoom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a2540eb953c411f815d3eea12b559fe5cc7632af644b841f1487d5379d0efc3 -size 133083 +oid sha256:8a92d04655f2c51f2c595d359d7c0b75b47018a17e2ca82f2063b20be6cb737a +size 132541 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 365f9c60b..00bb2695a 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:bab561403412b563bac24b6676a3770caf6e63d26496afe7324902a02ac27171 -size 358173 +oid sha256:b615229e904547753458fc94e01f947bbd899c1755fdb09fd22630289d7c44cc +size 358163 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 07596936f..f51e74530 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:0b430246471c4855584c8d12ef502e3e5c589b4c8c379a1e7451ea5fc0667d16 -size 289146 +oid sha256:c37a717f948d8b6f2fec7b4c2b961dfb783695444d3a45adda78d3c6fe213d9a +size 304254 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 ab9883f81..9a23b048b 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:29ac362c94adad94805944bdf32a4ce86a853aa5244d02422b3dd18f43f43af3 -size 284066 +oid sha256:802fe0d1cc402f119fa73f4574780629d58ad33127c5df3d033237891358f95a +size 290500 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutMiddle-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutMiddle-0.png index 6bcb2d1b0..8049409c7 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutMiddle-0.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutMiddle-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee65da700ae94c7d4c5c8d7beac9b571fe4c26b70ca0a606c96cd4227585ee8d -size 306994 +oid sha256:07d1c1cee2e6a0066fc9f90b25db6e6385a35a236b183c3fdedd9e41c4389f7c +size 313017 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutMiddle-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutMiddle-1.png index d9977bfde..d02fc5673 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutMiddle-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutMiddle-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a27ad2b4e07d88888a2981f09ddf73dce3b5c7e01048492a85b74c719e44e4b3 -size 309008 +oid sha256:d93278512de3e17dca4e1a60b0d2129400d1ba9dad98a66eab4e8ed8774123ea +size 299103 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 3149c0268..8301b6aa3 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:e9c51054aa21e5196bcaa8d74b73f6a61f8b1dd061d2f57d0b89a39ae99bf1b0 -size 245687 +oid sha256:7dcd9fa3f381b59e5c59b50a1c1365ee83d91f5997a97ba2ff3208dfae2cdbf7 +size 307514 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 9ae4a0f83..0b772e7ed 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:ef7e2f6841d0c8524d049605258e42e49dbc3f7a63dcdb019033cfeccd2c6647 -size 357869 +oid sha256:e49042047ee5baf3a72bc0d332fad93518d3428ef57057bea14a9bc280c4145b +size 357860 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 index 7fd445b9a..3d74aa3ac 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7943a36b71c55df9a3d079afc47c85ce28e7df85f51cef7e4a162fb27fd31d3b -size 125709 +oid sha256:3805a9497d20e8d91bb75415eb483a8dd999a7afba7d4dc9b7632573fc417f43 +size 124234 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 5a7321e5b..43d2a9025 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:79a626a822188e1feecac4489e341155ecbeac9106537186f48a765c5ba093b5 -size 290518 +oid sha256:9389910b558eb6e62ae41913ba912a8859323fd526712d1e0f1934984e2d164a +size 302956 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 78edb9b8c..93fa71484 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:b34012b9a354f4ce79fe0cb2c37c31bb5a6e80cef2e6277de57cd2bab6a1789b -size 276121 +oid sha256:d58d00ea6f040f7343a9ee69848c6e35f739b80884876565d0a6bb0a1dbcb956 +size 289673 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-0.png deleted file mode 100644 index 359866e00..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00afe2fb3c7916cb27095ee0c68141f55169ef08145176cda0eff31cc1dc6112 -size 170654 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 index 2be9db20f..ecb018c13 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a3044792fc93c2b662b03ffe34d4fcd386547196fa6e06417006d406845d011 -size 148728 +oid sha256:22d07df302e6dc102265be2fa731733c0c78f74520c94822fc09ccedbf9f14c9 +size 235617 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-2.png deleted file mode 100644 index 2d10c5625..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26cac303122e2ee3fa33c451f74c0e8b6c388a1fc65e16a62742d310372b3105 -size 236236 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-3.png deleted file mode 100644 index e69f02670..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09ee29785e415f8b96bbc5bbfc4f367cee516d3ac4d0ebee02da1f299cdd5bfe -size 240291 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom.png new file mode 100644 index 000000000..13465f715 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d48027b7f07bd8e88e1f4b396ce6cfe72575c7c69cf53409318cad60fa5c31b +size 170726 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoomNoUsers.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoomNoUsers.png new file mode 100644 index 000000000..2be9db20f --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoomNoUsers.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3044792fc93c2b662b03ffe34d4fcd386547196fa6e06417006d406845d011 +size 148728 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsers-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsers-1.png index a91aee4a8..aaf6c8a36 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsers-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsers-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a9ed0d1fc9b8d0d7646740015a617376c6d1fd0052d8036f2336adf4db2c688 -size 111420 +oid sha256:0763b757551c435ecd922bdee878d617d5760c74d81a3c0a9138e64495affea8 +size 111446 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsersExistingRoom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsersExistingRoom-1.png deleted file mode 100644 index 324a170b5..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsersExistingRoom-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:871a7cdcab72ffd00146d252eac9eb00309158af303457ca260bf194741d0fd7 -size 111420 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsersInRoom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsersInRoom-1.png index 324a170b5..2b72c2a85 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsersInRoom-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsersInRoom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:871a7cdcab72ffd00146d252eac9eb00309158af303457ca260bf194741d0fd7 -size 111420 +oid sha256:343d749a7294d6acd559e2425a704225368adab14553aada095cac8ea94c499a +size 111617 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 1e416544e..b324d648f 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:19998062e4ccdab92a50fe021810ebe89d582a3b59b3d17c11199d60c0898730 -size 279683 +oid sha256:ca8aa7cb5407c2355573e41a7fb0f49276e0ac6741539ff0555578ede7c82d7a +size 296876 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 71b90f3d1..934638387 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:c0938771aee08e00cc17be9f147a1de8abd4e572424b64e41dd65de6af085360 -size 288101 +oid sha256:3058f68584034d80cb942a25c2836c987475295001ef1a73870f51f6c987a3a7 +size 300025 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-0.png index ad22e208f..24a40c1fe 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-0.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42b002d398ece3c455c2d483197f979e0b3b8f7c2debbf8d85b80f3968bddd6b -size 293802 +oid sha256:74c49c45396057c1e3195ecc6de96a7566642db59f478bf43c34978d8c6e3a0f +size 288840 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-1.png index 7502d4be7..9f1afc670 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad9b593d8ec4a1af102b6a2b35f62174107e3e0a8d5413e3ea80c26d7c99c9eb -size 304679 +oid sha256:0fddbb48be315df601f825a5bcd546a2c63efcbcdcaa286e8d43af183c52ca4b +size 290597 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 54dc6b5cb..bb745efe2 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:52980d6dfbd4cc70655173693c25748eaff6caa6d99e2a7af19c2d1ff2e14f47 -size 277659 +oid sha256:1342015edc2fb095a5f76731aa39e52f3d83190cef6f2b65c082c04457e139c7 +size 300576 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 fbad3387f..c5ef57303 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:1b1161bb1ad7fc1db9c996247a82bf62a18519dfa061669deef9c0557d92b845 -size 317302 +oid sha256:d0573ba68eb8c54ebce5be7d9983e734dc6c832880f483404a3c229de8682173 +size 331771 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 e210eb7eb..e048595e8 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:5be7ed8b335671e421a89cc6bfbd2d2e297d090dda6cd6cefa4a01727e29600a -size 372076 +oid sha256:1001b9587bc8843176ae39caeaa3951300a972d3a5466edb0658da3af537cf80 +size 390617 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-0.png deleted file mode 100644 index ff0608dde..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9836261fe75bd8ec31d77d048c91946c96bc3b3bd8ddbe13ec3b90624e39169 -size 237172 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-1.png index ae6d5ec58..488c742fc 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64e4e2e86430c86983f21b71d0ec153ee2f7ee9edd15f4865c3f5f55b7dd285f -size 219197 +oid sha256:652b2de02c2c6e22728d980a9fb2e30408c9e67f556e1771e186167e05bc8b8f +size 215886 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-2.png deleted file mode 100644 index 6e284ff4c..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3eb2a4fa0b23772137905776667ef919eb0dce731577a70df913bd4eb77b188f -size 215973 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom.png new file mode 100644 index 000000000..97d73919b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104762372501a72e46b0c277f803208588c6da3cb3cf2693aacf34673ce0dee1 +size 237256 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoomNoUsers.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoomNoUsers.png new file mode 100644 index 000000000..ae6d5ec58 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoomNoUsers.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e4e2e86430c86983f21b71d0ec153ee2f7ee9edd15f4865c3f5f55b7dd285f +size 219197 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsers-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsers-1.png index fb886cea0..c2de82cb8 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsers-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsers-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:103cf9d17c3b1f7caceb82d725d13c099f51a9f329453e3690bf9c951fe7daab -size 136625 +oid sha256:d08b47a4b95215b19063f50561cf6d9ed70c2ee3d811896b32f18fb5eaa715c3 +size 136471 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersExistingRoom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersExistingRoom-1.png deleted file mode 100644 index db4199507..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersExistingRoom-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f4003754398e766a8190e9856da6905adccd84cda9b2733a80d66cb1e7b9258 -size 136980 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersInRoom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersInRoom-1.png index db4199507..8a937ffab 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersInRoom-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersInRoom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f4003754398e766a8190e9856da6905adccd84cda9b2733a80d66cb1e7b9258 -size 136980 +oid sha256:51c9ca1cd193dd47c68c75adfc1d0e0f58c1f95b2ab55135f4cc7d815ecd3c0e +size 136285 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersInRoomExistingMembers-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersInRoomExistingMembers-1.png index c9839013d..cf8e4b186 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersInRoomExistingMembers-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersInRoomExistingMembers-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe3a4bfcb6ea5b31f8640df8fc8aa5eecc197a6e314d296f3636f26a155aaba4 -size 117935 +oid sha256:c5e5a6fec62819bf6f74d4beab057fe78de8f3205f87a108e3593f235bc55948 +size 120091 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png index 04492cc4b..7dd1af9d6 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:00c8ff711be9887999ccf53c1d8a83b6eb3dc64a995cc4ff9befb3af2fcd5fda -size 331747 +oid sha256:9c4a806fcb7735fe14c3dd33ad30e3968a7462d018141811541fd6816d081c16 +size 358742 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 d4d712b10..2867f9b88 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:141a671733a34c53f69f3dc54138af9728de5bf6dce1745fa3f2f1a39a5b022f -size 289721 +oid sha256:dde63b81337512c6417c959a281fd63ad0f9081b6728811eb6363db7f0b96c31 +size 304846 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 3911811f4..98698e458 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:d465fbe5322d1297505dfb12228178f3bdafd8d05d6bcd33236028e6accf6b17 -size 284659 +oid sha256:9fe16734e3fb2fb0ea0bb466f03e026ffe276fe8453a183742e02620f40f79c5 +size 291151 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-0.png index 5f1fe58a6..491e68a71 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-0.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c94e9a4d1f58fe2af9de7b44d51114758902742a3113b0028eeda5310e83e5b9 -size 307488 +oid sha256:544d5e5c82827da43397e32872639afb698c7a3ac2333e39411d37f2224218e1 +size 313490 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-1.png index 55c53708d..7e760d68c 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efe04c45bedbe275299d75592b06945c5c3b2d23db1914c48d418e3ef8bfd9fd -size 309600 +oid sha256:f5fe572e8022c016b2f53f030a316ac95327d9c669c1a83194039cdc9674c83b +size 301985 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png index 0950bd463..792943ec0 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:14ce154e225fb44ab8d25ffd3a5fd4c9f31fff749ffcb2b85c9bf48ffdb222c7 -size 239096 +oid sha256:3ae781e7179bb0ce0629815b6960b988aead432afb485016da2a2be2312d4468 +size 308030 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png index 0c763d53b..08d97027d 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:01d80b393f47f65ada87ae257db7f6b6ff4ea1249a563cc4766957afb426a6a9 -size 331400 +oid sha256:d1391bc101bc55dfbe7a1cae55d31f727e9794f0d041f87c7e270c18e9c2e6ee +size 358439 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png index 71a6bb55a..27fdbba76 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:c7dc2cffb7f9f8fa6eded8cb651d244fe1cd38b49b46fe53333f99ab817575c5 -size 155897 +oid sha256:e4aa699880aca33088f1db831d47a483e508beda3868afc03787a53221b59bdd +size 155478 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png index 873db9dd4..67d936a85 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:83b4a6ce0752c14c6b62fe945b2df0bf147be08556cadc7d6660924e067783f3 -size 191958 +oid sha256:7bf8ad884a94f9e14c64b87189bb583f2c8f5bc5d0803debf4b61ceffd8464cf +size 191601 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png index 9dd06a0fc..fe5a211c9 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:88b627d39519eca49a62970fb7924c754b75967894d9ba3367f60dce83eb7429 -size 305045 +oid sha256:57b392a64b45639d4a02d149302183d41238ac514cb260c84b7d2b9a33809c54 +size 318105 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png index 5e1a82f41..a88f802ff 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4752cf1669531b5faa275e79dcb44cbcdb9c320867ed944b1cd966f379cef2db -size 128774 +oid sha256:e83d4c4c94d92bea4c4d9853c4d2556282a6c9b4f19c2575094514a4c3f9cab6 +size 127299 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 be1ce4aa1..da7e7672a 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:e9fc9261b97d9e240b92b5e9dd741c934b783059f50b3aa8fb10c292272b5aa0 -size 290789 +oid sha256:bd52948a3cad0ac57af40a2e3eae6158d8588035d4ce1a17ce3afb424d81f679 +size 304742 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 edbd0b4f7..9957555f6 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:71b7f71e0b5118067b932b3151bc1bddb4831657e958428536b3dbdd2b1dc211 -size 283228 +oid sha256:a3bc038bfd9dd254b0af6e2fb0a42785e98299c66eb1ff9c8901f7500c81f51f +size 290702 diff --git a/fastlane/Fastfile b/fastlane/Fastfile index fb2d57f48..1371efc4d 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -127,7 +127,8 @@ lane :ui_tests do |options| ensure_devices_found: true, prelaunch_simulator: true, result_bundle: true, - only_testing: test_to_run + only_testing: test_to_run, + number_of_retries: 3, ) slather(