diff --git a/PreviewTests/Sources/PreviewTests.swift b/PreviewTests/Sources/PreviewTests.swift index 224868cb8..3886373a5 100644 --- a/PreviewTests/Sources/PreviewTests.swift +++ b/PreviewTests/Sources/PreviewTests.swift @@ -16,7 +16,7 @@ import XCTest class PreviewTests: XCTestCase { private let deviceConfig: ViewImageConfig = .iPhoneX private let simulatorDevice: String? = "iPhone14,6" // iPhone SE 3rd Generation - private let requiredOSVersion = (major: 18, minor: 4) + private let requiredOSVersion = (major: 18, minor: 5) private let snapshotDevices = ["iPhone 16", "iPad"] private var recordMode: SnapshotTestingConfiguration.Record = .missing diff --git a/UITests/Sources/Application.swift b/UITests/Sources/Application.swift index f81422f62..c8e59a506 100644 --- a/UITests/Sources/Application.swift +++ b/UITests/Sources/Application.swift @@ -47,7 +47,7 @@ enum Application { guard deviceModel == requirediPhoneSimulator || deviceModel == requirediPadSimulator else { fatalError("Running on \(deviceModel) but we only support \(requirediPhoneSimulator) and \(requirediPadSimulator).") } - guard UIDevice.current.snapshotName == "iPhone-18.4" || UIDevice.current.snapshotName == "iPad-18.4" else { + guard UIDevice.current.snapshotName == "iPhone-18.5" || UIDevice.current.snapshotName == "iPad-18.5" else { fatalError("Running on a simulator that hasn't been renamed to match the expected snapshot filenames.") } } diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testFlowDisabled-iPad-18-4-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLock.testFlowDisabled-iPad-18-5-en-GB-99.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testFlowDisabled-iPad-18-4-en-GB-99.png rename to UITests/Sources/__Snapshots__/Application/appLock.testFlowDisabled-iPad-18-5-en-GB-99.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testFlowDisabled-iPhone-18-4-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLock.testFlowDisabled-iPhone-18-5-en-GB-99.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testFlowDisabled-iPhone-18-4-en-GB-99.png rename to UITests/Sources/__Snapshots__/Application/appLock.testFlowDisabled-iPhone-18-5-en-GB-99.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-18-4-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-18-5-en-GB-99.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-18-4-en-GB-99.png rename to UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-18-5-en-GB-99.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-18-4-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-18-5-en-GB-99.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-18-4-en-GB-99.png rename to UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-18-5-en-GB-99.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPad-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPad-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPad-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPad-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPad-18-4-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPad-18-5-en-GB-99.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPad-18-4-en-GB-99.png rename to UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPad-18-5-en-GB-99.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPhone-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPhone-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPhone-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPhone-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPhone-18-4-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPhone-18-5-en-GB-99.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPhone-18-4-en-GB-99.png rename to UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPhone-18-5-en-GB-99.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-4-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-5-en-GB-4.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-4-en-GB-4.png rename to UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-5-en-GB-4.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-4-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-5-en-GB-99.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-4-en-GB-99.png rename to UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-18-5-en-GB-99.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-4-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-5-en-GB-4.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-4-en-GB-4.png rename to UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-5-en-GB-4.png diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-4-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-5-en-GB-99.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-4-en-GB-99.png rename to UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-18-5-en-GB-99.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPad-18-4-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPad-18-5-en-GB-99.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPad-18-4-en-GB-99.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPad-18-5-en-GB-99.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPhone-18-4-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPhone-18-5-en-GB-99.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPhone-18-4-en-GB-99.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPhone-18-5-en-GB-99.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-4-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-5-en-GB-4.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-4-en-GB-4.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-5-en-GB-4.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-4-en-GB-5.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-5-en-GB-5.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-4-en-GB-5.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-5-en-GB-5.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-4-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-5-en-GB-99.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-4-en-GB-99.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-18-5-en-GB-99.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-4-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-5-en-GB-99.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-4-en-GB-99.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-18-5-en-GB-99.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-18-4-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-18-5-en-GB-99.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-18-4-en-GB-99.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-18-5-en-GB-99.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-18-4-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-18-5-en-GB-99.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-18-4-en-GB-99.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-18-5-en-GB-99.png diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithPassword-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithPassword-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithPassword-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithPassword-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithPassword-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithPassword-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithPassword-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithPassword-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithUnsupportedUserID-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithUnsupportedUserID-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithUnsupportedUserID-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithUnsupportedUserID-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithUnsupportedUserID-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithUnsupportedUserID-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithUnsupportedUserID-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithUnsupportedUserID-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testMultipleProvidersLoginWithPassword-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testMultipleProvidersLoginWithPassword-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testMultipleProvidersLoginWithPassword-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testMultipleProvidersLoginWithPassword-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testMultipleProvidersLoginWithPassword-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testMultipleProvidersLoginWithPassword-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testMultipleProvidersLoginWithPassword-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testMultipleProvidersLoginWithPassword-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testProvisionedLoginWithPassword-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testProvisionedLoginWithPassword-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testProvisionedLoginWithPassword-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testProvisionedLoginWithPassword-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testProvisionedLoginWithPassword-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testProvisionedLoginWithPassword-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testProvisionedLoginWithPassword-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testProvisionedLoginWithPassword-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testSingleProviderLoginWithPassword-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testSingleProviderLoginWithPassword-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testSingleProviderLoginWithPassword-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testSingleProviderLoginWithPassword-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testSingleProviderLoginWithPassword-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testSingleProviderLoginWithPassword-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testSingleProviderLoginWithPassword-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testSingleProviderLoginWithPassword-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/bugReport.testInitialStateComponents-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/bugReport.testInitialStateComponents-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/bugReport.testInitialStateComponents-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/bugReport.testInitialStateComponents-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/bugReport.testInitialStateComponents-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/bugReport.testInitialStateComponents-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/bugReport.testInitialStateComponents-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/bugReport.testInitialStateComponents-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/bugReport.testReportText-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/bugReport.testReportText-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/bugReport.testReportText-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/bugReport.testReportText-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/bugReport.testReportText-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/bugReport.testReportText-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/bugReport.testReportText-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/bugReport.testReportText-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLanding-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLanding-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/createRoomScreen.testLanding-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/createRoomScreen.testLanding-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLanding-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLanding-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/createRoomScreen.testLanding-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/createRoomScreen.testLanding-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLandingWithoutUsers-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLandingWithoutUsers-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/createRoomScreen.testLandingWithoutUsers-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/createRoomScreen.testLandingWithoutUsers-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLandingWithoutUsers-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLandingWithoutUsers-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/createRoomScreen.testLandingWithoutUsers-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/createRoomScreen.testLandingWithoutUsers-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLongInputNameText-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLongInputNameText-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/createRoomScreen.testLongInputNameText-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/createRoomScreen.testLongInputNameText-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLongInputNameText-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLongInputNameText-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/createRoomScreen.testLongInputNameText-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/createRoomScreen.testLongInputNameText-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-4-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-5-en-GB-4.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-4-en-GB-4.png rename to UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-18-5-en-GB-4.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-4-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-5-en-GB-4.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-4-en-GB-4.png rename to UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-18-5-en-GB-4.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-18-4-en-GB-5.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-18-5-en-GB-5.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-18-4-en-GB-5.png rename to UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-18-5-en-GB-5.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-18-4-en-GB-6.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-18-5-en-GB-6.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-18-4-en-GB-6.png rename to UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-18-5-en-GB-6.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-18-4-en-GB-5.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-18-5-en-GB-5.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-18-4-en-GB-5.png rename to UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-18-5-en-GB-5.png diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-18-4-en-GB-6.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-18-5-en-GB-6.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-18-4-en-GB-6.png rename to UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-18-5-en-GB-6.png diff --git a/UITests/Sources/__Snapshots__/Application/pollFormScreen.testEmptyScreen-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testEmptyScreen-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/pollFormScreen.testEmptyScreen-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/pollFormScreen.testEmptyScreen-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/pollFormScreen.testEmptyScreen-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testEmptyScreen-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/pollFormScreen.testEmptyScreen-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/pollFormScreen.testEmptyScreen-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/pollFormScreen.testFilledPoll-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testFilledPoll-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/pollFormScreen.testFilledPoll-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/pollFormScreen.testFilledPoll-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/pollFormScreen.testFilledPoll-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testFilledPoll-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/pollFormScreen.testFilledPoll-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/pollFormScreen.testFilledPoll-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/pollFormScreen.testMaxOptions-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testMaxOptions-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/pollFormScreen.testMaxOptions-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/pollFormScreen.testMaxOptions-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/pollFormScreen.testMaxOptions-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testMaxOptions-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/pollFormScreen.testMaxOptions-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/pollFormScreen.testMaxOptions-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testJoinedAndInvitedMembers-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testJoinedAndInvitedMembers-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testJoinedAndInvitedMembers-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testJoinedAndInvitedMembers-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testJoinedAndInvitedMembers-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testJoinedAndInvitedMembers-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testJoinedAndInvitedMembers-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testJoinedAndInvitedMembers-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchInvitedMember-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchInvitedMember-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchInvitedMember-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchInvitedMember-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchInvitedMember-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchInvitedMember-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchInvitedMember-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchInvitedMember-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchJoinedMember-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchJoinedMember-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchJoinedMember-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchJoinedMember-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchJoinedMember-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchJoinedMember-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchJoinedMember-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchJoinedMember-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-4-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-5-en-GB-4.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-4-en-GB-4.png rename to UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-5-en-GB-4.png diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-4-en-GB-5.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-5-en-GB-5.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-4-en-GB-5.png rename to UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-18-5-en-GB-5.png diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-4-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-5-en-GB-4.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-4-en-GB-4.png rename to UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-5-en-GB-4.png diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-4-en-GB-5.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-5-en-GB-5.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-4-en-GB-5.png rename to UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-18-5-en-GB-5.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testPlainNoAvatar-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testPlainNoAvatar-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testPlainNoAvatar-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testPlainNoAvatar-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testPlainNoAvatar-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testPlainNoAvatar-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testPlainNoAvatar-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testPlainNoAvatar-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineLayout-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineLayout-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineLayout-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineLayout-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineLayout-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineLayout-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineLayout-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineLayout-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithIncomingAndPagination-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithIncomingAndPagination-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithIncomingAndPagination-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithIncomingAndPagination-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithIncomingAndPagination-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithIncomingAndPagination-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithIncomingAndPagination-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithIncomingAndPagination-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithLargePagination-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithLargePagination-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithLargePagination-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithLargePagination-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithLargePagination-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithLargePagination-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithLargePagination-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithLargePagination-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineDisclosedPolls-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineDisclosedPolls-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineDisclosedPolls-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineDisclosedPolls-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineDisclosedPolls-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineDisclosedPolls-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineDisclosedPolls-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineDisclosedPolls-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPad-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPad-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPad-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPad-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPad-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPad-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPad-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPad-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPhone-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPhone-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPhone-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPhone-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPhone-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPhone-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPhone-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPhone-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtTop-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtTop-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtTop-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtTop-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtTop-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtTop-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtTop-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtTop-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutHighlightExisting-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutHighlightExisting-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutHighlightExisting-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutHighlightExisting-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutHighlightExisting-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutHighlightExisting-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutHighlightExisting-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutHighlightExisting-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineOutgoingPolls-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineOutgoingPolls-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineOutgoingPolls-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineOutgoingPolls-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineOutgoingPolls-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineOutgoingPolls-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineOutgoingPolls-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineOutgoingPolls-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineReadReceipts-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineReadReceipts-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineReadReceipts-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineReadReceipts-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineReadReceipts-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineReadReceipts-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineReadReceipts-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineReadReceipts-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineUndisclosedPolls-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineUndisclosedPolls-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineUndisclosedPolls-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineUndisclosedPolls-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineUndisclosedPolls-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineUndisclosedPolls-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineUndisclosedPolls-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineUndisclosedPolls-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection.testEmptyAddress-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/serverSelection.testEmptyAddress-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/serverSelection.testEmptyAddress-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/serverSelection.testEmptyAddress-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection.testEmptyAddress-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/serverSelection.testEmptyAddress-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/serverSelection.testEmptyAddress-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/serverSelection.testEmptyAddress-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection.testInvalidAddress-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/serverSelection.testInvalidAddress-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/serverSelection.testInvalidAddress-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/serverSelection.testInvalidAddress-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection.testInvalidAddress-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/serverSelection.testInvalidAddress-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/serverSelection.testInvalidAddress-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/serverSelection.testInvalidAddress-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection.testNormalState-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/serverSelection.testNormalState-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/serverSelection.testNormalState-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/serverSelection.testNormalState-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection.testNormalState-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/serverSelection.testNormalState-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/serverSelection.testNormalState-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/serverSelection.testNormalState-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-4-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-5-en-GB-4.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-4-en-GB-4.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-5-en-GB-4.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-4-en-GB-7.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-5-en-GB-7.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-4-en-GB-7.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-18-5-en-GB-7.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-4-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-5-en-GB-4.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-4-en-GB-4.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-5-en-GB-4.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-4-en-GB-7.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-5-en-GB-7.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-4-en-GB-7.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-18-5-en-GB-7.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-4-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-5-en-GB-4.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-4-en-GB-4.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-5-en-GB-4.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-4-en-GB-5.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-5-en-GB-5.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-4-en-GB-5.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-5-en-GB-5.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-4-en-GB-6.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-5-en-GB-6.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-4-en-GB-6.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-18-5-en-GB-6.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-4-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-5-en-GB-4.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-4-en-GB-4.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-5-en-GB-4.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-4-en-GB-5.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-5-en-GB-5.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-4-en-GB-5.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-5-en-GB-5.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-4-en-GB-6.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-5-en-GB-6.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-4-en-GB-6.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-18-5-en-GB-6.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-4-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-5-en-GB-4.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-4-en-GB-4.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-18-5-en-GB-4.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-4-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-5-en-GB-0.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-4-en-GB-0.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-5-en-GB-0.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-4-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-5-en-GB-4.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-4-en-GB-4.png rename to UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-18-5-en-GB-4.png diff --git a/UITests/Sources/__Snapshots__/Application/startChatScreen.testLanding-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/startChatScreen.testLanding-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/startChatScreen.testLanding-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/startChatScreen.testLanding-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/startChatScreen.testLanding-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/startChatScreen.testLanding-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/startChatScreen.testLanding-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/startChatScreen.testLanding-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithNoResults-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithNoResults-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithNoResults-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithNoResults-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithNoResults-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithNoResults-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithNoResults-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithNoResults-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithResults-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithResults-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithResults-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithResults-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithResults-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithResults-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithResults-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithResults-iPhone-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-18-4-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-18-5-en-GB-1.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-18-4-en-GB-1.png rename to UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-18-5-en-GB-1.png diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-18-4-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-18-5-en-GB-2.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-18-4-en-GB-2.png rename to UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-18-5-en-GB-2.png diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-18-4-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-18-5-en-GB-3.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-18-4-en-GB-3.png rename to UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-18-5-en-GB-3.png diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionReply-iPad-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionReply-iPad-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionReply-iPad-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionReply-iPad-18-5-en-GB.png diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionReply-iPhone-18-4-en-GB.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionReply-iPhone-18-5-en-GB.png similarity index 100% rename from UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionReply-iPhone-18-4-en-GB.png rename to UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionReply-iPhone-18-5-en-GB.png diff --git a/ci_scripts/ci_common.sh b/ci_scripts/ci_common.sh index c46758309..27101d831 100755 --- a/ci_scripts/ci_common.sh +++ b/ci_scripts/ci_common.sh @@ -59,7 +59,7 @@ setup_github_actions_translations_environment() { xcode_select_for_github_actions() { # While fastlane has its own way of selecting Xcode, that only works inside of fastlane. # We need to select it globally for other processes like xcresultparser and our custom tools to use the same Xcode version. - sudo xcode-select -s /Applications/Xcode_16.3.app + sudo xcode-select -s /Applications/Xcode_16.4.app } generate_what_to_test_notes() { diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 3ca1e990a..92c749519 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -8,7 +8,7 @@ if File.exist?(enterprise) end before_all do - xcversion(version: "16.3") + xcversion(version: "16.4") ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "180" ENV["FASTLANE_XCODE_LIST_TIMEOUT"] = "180" @@ -20,7 +20,7 @@ lane :unit_tests do |options| run_tests( scheme: "UnitTests", - device: "iPhone 16 (18.4)", + device: "iPhone 16 (18.5)", ensure_devices_found: true, result_bundle: true, number_of_retries: 3, @@ -30,7 +30,7 @@ lane :unit_tests do |options| if !options[:skip_previews] run_tests( scheme: "PreviewTests", - device: "iPhone SE (3rd generation) (18.4)", + device: "iPhone SE (3rd generation) (18.5)", ensure_devices_found: true, result_bundle: true, number_of_retries: 3, @@ -46,18 +46,18 @@ lane :ui_tests do |options| # Presumably because launching 2 simulators uses more memory than the runner has available. if options[:device] == "iPhone" - device = "iPhone-18.4" + device = "iPhone-18.5" create_simulator_if_necessary( - name: "iPhone-18.4", + name: "iPhone-18.5", type: "com.apple.CoreSimulator.SimDeviceType.iPhone-16", runtime: "com.apple.CoreSimulator.SimRuntime.iOS-18-4" ) elsif options[:device] == "iPad" - device = "iPad-18.4" + device = "iPad-18.5" create_simulator_if_necessary( - name: "iPad-18.4", + name: "iPad-18.5", type: "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation", runtime: "com.apple.CoreSimulator.SimRuntime.iOS-18-4" ) @@ -90,7 +90,7 @@ lane :integration_tests do clear_derived_data() create_simulator_if_necessary( - name: "iPhone-18.4", + name: "iPhone-18.5", type: "com.apple.CoreSimulator.SimDeviceType.iPhone-16-Pro", runtime: "com.apple.CoreSimulator.SimRuntime.iOS-18-4" ) @@ -99,7 +99,7 @@ lane :integration_tests do run_tests( scheme: "IntegrationTests", - device: "iPhone-18.4", + device: "iPhone-18.5", ensure_devices_found: true, result_bundle: true, reset_simulator: reset_simulator