diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index e5bd60b89..7d20239ba 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -13,7 +13,7 @@ on: jobs: tests: name: Tests - runs-on: macos-26 + runs-on: macos-26-xlarge strategy: fail-fast: false matrix: diff --git a/UITests/Sources/AppLockSetupTests.swift b/UITests/Sources/AppLockSetupTests.swift index 2a174dc90..d90941b00 100644 --- a/UITests/Sources/AppLockSetupTests.swift +++ b/UITests/Sources/AppLockSetupTests.swift @@ -68,7 +68,7 @@ class AppLockSetupUITests: XCTestCase { try await app.assertScreenshot(step: Step.settings) app.buttons[A11yIdentifiers.appLockSetupSettingsScreen.removePIN].tap() - app.alerts.element.buttons[A11yIdentifiers.alertInfo.primaryButton].tap() + app.alerts.element.buttons[A11yIdentifiers.alertInfo.primaryButton].firstMatch.tap() // Pop the stack returning to whatever was last presented. try await app.assertScreenshot(step: Step.clearedStack) @@ -110,7 +110,7 @@ class AppLockSetupUITests: XCTestCase { try await app.assertScreenshot(step: Step.settings) app.buttons[A11yIdentifiers.appLockSetupSettingsScreen.removePIN].tap() - app.alerts.element.buttons[A11yIdentifiers.alertInfo.primaryButton].tap() + app.alerts.element.buttons[A11yIdentifiers.alertInfo.primaryButton].firstMatch.tap() // Pop the stack returning to whatever was last presented. try await app.assertScreenshot(step: Step.clearedStack) diff --git a/UITests/Sources/AppLockTests.swift b/UITests/Sources/AppLockTests.swift index 22c07cdd7..f8e103276 100644 --- a/UITests/Sources/AppLockTests.swift +++ b/UITests/Sources/AppLockTests.swift @@ -102,7 +102,7 @@ class AppLockUITests: XCTestCase { // Then then the app should sign the user out. try await app.assertScreenshot(step: Step.logoutAlert) - app.alerts.element.buttons[A11yIdentifiers.alertInfo.primaryButton].tap() + app.alerts.element.buttons[A11yIdentifiers.alertInfo.primaryButton].firstMatch.tap() try await app.assertScreenshot(step: Step.forcedLogout) } diff --git a/UITests/Sources/Application.swift b/UITests/Sources/Application.swift index c8e59a506..7192a3095 100644 --- a/UITests/Sources/Application.swift +++ b/UITests/Sources/Application.swift @@ -32,9 +32,9 @@ enum Application { } private static func checkEnvironments() { - let requirediPhoneSimulator = "iPhone17,3" // iPhone 16 - let requirediPadSimulator = "iPad13,18" // iPad (10th generation) - let requiredOSVersion = 18 + let requirediPhoneSimulator = "iPhone18,3" // iPhone 17 + let requirediPadSimulator = "iPad15,7" // iPad (A16) + let requiredOSVersion = 26 let osVersion = ProcessInfo().operatingSystemVersion guard osVersion.majorVersion == requiredOSVersion else { @@ -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.5" || UIDevice.current.snapshotName == "iPad-18.5" else { + guard UIDevice.current.snapshotName == "iPhone-26.0" || UIDevice.current.snapshotName == "iPad-26.0" else { fatalError("Running on a simulator that hasn't been renamed to match the expected snapshot filenames.") } } diff --git a/UITests/Sources/EncryptionResetTests.swift b/UITests/Sources/EncryptionResetTests.swift index 5cf59a4aa..5f42427e6 100644 --- a/UITests/Sources/EncryptionResetTests.swift +++ b/UITests/Sources/EncryptionResetTests.swift @@ -25,7 +25,7 @@ class EncryptionResetUITests: XCTestCase { // Confirm the intent to reset. app.buttons[A11yIdentifiers.encryptionResetScreen.continueReset].tap() - app.buttons[A11yIdentifiers.alertInfo.primaryButton].tap() + app.buttons[A11yIdentifiers.alertInfo.primaryButton].firstMatch.tap() try await Task.sleep(for: .seconds(2.0)) diff --git a/UITests/Sources/EncryptionSettingsTests.swift b/UITests/Sources/EncryptionSettingsTests.swift index 3e9f015c2..ce70159fc 100644 --- a/UITests/Sources/EncryptionSettingsTests.swift +++ b/UITests/Sources/EncryptionSettingsTests.swift @@ -37,7 +37,7 @@ class EncryptionSettingsUITests: XCTestCase { // Confirm deletion of keys. app.buttons[A11yIdentifiers.secureBackupKeyBackupScreen.deleteKeyStorage].tap() - app.buttons[A11yIdentifiers.alertInfo.primaryButton].tap() + app.buttons[A11yIdentifiers.alertInfo.primaryButton].firstMatch.tap() try await app.assertScreenshot(step: Step.secureBackupScreenDisabled) // Toggle key storage back on and set up recovery. @@ -52,7 +52,7 @@ class EncryptionSettingsUITests: XCTestCase { app.buttons[A11yIdentifiers.secureBackupRecoveryKeyScreen.generateRecoveryKey].tap() app.buttons[A11yIdentifiers.secureBackupRecoveryKeyScreen.copyRecoveryKey].tap() app.buttons[A11yIdentifiers.secureBackupRecoveryKeyScreen.done].tap() - app.buttons[A11yIdentifiers.alertInfo.primaryButton].tap() + app.buttons[A11yIdentifiers.alertInfo.primaryButton].firstMatch.tap() try await app.assertScreenshot(step: Step.secureBackupScreenSetUp) // Change the recovery key. @@ -63,7 +63,7 @@ class EncryptionSettingsUITests: XCTestCase { app.buttons[A11yIdentifiers.secureBackupRecoveryKeyScreen.generateRecoveryKey].tap() app.buttons[A11yIdentifiers.secureBackupRecoveryKeyScreen.copyRecoveryKey].tap() app.buttons[A11yIdentifiers.secureBackupRecoveryKeyScreen.done].tap() - app.buttons[A11yIdentifiers.alertInfo.primaryButton].tap() + app.buttons[A11yIdentifiers.alertInfo.primaryButton].firstMatch.tap() try await app.assertScreenshot(step: Step.secureBackupScreenSetUp) } diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testFlowDisabled-iPad-26-0-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLock.testFlowDisabled-iPad-26-0-en-GB-99.png new file mode 100644 index 000000000..0754e57ab --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testFlowDisabled-iPad-26-0-en-GB-99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7b679d58e61d33016271174a2406e38cefad9401f6d12c189bef40c8836bbd +size 64851 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testFlowDisabled-iPhone-26-0-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLock.testFlowDisabled-iPhone-26-0-en-GB-99.png new file mode 100644 index 000000000..fd84bd0d8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testFlowDisabled-iPhone-26-0-en-GB-99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62db170af19fada87338877411a140c2e1f61606e3fae7a71a752547cda182ed +size 56600 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-26-0-en-GB-0.png new file mode 100644 index 000000000..50b6afcda --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774459b4995a521a0f21ac2b1dd8651826f0dd360e2ecba9c8dd47951e55067e +size 1379210 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-26-0-en-GB-1.png new file mode 100644 index 000000000..39d1215e3 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac651e7e13db6f05475eedfacb4ba01c130a823a165e7742c4006a1ee19b8e38 +size 105769 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-26-0-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-26-0-en-GB-99.png new file mode 100644 index 000000000..0754e57ab --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPad-26-0-en-GB-99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7b679d58e61d33016271174a2406e38cefad9401f6d12c189bef40c8836bbd +size 64851 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-26-0-en-GB-0.png new file mode 100644 index 000000000..88325e759 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c911a770828e08b3cda237c1f1bb1965270abb56819a99a135be3933776e24 +size 1131611 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-26-0-en-GB-1.png new file mode 100644 index 000000000..073d61694 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc979c7233c20f23662e190a4f1b5b3ae1b145d543ed0622db0094dcd475cfa5 +size 120586 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-26-0-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-26-0-en-GB-99.png new file mode 100644 index 000000000..fd84bd0d8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testFlowEnabled-iPhone-26-0-en-GB-99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62db170af19fada87338877411a140c2e1f61606e3fae7a71a752547cda182ed +size 56600 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPad-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPad-26-0-en-GB-0.png new file mode 100644 index 000000000..50b6afcda --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPad-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774459b4995a521a0f21ac2b1dd8651826f0dd360e2ecba9c8dd47951e55067e +size 1379210 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPad-26-0-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPad-26-0-en-GB-99.png new file mode 100644 index 000000000..0754e57ab --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPad-26-0-en-GB-99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7b679d58e61d33016271174a2406e38cefad9401f6d12c189bef40c8836bbd +size 64851 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPhone-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPhone-26-0-en-GB-0.png new file mode 100644 index 000000000..88325e759 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPhone-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c911a770828e08b3cda237c1f1bb1965270abb56819a99a135be3933776e24 +size 1131611 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPhone-26-0-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPhone-26-0-en-GB-99.png new file mode 100644 index 000000000..fd84bd0d8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testResignActive-iPhone-26-0-en-GB-99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62db170af19fada87338877411a140c2e1f61606e3fae7a71a752547cda182ed +size 56600 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-26-0-en-GB-1.png new file mode 100644 index 000000000..39d1215e3 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac651e7e13db6f05475eedfacb4ba01c130a823a165e7742c4006a1ee19b8e38 +size 105769 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-26-0-en-GB-2.png new file mode 100644 index 000000000..91f79954d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac696fb26f2b47c959e0f88d4f21768ee87a0228ba2807d78600ce80cbc1c02a +size 106916 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-26-0-en-GB-3.png new file mode 100644 index 000000000..1e2d70787 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac8e4656d81e4da09144b71bb38bedb7eb45f9263c40a608c3032d5013a7058 +size 206598 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-26-0-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-26-0-en-GB-4.png new file mode 100644 index 000000000..f28fcfab8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-26-0-en-GB-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e925f3dfe691dc7c1c8734e031cf791330e3b6e913fe7fbdbd935d2595bb3e77 +size 117363 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-26-0-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-26-0-en-GB-99.png new file mode 100644 index 000000000..0754e57ab --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPad-26-0-en-GB-99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7b679d58e61d33016271174a2406e38cefad9401f6d12c189bef40c8836bbd +size 64851 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-26-0-en-GB-1.png new file mode 100644 index 000000000..073d61694 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc979c7233c20f23662e190a4f1b5b3ae1b145d543ed0622db0094dcd475cfa5 +size 120586 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-26-0-en-GB-2.png new file mode 100644 index 000000000..25f198681 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c50a3a51c7ee2bfbd6153fc35983b08f6fb6b701895fac2e914e107f7ebacc +size 122152 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-26-0-en-GB-3.png new file mode 100644 index 000000000..c919a83b0 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e795d4736792868f0a9ef5eecd5f4e7436c6daaed4ec36c1c01e4adc926022ee +size 283000 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-26-0-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-26-0-en-GB-4.png new file mode 100644 index 000000000..e5af2167d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-26-0-en-GB-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a34d175cda50bf40353aa645a9c695a0fc68d274cf9ee31b4d203ca9582d9d +size 136298 diff --git a/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-26-0-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-26-0-en-GB-99.png new file mode 100644 index 000000000..fd84bd0d8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLock.testWrongPIN-iPhone-26-0-en-GB-99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62db170af19fada87338877411a140c2e1f61606e3fae7a71a752547cda182ed +size 56600 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPad-26-0-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPad-26-0-en-GB-99.png new file mode 100644 index 000000000..0754e57ab --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPad-26-0-en-GB-99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7b679d58e61d33016271174a2406e38cefad9401f6d12c189bef40c8836bbd +size 64851 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPad-26-0-en-GB.png new file mode 100644 index 000000000..f77196989 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b270176574e520595e9139e42342849edc3ed3d5a5453fceb7cece0feb3a1741 +size 150888 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPhone-26-0-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPhone-26-0-en-GB-99.png new file mode 100644 index 000000000..fd84bd0d8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPhone-26-0-en-GB-99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62db170af19fada87338877411a140c2e1f61606e3fae7a71a752547cda182ed +size 56600 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..e91d3794d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCancel-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6aef78c6268877183ced5bfd0f93057bb7472bf6f0c0587d9225d7149a1bfd1 +size 97613 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-0.png new file mode 100644 index 000000000..49decc441 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6f79472e7bb1d9ff09685845bd5372f043d4300fda652f1b62e7e4c4fd2d9b +size 160723 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-1.png new file mode 100644 index 000000000..a3843ab4c --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6563e03daf4456b34c569d79638b0932623623934514757323c4b3883cf7e8cb +size 160350 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-2.png new file mode 100644 index 000000000..a6aa867c2 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1767d36d688cea8f9cf9cb6fbf4ed80397a9f6ad1a6839dc3cbc11b8ffccff6 +size 157474 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-3.png new file mode 100644 index 000000000..2083514db --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c570607a3aba6be6c2ea76361f6a7c1f9e3b673d085274356d2b72589cfac4c1 +size 89471 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-4.png new file mode 100644 index 000000000..582a6925a --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b97e64f7c13108abcefccb4bf1f089cfdd4e8c06e693121133b7226db86a50 +size 182885 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-5.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-5.png new file mode 100644 index 000000000..f5624ea6b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da2917d95e54794944240932f047b89ca175cf632a74ab6a4894883f9ba13ec +size 182562 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-99.png new file mode 100644 index 000000000..0754e57ab --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPad-26-0-en-GB-99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7b679d58e61d33016271174a2406e38cefad9401f6d12c189bef40c8836bbd +size 64851 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-26-0-en-GB-0.png new file mode 100644 index 000000000..636e4fb1a --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9195429dc43b9c92b0a5582a7da3c9b5e84c327f5230845b4275817959bb7bb5 +size 113106 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-26-0-en-GB-1.png new file mode 100644 index 000000000..7d24e9171 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687698f753989ed6e56f33bd8a713509eb6b8a85f9d7075f33a2cd2a5022da7d +size 112794 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-26-0-en-GB-2.png new file mode 100644 index 000000000..a7b11de2f --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa067bd5be1b6453a691b630bedfeb61e3cb2ee6b80b1be31db4bdf0a3d834a +size 96840 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-26-0-en-GB-3.png new file mode 100644 index 000000000..7ada52472 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a22c7f49e11d6aec1df3c89ddf5fb894389398670361b925ee0171bdfa36b6f +size 96797 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-26-0-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-26-0-en-GB-99.png new file mode 100644 index 000000000..fd84bd0d8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testCreateFlow-iPhone-26-0-en-GB-99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62db170af19fada87338877411a140c2e1f61606e3fae7a71a752547cda182ed +size 56600 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-26-0-en-GB-0.png new file mode 100644 index 000000000..ec4b01574 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3123e2b76c95d6a9b577bff6018cf871b2855d3399d9fec3aea7a4ab46106a30 +size 90020 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-26-0-en-GB-1.png new file mode 100644 index 000000000..8a15ab390 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7dd0c12a98007dfb715ad456f2a9def06bcc621afa22d05ba6e13b76497770 +size 89645 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-26-0-en-GB-2.png new file mode 100644 index 000000000..56127f3e4 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPad-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04783eca3e3d7a1809400459a9a37dd32bf9ce8762ed154e9061ffd4939ee50f +size 95250 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-26-0-en-GB-0.png new file mode 100644 index 000000000..e58abecfc --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5f213d1e3a462dbaf5c121fb97b0cc9f6a9494b959be559591bab8df66df4d +size 96025 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-26-0-en-GB-1.png new file mode 100644 index 000000000..490edd2af --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4b77e99c7d7cfff135f9705d12c8554b429dd6647de3ac0bde41b37145a165 +size 95695 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-26-0-en-GB-2.png new file mode 100644 index 000000000..1f067e81e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testMandatoryCreateFlow-iPhone-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c44ec61d6260f5827b7ee1df4f36a07283d8ccc5338b168446587e7830dd96 +size 94006 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-26-0-en-GB-3.png new file mode 100644 index 000000000..9b8de7845 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb124bde740cef7111ecb1d99861e61211a4bef8aa344c3ffeb4eebbe909a807 +size 89233 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-26-0-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-26-0-en-GB-99.png new file mode 100644 index 000000000..0754e57ab --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-26-0-en-GB-99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7b679d58e61d33016271174a2406e38cefad9401f6d12c189bef40c8836bbd +size 64851 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-26-0-en-GB.png new file mode 100644 index 000000000..f77196989 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b270176574e520595e9139e42342849edc3ed3d5a5453fceb7cece0feb3a1741 +size 150888 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-26-0-en-GB-3.png new file mode 100644 index 000000000..43a39e182 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92e0dbcd3e62fe3199d0b1eeb65466dad8dbfac95c53bb76f03577e637e420e +size 96096 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-26-0-en-GB-99.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-26-0-en-GB-99.png new file mode 100644 index 000000000..fd84bd0d8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-26-0-en-GB-99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62db170af19fada87338877411a140c2e1f61606e3fae7a71a752547cda182ed +size 56600 diff --git a/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..e91d3794d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/appLockSetup.testUnlockFlow-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6aef78c6268877183ced5bfd0f93057bb7472bf6f0c0587d9225d7149a1bfd1 +size 97613 diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithPassword-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithPassword-iPad-26-0-en-GB.png new file mode 100644 index 000000000..8a9706b88 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithPassword-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d283050c18528b65d0c5673dfe8dc93919566d3675a6bf70e4e03bebd11655 +size 88373 diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithPassword-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithPassword-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..cbe71ae99 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithPassword-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:038f618baedba80265302e747731d316dde2085daf38adbda742770504b76e2b +size 95499 diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithUnsupportedUserID-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithUnsupportedUserID-iPad-26-0-en-GB.png new file mode 100644 index 000000000..c07f22b24 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithUnsupportedUserID-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7350536cbd2df46273bed43f34223673670c2796981eb8321aaf7e2489933f03 +size 126145 diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithUnsupportedUserID-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithUnsupportedUserID-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..8745c8229 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testLoginWithUnsupportedUserID-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8179c0ca1daef459508a814105d463056f87be00cc546d447726ef412c38574 +size 173104 diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testMultipleProvidersLoginWithPassword-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testMultipleProvidersLoginWithPassword-iPad-26-0-en-GB.png new file mode 100644 index 000000000..b357ea594 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testMultipleProvidersLoginWithPassword-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:501ce2d47a3fef0852b6a350d03846f4f67e872be539f5f30413ac78fbad55fd +size 1335528 diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testMultipleProvidersLoginWithPassword-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testMultipleProvidersLoginWithPassword-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..5d5a8f22b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testMultipleProvidersLoginWithPassword-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4c0a10ab124ea80d11b5c79788e64e5780323dfb97a6ff28f860616d31be24 +size 1227131 diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testProvisionedLoginWithPassword-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testProvisionedLoginWithPassword-iPad-26-0-en-GB.png new file mode 100644 index 000000000..cc6aca452 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testProvisionedLoginWithPassword-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1664640bc38ed657919178e5279e8a8ce2edde670a082ce3bffaea8e542375d6 +size 1374894 diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testProvisionedLoginWithPassword-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testProvisionedLoginWithPassword-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..992ea7575 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testProvisionedLoginWithPassword-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8df75e794b2ada5479aaeba62372b04b39203229cc6ec0e2f76dbb86a65784e +size 1232531 diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testSingleProviderLoginWithPassword-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testSingleProviderLoginWithPassword-iPad-26-0-en-GB.png new file mode 100644 index 000000000..02b30f3d9 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testSingleProviderLoginWithPassword-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e76bd2301abab5b21f6cff371360bdccd4bda638101c842c77480043a761f43 +size 1337022 diff --git a/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testSingleProviderLoginWithPassword-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testSingleProviderLoginWithPassword-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..308af2a1b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/authenticationFlowCoordinator.testSingleProviderLoginWithPassword-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c7804db7463fc7c50088a170b8786de4bf620b128c6d963798a1e59bca959f +size 1229251 diff --git a/UITests/Sources/__Snapshots__/Application/bugReport.testInitialStateComponents-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/bugReport.testInitialStateComponents-iPad-26-0-en-GB.png new file mode 100644 index 000000000..87b1dcdb8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/bugReport.testInitialStateComponents-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f75f821050ef38e4b7d2cf72c73e8fcfb25ae62970981c50e883a3ea86ce853 +size 155401 diff --git a/UITests/Sources/__Snapshots__/Application/bugReport.testInitialStateComponents-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/bugReport.testInitialStateComponents-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..5e7062403 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/bugReport.testInitialStateComponents-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a44006fd8d7ed4842a41ec7285a96cbd58a0de38774b3bd923bea6b3f8c88f +size 195560 diff --git a/UITests/Sources/__Snapshots__/Application/bugReport.testReportText-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/bugReport.testReportText-iPad-26-0-en-GB.png new file mode 100644 index 000000000..65bb32058 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/bugReport.testReportText-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f1b10e01eb43325178ea16ab2e8620d7dc69de3dd4e8ef4c7af2c5720d3085 +size 217467 diff --git a/UITests/Sources/__Snapshots__/Application/bugReport.testReportText-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/bugReport.testReportText-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..7b8825d3b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/bugReport.testReportText-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc6af8475323c0cd06245f2866bbbb4d4cf23f84df3349d28d5f0b578fde4d7 +size 298385 diff --git a/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLanding-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLanding-iPad-26-0-en-GB.png new file mode 100644 index 000000000..748592d51 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLanding-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f1df1c44ab082fbd104a7592797071e0a712983e57647e2c03999679f86ada +size 152441 diff --git a/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLanding-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLanding-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..1d4024e26 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLanding-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683987d24c97e644809dd4b7040de248b4e44b64c4a8c6712396f1ece2d6707e +size 188769 diff --git a/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLandingWithoutUsers-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLandingWithoutUsers-iPad-26-0-en-GB.png new file mode 100644 index 000000000..044959d80 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLandingWithoutUsers-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7401a80faf27905fbbd2012f7b37257e839630ce4e9390d4173182958b16101b +size 131638 diff --git a/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLandingWithoutUsers-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLandingWithoutUsers-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..549a042c1 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLandingWithoutUsers-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb3a70fa8dd31a3d73487a269b258cf37a5d1e76230946e5dc781bc351e6e99 +size 160048 diff --git a/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLongInputNameText-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLongInputNameText-iPad-26-0-en-GB.png new file mode 100644 index 000000000..6ed60b8dd --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLongInputNameText-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca3c14a94ce74a6a2b5d1175ec5512bfce5517fab9968c3022173b82f7503eb +size 149286 diff --git a/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLongInputNameText-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLongInputNameText-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..c7e54f1db --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/createRoomScreen.testLongInputNameText-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57db6b246c5dc12fce995edab0cb578588f8ffc0fbf7e6381c139577f891a852 +size 183818 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-26-0-en-GB-0.png new file mode 100644 index 000000000..f6a04c31d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab10599096ae67fa6418221b3dc9caa99b68d38b3afecdc806866cd866218d3d +size 136758 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-26-0-en-GB-1.png new file mode 100644 index 000000000..5cc426186 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07c63500385de481b39d04f8c98873f4dfbb41037c228d47f8d78528f15084f +size 95111 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-26-0-en-GB-2.png new file mode 100644 index 000000000..ee0791d54 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPad-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef96108d7ff3a4426b14ad794a52af283671b1601b8e615148ca1dca52b0968d +size 145929 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-26-0-en-GB-0.png new file mode 100644 index 000000000..cc42f52ed --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5119e4721222adc70e0192d81d40cfc45adc9dab4687b73629bf4e7337cb2c +size 171307 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-26-0-en-GB-1.png new file mode 100644 index 000000000..2db220e97 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac8342b55a921360476a01cdca1674320607684eba9cf941d36ddc0830317b7 +size 104863 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-26-0-en-GB-2.png new file mode 100644 index 000000000..421171482 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionReset.testPasswordFlow-iPhone-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4d950e72fb0bcbf1fd3b183e912582d90a8622fd90582075dcb123eeede7e6 +size 181855 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-26-0-en-GB-0.png new file mode 100644 index 000000000..1cacb4fa5 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c094eb1dd7076479d043610191b02eeab889fcd4bcfc9545a92833e9fc25ed0 +size 126968 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-26-0-en-GB-1.png new file mode 100644 index 000000000..bdd517178 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5605b681b26006efa5cc8955d3e54e8f9d8eb477d4aa5a9aca255ad147d2af5 +size 251627 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-26-0-en-GB-2.png new file mode 100644 index 000000000..a3d8b717f --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3c5ff5bdc1f8705c7376ce3924d71a8136cfd82978bdd1d6d5c8fceae51d59 +size 110015 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-26-0-en-GB-3.png new file mode 100644 index 000000000..4a157cd3e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4dc20bb086897e2ca08437eaf733cf81c384231d3f0b4915a3ad3266d3dbaff +size 230248 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-26-0-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-26-0-en-GB-4.png new file mode 100644 index 000000000..5b8cc4a5b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPad-26-0-en-GB-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494f3e50bdbee474c329e311e4dd56c228eaee1fa9b3984c6a7a86f049a65d84 +size 229005 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-26-0-en-GB-0.png new file mode 100644 index 000000000..ab07739bf --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7d414e6d15c8e75306d8a48605f3a7d0d63c76ba572262a4c0f4568445ea9b +size 152873 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-26-0-en-GB-1.png new file mode 100644 index 000000000..d3bc8f978 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94968750fb579e74312fedc1b639d02a1ba4f3f247f9ec4e1bcaa0a729e24d8b +size 169467 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-26-0-en-GB-2.png new file mode 100644 index 000000000..3a12eab10 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6001c969b97b9c034b3c9266f27f6021b1d8c020f92afe091407033b58225e14 +size 123592 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-26-0-en-GB-3.png new file mode 100644 index 000000000..2d5f3b1b4 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c443e9d6b6c05f9fe4677c81613c9b137c57f5a179352596cedec14ac1da6a95 +size 135471 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-26-0-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-26-0-en-GB-4.png new file mode 100644 index 000000000..24ea075ab --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testFlow-iPhone-26-0-en-GB-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe7a76cab3533a5810d11101ce223124353138ca31cde022f624e3c4de3a012 +size 133965 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-26-0-en-GB-0.png new file mode 100644 index 000000000..1cacb4fa5 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c094eb1dd7076479d043610191b02eeab889fcd4bcfc9545a92833e9fc25ed0 +size 126968 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-26-0-en-GB-5.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-26-0-en-GB-5.png new file mode 100644 index 000000000..c33e9b99e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-26-0-en-GB-5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aad8192095a1dd8fabb63d87d3c949e89b079bcc9829204bbcf7c6bb34f1e1b +size 84534 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-26-0-en-GB-6.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-26-0-en-GB-6.png new file mode 100644 index 000000000..14f2459fd --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPad-26-0-en-GB-6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373d76b5604037dcfc54058ed7beba161f3d743d74c04354bdd6ba677a1a558d +size 177784 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-26-0-en-GB-0.png new file mode 100644 index 000000000..ab07739bf --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7d414e6d15c8e75306d8a48605f3a7d0d63c76ba572262a4c0f4568445ea9b +size 152873 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-26-0-en-GB-5.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-26-0-en-GB-5.png new file mode 100644 index 000000000..5f2356ca8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-26-0-en-GB-5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8126a3d958362b8b84cc795b257bdb146aa3195ee4e5d1b54e772467c2e4ff45 +size 85670 diff --git a/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-26-0-en-GB-6.png b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-26-0-en-GB-6.png new file mode 100644 index 000000000..40963ff89 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/encryptionSettings.testOutOfSyncFlow-iPhone-26-0-en-GB-6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34844d39473ed6e0090891a10e11e337c2cbcb601aea6c2352b845386be0174c +size 113377 diff --git a/UITests/Sources/__Snapshots__/Application/pollFormScreen.testEmptyScreen-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testEmptyScreen-iPad-26-0-en-GB.png new file mode 100644 index 000000000..11f5f0014 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testEmptyScreen-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52647b6e8bfe4686084e2054b055d474ed80841433a545caad9c2aecfdbf93e5 +size 118556 diff --git a/UITests/Sources/__Snapshots__/Application/pollFormScreen.testEmptyScreen-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testEmptyScreen-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..96be3076f --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testEmptyScreen-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69e33d51af5699e21c3f47b0abe478a99c994d893eafed0d1fe5c0647e27613 +size 140051 diff --git a/UITests/Sources/__Snapshots__/Application/pollFormScreen.testFilledPoll-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testFilledPoll-iPad-26-0-en-GB.png new file mode 100644 index 000000000..268dd075f --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testFilledPoll-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0fe60b1bc9cc9d0d48a34ade38b8448ceb91f7f9c737419bcfa325d3773344 +size 112128 diff --git a/UITests/Sources/__Snapshots__/Application/pollFormScreen.testFilledPoll-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testFilledPoll-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..2343cc5e1 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testFilledPoll-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690ef98e473c6459bc7d31bebd4b3b101fc70b7cca20c1d9332df4c1b3fe1a8b +size 130674 diff --git a/UITests/Sources/__Snapshots__/Application/pollFormScreen.testMaxOptions-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testMaxOptions-iPad-26-0-en-GB.png new file mode 100644 index 000000000..136da18a2 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testMaxOptions-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34e9804418558096339f460792d0e7c0bb9b11ddbf78c8310530cb9903d4c7f +size 152655 diff --git a/UITests/Sources/__Snapshots__/Application/pollFormScreen.testMaxOptions-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testMaxOptions-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..fd284b925 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/pollFormScreen.testMaxOptions-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d1066be432770d6e18a01c1418b501168c501c43775c6c737f48960c5e66de +size 303063 diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testJoinedAndInvitedMembers-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testJoinedAndInvitedMembers-iPad-26-0-en-GB.png new file mode 100644 index 000000000..95e85a32c --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testJoinedAndInvitedMembers-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeac4215a02806ff08668292bb13f0c2b5b5d960f682dc893ba21c10bb909733 +size 103232 diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testJoinedAndInvitedMembers-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testJoinedAndInvitedMembers-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..b1832342f --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testJoinedAndInvitedMembers-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb003b2c1d6757e1d30f4f75269bf881c2d2ba803590374ead8fcd307d642457 +size 120944 diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchInvitedMember-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchInvitedMember-iPad-26-0-en-GB.png new file mode 100644 index 000000000..73fc3fd7b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchInvitedMember-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6179489da6272d3163af4269867ad7a3532fffd2ae9fccd60728b9896d52e40e +size 84120 diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchInvitedMember-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchInvitedMember-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..b739e36bf --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchInvitedMember-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21387b5531e07f9093ab43aa657e1e48a349467d197ea574d96febfd06e7c910 +size 83602 diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchJoinedMember-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchJoinedMember-iPad-26-0-en-GB.png new file mode 100644 index 000000000..6f2f22e2e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchJoinedMember-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b6468b669df20a4148b023b1c38dbfff081833b6ccba14edc76d14d3f9f941 +size 83508 diff --git a/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchJoinedMember-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchJoinedMember-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..e0062d001 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomMembersListScreen.testSearchJoinedMember-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7fd260cc5a00baa82512ecb8e8d83bb4c0fb691553a41d5f2d9e39a54a8b6f +size 82478 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-0.png new file mode 100644 index 000000000..9b422e473 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7058a86ffec63ab8992c040f3953df4c43d2765ecd18eefda01d9a144a56cfb1 +size 122945 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-1.png new file mode 100644 index 000000000..3d059a2b8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066b52dd0c405fdd3c70a84270c1b2a776e51b36df191710db54eae92c6c1c82 +size 246803 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-2.png new file mode 100644 index 000000000..09d312043 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96594f027ab2461767b8d72adbfe321dfb94c78eec4854999521485b98de4297 +size 260402 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-3.png new file mode 100644 index 000000000..869e157d2 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aafee759682606656eb20be4831a58ece097b6f0fe769df00999ea5d3c1300f1 +size 131416 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-4.png new file mode 100644 index 000000000..2e43cbd19 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604453c362ae00459dab6978305ecb8278ae5a16a3d1fd3fadeb50abafc657db +size 115171 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-5.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-5.png new file mode 100644 index 000000000..7966ecadf --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPad-26-0-en-GB-5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1413d59f2468a6aca2003f2b3a79fedcf5942a5a4f163373a991409ce6aaa894 +size 137021 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-0.png new file mode 100644 index 000000000..e4933565e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96d587043de95312d2364c4a657a4f793f6578a1abcccfb5dad40eeb66408e7 +size 146733 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-1.png new file mode 100644 index 000000000..3bb140c3e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0683076180ee1b944fb42bfc9adac97ed3fee48c8e9b25ceb3baae662c642d8f +size 324878 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-2.png new file mode 100644 index 000000000..827562ed9 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67a8d365ac7c57b126cfdcc8762988c96663a61f7527a38f1dbfeb300f8ac77 +size 322114 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-3.png new file mode 100644 index 000000000..4ee10397b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3705c2daf2b4b8fc6174ed97361a345c9a4f694642c437464c074a722946f6c +size 158944 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-4.png new file mode 100644 index 000000000..95eddaa83 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81d5b7483508ff803dad8b1f40687c8a3f9d0bbd5f470d25f98e21b51ba862c +size 133891 diff --git a/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-5.png b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-5.png new file mode 100644 index 000000000..2200ef7a2 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomRolesAndPermissions.testFlow-iPhone-26-0-en-GB-5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffaa0fd61da47e76054d7534c2c94693ce64bc4f32c7a0f52aa81ae173515f30 +size 162850 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testPlainNoAvatar-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testPlainNoAvatar-iPad-26-0-en-GB.png new file mode 100644 index 000000000..baa818124 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testPlainNoAvatar-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7810b71b50868ccf1950f2355729064ff5f06e93f35c94784b84f5d0f604b0 +size 279975 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testPlainNoAvatar-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testPlainNoAvatar-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..d00bf795e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testPlainNoAvatar-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f996ade7de615792dd0db0569e94bae1ae0877eadc596727d5fa9341d73a985 +size 304058 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineLayout-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineLayout-iPad-26-0-en-GB.png new file mode 100644 index 000000000..be6db1196 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineLayout-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8ac883c9393df9bae67bd8860d9ee0af7af9652ae2c87600eaaeb0db446b3d +size 99244 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineLayout-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineLayout-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..505d11fb5 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineLayout-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355f1a8187def471caf665d973c9de2ba378084b568b65b87ca93b7bf8082522 +size 123860 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithIncomingAndPagination-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithIncomingAndPagination-iPad-26-0-en-GB.png new file mode 100644 index 000000000..a534cdca7 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithIncomingAndPagination-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fa3865a9d67a2407e69b0793a0d341e302aa10c161307dc0e09917a1197df0 +size 119879 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithIncomingAndPagination-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithIncomingAndPagination-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..2e0ff4a20 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithIncomingAndPagination-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79dcce716d48acc4286e555f4b1ce5749e3b4336d4252c989b87a8c3cbd49d1e +size 155575 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithLargePagination-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithLargePagination-iPad-26-0-en-GB.png new file mode 100644 index 000000000..c30811877 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithLargePagination-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6136f886802ab8243625173b7db9f217f186260e03fb813faa9b0c8947b83c9c +size 293513 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithLargePagination-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithLargePagination-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..067229257 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testSmallTimelineWithLargePagination-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3929f49d2201028a4f7c4d05422b3dd387f526e60fc0677a69dc47572256bd1d +size 273427 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineDisclosedPolls-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineDisclosedPolls-iPad-26-0-en-GB.png new file mode 100644 index 000000000..5681f039e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineDisclosedPolls-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137b3db935377f0f5698d253ad835815fadc4458cc7427d4a43dcae5bd0979cc +size 166687 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineDisclosedPolls-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineDisclosedPolls-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..f8e2ced85 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineDisclosedPolls-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd6745e71f86f63faada1bfbd0d4cbdcae4aec6bbed08b99d2d2b94b16416cd +size 226131 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPad-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPad-26-0-en-GB-0.png new file mode 100644 index 000000000..98cf89a69 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPad-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49583b9e225c1fcdee81e4c98b3e5a0aaa8c687732e158be72b107c8d196b2c3 +size 298119 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPad-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPad-26-0-en-GB-1.png new file mode 100644 index 000000000..0af61e319 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPad-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e3cddb4403d88d7bcef6261ba8e85b3c6150bab773fd2c0865a992931126f6 +size 296805 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPhone-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPhone-26-0-en-GB-0.png new file mode 100644 index 000000000..46e83d05d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPhone-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c71e3cdbb09935fd2785c811553fecddbced0cd5d94867f2e5e301dd582f4a +size 265950 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPhone-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPhone-26-0-en-GB-1.png new file mode 100644 index 000000000..485af869a --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtBottom-iPhone-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e335a0f1152d68378dd1b747ede4cf6d129434b89acb645ee2b1a6c8d2c074 +size 243079 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtTop-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtTop-iPad-26-0-en-GB.png new file mode 100644 index 000000000..206afde4a --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtTop-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a619fd3dea555b71971b41a644d57cbfba8ccf158f669135133b275bdb757ab2 +size 300097 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtTop-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtTop-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..af8133ebe --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutAtTop-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43495f66c8df10955dcb61c6b14335c0bbf032fb3498c7fc53155e5c0d9b2693 +size 276830 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutHighlightExisting-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutHighlightExisting-iPad-26-0-en-GB.png new file mode 100644 index 000000000..10b7a1aa5 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutHighlightExisting-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b515f81d8facb8075f5afbbb21b7a54714e40daba2ae2310ad72fcc2f61d34 +size 208765 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutHighlightExisting-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutHighlightExisting-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..4430ceef4 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineLayoutHighlightExisting-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8e85c6a93b7f104daa63a7b2715c1142dc6889923d2da81201db4d06a6b388 +size 253210 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineOutgoingPolls-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineOutgoingPolls-iPad-26-0-en-GB.png new file mode 100644 index 000000000..9db9ca3fc --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineOutgoingPolls-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e035ac5e45d0e1bdff0f9343ab78fa9bafc11e9689ee0ad6c3810f479e4eb1 +size 131855 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineOutgoingPolls-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineOutgoingPolls-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..a7871099b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineOutgoingPolls-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ca61ce69b23d068225781d81746d6adcb49f227dc7d61c55617fde313431ce +size 169988 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineReadReceipts-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineReadReceipts-iPad-26-0-en-GB.png new file mode 100644 index 000000000..058cdf433 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineReadReceipts-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64f2620d2e3d9be5da65120d7ffc0fedc5a09c60ad82d697c7bafa136f36826 +size 120237 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineReadReceipts-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineReadReceipts-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..f8d9250bc --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineReadReceipts-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aab0550e09b9f3e167484800f9218804aaf3e4351bb93f35c056cde492af2d9 +size 153901 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineUndisclosedPolls-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineUndisclosedPolls-iPad-26-0-en-GB.png new file mode 100644 index 000000000..bc0a6bf2a --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineUndisclosedPolls-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f71e36337811901e694de0c81c600c9244ff68ce382ad133cb8f02c6ebe56e +size 163427 diff --git a/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineUndisclosedPolls-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineUndisclosedPolls-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..4a240facd --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/roomScreen.testTimelineUndisclosedPolls-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6866cf9bce6cf1f6019ea6ff1793ba213b5c7780ec9ff731f7a1da1bb7ee1ebe +size 220322 diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection.testEmptyAddress-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/serverSelection.testEmptyAddress-iPad-26-0-en-GB.png new file mode 100644 index 000000000..d406c0f29 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/serverSelection.testEmptyAddress-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fdd0be1474b54b5b1e9b0e67bfb63e8a67321c55143995dde3e78af6cd52690 +size 166771 diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection.testEmptyAddress-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/serverSelection.testEmptyAddress-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..2572d364d --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/serverSelection.testEmptyAddress-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d82b076035c2878d1b48f12ac1f02b2a6353c95ab4c1e14bb442e22a71bd65 +size 169523 diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection.testInvalidAddress-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/serverSelection.testInvalidAddress-iPad-26-0-en-GB.png new file mode 100644 index 000000000..9e428268e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/serverSelection.testInvalidAddress-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443f610c06e7be3d7480c865fe40ada38d0026ad0ea69ab0278b10f9f357dc98 +size 115131 diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection.testInvalidAddress-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/serverSelection.testInvalidAddress-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..bc70e2d9b --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/serverSelection.testInvalidAddress-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a8188904854443c17d8baf351f02955e0a38bfcc001aac19f43a9f2eda94d6 +size 133389 diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection.testNormalState-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/serverSelection.testNormalState-iPad-26-0-en-GB.png new file mode 100644 index 000000000..b7f603c21 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/serverSelection.testNormalState-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c247352f530a920437f0bc3e140ca80fbc2f8209aef52d6c3d448f2d677ac9bd +size 97519 diff --git a/UITests/Sources/__Snapshots__/Application/serverSelection.testNormalState-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/serverSelection.testNormalState-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..5e86efc7e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/serverSelection.testNormalState-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d6e7257af3d0ec4bb12314e6ca410304a55223e426580935339ae5c0649b2e +size 106468 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-0.png new file mode 100644 index 000000000..24aa90c17 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd16f58db996ab07ab451649482f75567ee02ccd02cb85fc6f5e7e066c09530c +size 89907 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-1.png new file mode 100644 index 000000000..e1ea0c6ff --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857447f847ecde9d10d2cea41255f36f030be56738cf6cc2ddd3e2fff2598aad +size 76652 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-2.png new file mode 100644 index 000000000..aba724526 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087d5be0ad5d2cab70dc4e86a3f6a8f6889b5008f49715f3afa58d26e09a9aec +size 81600 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-3.png new file mode 100644 index 000000000..e1ea0c6ff --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857447f847ecde9d10d2cea41255f36f030be56738cf6cc2ddd3e2fff2598aad +size 76652 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-4.png new file mode 100644 index 000000000..22b8e455f --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d33031534b31c9d747b5764a912fc071c25a62f6b5857a4bb287b15d45874c7 +size 145259 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-7.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-7.png new file mode 100644 index 000000000..1c3fcb4c8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPad-26-0-en-GB-7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f1ca2890c7ad47055e2c13e533ca1ef036fe47b4d46b8d4fe2d1ce2e9b0cf0 +size 83618 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-0.png new file mode 100644 index 000000000..dda7ed673 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393be92379716746976b60ad381b5d21c2a7b225286ff6a5d69707f4a5aba26a +size 95545 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-1.png new file mode 100644 index 000000000..72127e8bb --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e719662a60d3f7ef72d4dea9c85b391673bc8550510782b21e7b6113106e4e +size 79495 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-2.png new file mode 100644 index 000000000..7686f539c --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1feecb90cd1b27e4e43809b26b3e44d0879947049fe7f728a45d51428e5b79 +size 83457 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-3.png new file mode 100644 index 000000000..72127e8bb --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e719662a60d3f7ef72d4dea9c85b391673bc8550510782b21e7b6113106e4e +size 79495 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-4.png new file mode 100644 index 000000000..0ec207024 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b678457f52e032c9ace212996f486b49c9b92d8784af986e1e212c7cc6c0d755 +size 200423 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-7.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-7.png new file mode 100644 index 000000000..a28a0ebf6 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeDoesNotMatch-iPhone-26-0-en-GB-7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6698449aef01fc23290bbfb0f53ea38e2070a26e2d2abfec5d6d5cd21fa535f0 +size 85353 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-0.png new file mode 100644 index 000000000..24aa90c17 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd16f58db996ab07ab451649482f75567ee02ccd02cb85fc6f5e7e066c09530c +size 89907 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-1.png new file mode 100644 index 000000000..e1ea0c6ff --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857447f847ecde9d10d2cea41255f36f030be56738cf6cc2ddd3e2fff2598aad +size 76652 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-2.png new file mode 100644 index 000000000..aba724526 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087d5be0ad5d2cab70dc4e86a3f6a8f6889b5008f49715f3afa58d26e09a9aec +size 81600 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-3.png new file mode 100644 index 000000000..e1ea0c6ff --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857447f847ecde9d10d2cea41255f36f030be56738cf6cc2ddd3e2fff2598aad +size 76652 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-4.png new file mode 100644 index 000000000..22b8e455f --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d33031534b31c9d747b5764a912fc071c25a62f6b5857a4bb287b15d45874c7 +size 145259 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-5.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-5.png new file mode 100644 index 000000000..e98471e43 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1471654fa535874b2b0e3e8bf30ffbe358e30107881ab2618eb5523f8f92ebd5 +size 135655 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-6.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-6.png new file mode 100644 index 000000000..dd875695a --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPad-26-0-en-GB-6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a4e4b2848763116d829417371c8e1cba324880c29e1a0be5812750075da598 +size 82745 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-0.png new file mode 100644 index 000000000..dda7ed673 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393be92379716746976b60ad381b5d21c2a7b225286ff6a5d69707f4a5aba26a +size 95545 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-1.png new file mode 100644 index 000000000..72127e8bb --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e719662a60d3f7ef72d4dea9c85b391673bc8550510782b21e7b6113106e4e +size 79495 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-2.png new file mode 100644 index 000000000..7686f539c --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1feecb90cd1b27e4e43809b26b3e44d0879947049fe7f728a45d51428e5b79 +size 83457 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-3.png new file mode 100644 index 000000000..72127e8bb --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e719662a60d3f7ef72d4dea9c85b391673bc8550510782b21e7b6113106e4e +size 79495 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-4.png new file mode 100644 index 000000000..0ec207024 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b678457f52e032c9ace212996f486b49c9b92d8784af986e1e212c7cc6c0d755 +size 200423 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-5.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-5.png new file mode 100644 index 000000000..29b6ec55e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29d9b550938db2b0421ba8ecdee3852bf8da1e3bb52971c27e14a0919fd492c +size 185644 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-6.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-6.png new file mode 100644 index 000000000..7278b5f4a --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testChallengeMatches-iPhone-26-0-en-GB-6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb54dfc84e183ab592ba16dccc471d9a188651af22a1902e115ec26a0707aba +size 85946 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-26-0-en-GB-0.png new file mode 100644 index 000000000..24aa90c17 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd16f58db996ab07ab451649482f75567ee02ccd02cb85fc6f5e7e066c09530c +size 89907 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-26-0-en-GB-1.png new file mode 100644 index 000000000..e1ea0c6ff --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857447f847ecde9d10d2cea41255f36f030be56738cf6cc2ddd3e2fff2598aad +size 76652 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-26-0-en-GB-2.png new file mode 100644 index 000000000..aba724526 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087d5be0ad5d2cab70dc4e86a3f6a8f6889b5008f49715f3afa58d26e09a9aec +size 81600 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-26-0-en-GB-3.png new file mode 100644 index 000000000..e1ea0c6ff --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857447f847ecde9d10d2cea41255f36f030be56738cf6cc2ddd3e2fff2598aad +size 76652 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-26-0-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-26-0-en-GB-4.png new file mode 100644 index 000000000..22b8e455f --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPad-26-0-en-GB-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d33031534b31c9d747b5764a912fc071c25a62f6b5857a4bb287b15d45874c7 +size 145259 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-26-0-en-GB-0.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-26-0-en-GB-0.png new file mode 100644 index 000000000..dda7ed673 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-26-0-en-GB-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393be92379716746976b60ad381b5d21c2a7b225286ff6a5d69707f4a5aba26a +size 95545 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-26-0-en-GB-1.png new file mode 100644 index 000000000..72127e8bb --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e719662a60d3f7ef72d4dea9c85b391673bc8550510782b21e7b6113106e4e +size 79495 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-26-0-en-GB-2.png new file mode 100644 index 000000000..7686f539c --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1feecb90cd1b27e4e43809b26b3e44d0879947049fe7f728a45d51428e5b79 +size 83457 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-26-0-en-GB-3.png new file mode 100644 index 000000000..72127e8bb --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e719662a60d3f7ef72d4dea9c85b391673bc8550510782b21e7b6113106e4e +size 79495 diff --git a/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-26-0-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-26-0-en-GB-4.png new file mode 100644 index 000000000..0ec207024 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/sessionVerification.testSessionVerificationCancelation-iPhone-26-0-en-GB-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b678457f52e032c9ace212996f486b49c9b92d8784af986e1e212c7cc6c0d755 +size 200423 diff --git a/UITests/Sources/__Snapshots__/Application/startChatScreen.testLanding-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/startChatScreen.testLanding-iPad-26-0-en-GB.png new file mode 100644 index 000000000..d905cf0be --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/startChatScreen.testLanding-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0fb5948da793c0f1eb4a0a88b12c0252a95d01cad0e91d574ebb212ebf92cc4 +size 108331 diff --git a/UITests/Sources/__Snapshots__/Application/startChatScreen.testLanding-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/startChatScreen.testLanding-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..017fa4241 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/startChatScreen.testLanding-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47636fabc1453d084e039be1a15a9cd124b8de2ce904ff294cec461a20b3b89c +size 124811 diff --git a/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithNoResults-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithNoResults-iPad-26-0-en-GB.png new file mode 100644 index 000000000..cb17017be --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithNoResults-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0103c3a5b0c88521a1e56fde4a687ce87ceaa6adad71be67582daba36f397ece +size 88458 diff --git a/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithNoResults-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithNoResults-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..1cc2490a9 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithNoResults-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71d9858bf1e7d3744ba1f3121ed56622c36f7a846766f10a3d90cde6e865163 +size 95173 diff --git a/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithResults-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithResults-iPad-26-0-en-GB.png new file mode 100644 index 000000000..f5307e594 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithResults-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d527be98a598c9a633bc5ed2993a4c24c4514d26d018a1e16408346b92693e +size 102307 diff --git a/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithResults-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithResults-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..683d076ff --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/startChatScreen.testSearchWithResults-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8cc4a48d049bbf62d6c66daead39996656d2907245afac02e65b32961a021ce +size 116629 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-4.png new file mode 100644 index 000000000..8464df5e9 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b23a4395dd52acb96c24becf7e41d7e083a4b06a6ba604f906cea4455caf46e +size 436945 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-5.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-5.png new file mode 100644 index 000000000..88245fe27 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf383c6edb416903ed735b8082a15bc1e729601aab097903c74834d96c5e779 +size 383152 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-6.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-6.png new file mode 100644 index 000000000..d9b4a218c --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c885c98c68393d8402bd67d3c8dcd946a873a7566116a02e937bb339bb3867e +size 362904 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-7.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-7.png new file mode 100644 index 000000000..7b8ce2ed7 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84998b750396048543ac5c3c6b81637abd92a460fddfc9df5a7b9550cedff036 +size 263482 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-8.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-8.png new file mode 100644 index 000000000..6e3a9630c --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11bea574ba7d54f7e5e2c160c419e0e826f4f32c6a091e4afe56bb9c7fce79fb +size 426787 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-9.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-9.png new file mode 100644 index 000000000..1573a2df1 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPad-26-0-en-GB-9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7127a8135fcded4d5cd0fd1fb2b46193d150ce02a869fb31ba20d7bdb2584e6d +size 253156 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-4.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-4.png new file mode 100644 index 000000000..ad2aa2cce --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb00b56cde3da65f5b5fd7e6c06aae009a5c75c848e8230a6144301f84ae373 +size 462088 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-5.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-5.png new file mode 100644 index 000000000..52ab95a6a --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e26634621e705d6878c7610ced6225e850318bda30dacd56c1cdeb8345e6b5f +size 274757 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-6.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-6.png new file mode 100644 index 000000000..b99735557 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc9319113f39b3e550f63b0194a8301ae98cde7f43523b07b1e7c1359565b06 +size 303416 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-7.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-7.png new file mode 100644 index 000000000..696cad4a0 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8c5570532ab038cb75fa9bbdebbd4fa5eec267d4f5597b1f94566be32bde76 +size 130753 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-8.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-8.png new file mode 100644 index 000000000..02800aefc --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553614ad6490989c66d7efbbe228487f71da0958cf5e29969377e02882e126f2 +size 270179 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-9.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-9.png new file mode 100644 index 000000000..594ca3af1 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testSpaceExploration-iPhone-26-0-en-GB-9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ed07724bfea5cb81cf1d2c544b0cc485c74b709d7943862de7336cb0f38ec9 +size 102530 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-26-0-en-GB-1.png new file mode 100644 index 000000000..5d1288bbe --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdf69fdbf1bcb8721f2ce0227837db54e948b1150f6617372cbca12064ba870 +size 421123 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-26-0-en-GB-2.png new file mode 100644 index 000000000..a19eca306 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0689edebf1ee2bca8b1c8d9416d58ddc8a1d87aee66cf8bd4addcc91d37ea9 +size 464330 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-26-0-en-GB-3.png new file mode 100644 index 000000000..1de87ad85 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPad-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89130035da11550308173186efd7980870b5fe28d10c3d26bb454009ac0af4ef +size 538025 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-26-0-en-GB-1.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-26-0-en-GB-1.png new file mode 100644 index 000000000..f32d4cef8 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-26-0-en-GB-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044029d275d1052cadadd11e76065e99aafa71546d7fd49dbe07b9449d91230e +size 420930 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-26-0-en-GB-2.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-26-0-en-GB-2.png new file mode 100644 index 000000000..787aeb7ed --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-26-0-en-GB-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320d5aec2978d4b137e2eeaec5c10ab9034c6933516a59103bbd2c5b3bb7690a +size 289428 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-26-0-en-GB-3.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-26-0-en-GB-3.png new file mode 100644 index 000000000..09dead606 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionFlows-iPhone-26-0-en-GB-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6198adcb21d989a19a93f85ada1fbd3c7437525a688956101c887f9aaef13202 +size 429274 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionReply-iPad-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionReply-iPad-26-0-en-GB.png new file mode 100644 index 000000000..b8d2ccfd6 --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionReply-iPad-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83296de98c28853d73ad7c59f41779a901864af7d97e3269b16145727a65cf16 +size 483404 diff --git a/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionReply-iPhone-26-0-en-GB.png b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionReply-iPhone-26-0-en-GB.png new file mode 100644 index 000000000..4ab90561e --- /dev/null +++ b/UITests/Sources/__Snapshots__/Application/userSessionScreen.testUserSessionReply-iPhone-26-0-en-GB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8c9515108a0bab147a1bbf2e888bb4ef42183ef298093a785562da1d2370df +size 262732