From 7b1bce078f59a2c156f5fe5853d9ca63fdddff26 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Tue, 30 Sep 2025 09:15:30 +0100 Subject: [PATCH] Update the strings for the device verification flow (#4553) --- .../SessionVerificationScreenModels.swift | 7 ++++++- .../View/SessionVerificationScreen.swift | 2 +- .../sessionVerification.Accepting-Challenge-iPad-en-GB.png | 4 ++-- ...sessionVerification.Accepting-Challenge-iPad-pseudo.png | 4 ++-- ...ionVerification.Accepting-Challenge-iPhone-16-en-GB.png | 4 ++-- ...onVerification.Accepting-Challenge-iPhone-16-pseudo.png | 4 ++-- ...ification.Accepting-Verification-Request-iPad-en-GB.png | 4 ++-- ...fication.Accepting-Verification-Request-iPad-pseudo.png | 4 ++-- ...tion.Accepting-Verification-Request-iPhone-16-en-GB.png | 4 ++-- ...ion.Accepting-Verification-Request-iPhone-16-pseudo.png | 4 ++-- .../sessionVerification.Declining-Challenge-iPad-en-GB.png | 4 ++-- ...sessionVerification.Declining-Challenge-iPad-pseudo.png | 4 ++-- ...ionVerification.Declining-Challenge-iPhone-16-en-GB.png | 4 ++-- ...onVerification.Declining-Challenge-iPhone-16-pseudo.png | 4 ++-- ...ionVerification.Initial-Device-Responder-iPad-en-GB.png | 4 ++-- ...onVerification.Initial-Device-Responder-iPad-pseudo.png | 4 ++-- ...rification.Initial-Device-Responder-iPhone-16-en-GB.png | 4 ++-- ...ification.Initial-Device-Responder-iPhone-16-pseudo.png | 4 ++-- ...ssionVerification.Initial-User-Responder-iPad-en-GB.png | 4 ++-- ...sionVerification.Initial-User-Responder-iPad-pseudo.png | 4 ++-- ...Verification.Initial-User-Responder-iPhone-16-en-GB.png | 4 ++-- ...erification.Initial-User-Responder-iPhone-16-pseudo.png | 4 ++-- ...sionVerification.Requesting-Verification-iPad-en-GB.png | 4 ++-- ...ionVerification.Requesting-Verification-iPad-pseudo.png | 4 ++-- ...erification.Requesting-Verification-iPhone-16-en-GB.png | 4 ++-- ...rification.Requesting-Verification-iPhone-16-pseudo.png | 4 ++-- ...ionVerification.SAS-Verification-started-iPad-en-GB.png | 4 ++-- ...onVerification.SAS-Verification-started-iPad-pseudo.png | 4 ++-- ...rification.SAS-Verification-started-iPhone-16-en-GB.png | 4 ++-- ...ification.SAS-Verification-started-iPhone-16-pseudo.png | 4 ++-- .../sessionVerification.Showing-Challenge-iPad-en-GB.png | 4 ++-- .../sessionVerification.Showing-Challenge-iPad-pseudo.png | 4 ++-- ...ssionVerification.Showing-Challenge-iPhone-16-en-GB.png | 4 ++-- ...sionVerification.Showing-Challenge-iPhone-16-pseudo.png | 4 ++-- ...onVerification.Starting-SAS-Verification-iPad-en-GB.png | 4 ++-- ...nVerification.Starting-SAS-Verification-iPad-pseudo.png | 4 ++-- ...ification.Starting-SAS-Verification-iPhone-16-en-GB.png | 4 ++-- ...fication.Starting-SAS-Verification-iPhone-16-pseudo.png | 4 ++-- .../sessionVerification.Verified-iPad-en-GB.png | 4 ++-- .../sessionVerification.Verified-iPad-pseudo.png | 4 ++-- .../sessionVerification.Verified-iPhone-16-en-GB.png | 4 ++-- .../sessionVerification.Verified-iPhone-16-pseudo.png | 4 ++-- ...ication.testChallengeDoesNotMatch-iPad-26-0-en-GB-1.png | 4 ++-- ...ication.testChallengeDoesNotMatch-iPad-26-0-en-GB-3.png | 4 ++-- ...ication.testChallengeDoesNotMatch-iPad-26-0-en-GB-4.png | 4 ++-- ...ation.testChallengeDoesNotMatch-iPhone-26-0-en-GB-1.png | 4 ++-- ...ation.testChallengeDoesNotMatch-iPhone-26-0-en-GB-3.png | 4 ++-- ...Verification.testChallengeMatches-iPad-26-0-en-GB-1.png | 4 ++-- ...rification.testChallengeMatches-iPhone-26-0-en-GB-1.png | 4 ++-- ...rification.testChallengeMatches-iPhone-26-0-en-GB-3.png | 4 ++-- ...rification.testChallengeMatches-iPhone-26-0-en-GB-6.png | 4 ++-- ...tSessionVerificationCancelation-iPhone-26-0-en-GB-1.png | 4 ++-- ...tSessionVerificationCancelation-iPhone-26-0-en-GB-3.png | 4 ++-- 53 files changed, 109 insertions(+), 104 deletions(-) diff --git a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenModels.swift b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenModels.swift index ce86497a6..0acc28669 100644 --- a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenModels.swift +++ b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenModels.swift @@ -96,7 +96,12 @@ struct SessionVerificationScreenViewState: BindableState { case .decliningChallenge: return L10n.screenSessionVerificationCompareEmojisTitle case .verified: - return L10n.commonVerificationComplete + switch flow { + case .deviceInitiator, .deviceResponder: + return L10n.screenSessionVerificationDeviceVerified + case .userInitiator, .userResponder: + return L10n.commonVerificationComplete + } case .cancelling: return waitingTitle case .cancelled: diff --git a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/View/SessionVerificationScreen.swift b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/View/SessionVerificationScreen.swift index 59f7be832..19af0c2eb 100644 --- a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/View/SessionVerificationScreen.swift +++ b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/View/SessionVerificationScreen.swift @@ -137,7 +137,7 @@ struct SessionVerificationScreen: View { .accessibilityIdentifier(A11yIdentifiers.sessionVerificationScreen.requestVerification) case .deviceResponder, .userResponder: VStack(spacing: 16) { - Button(L10n.actionStart) { + Button(L10n.actionStartVerification) { context.send(viewAction: .acceptVerificationRequest) } .buttonStyle(.compound(.primary)) diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPad-en-GB.png index bda8fb568..40f6e73fa 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9a22253edde7efee0ce76cececc2c41e07a1c034b5f6c1cb380b260448efc89c -size 152957 +oid sha256:f320dd9c9e3cf799b43b56dd438b90f430a193a913b02af6bd044fd2e0703ffd +size 153941 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPad-pseudo.png index 8ecd154c5..df2250a86 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ac9319372cf2a391b2e3beb8c626335b81e7b2b1dce566836c64c38c918edf2c -size 170329 +oid sha256:973235c5e474d7848d286c980126eb708697e90c26a0a808721239bd56243a02 +size 169877 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPhone-16-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPhone-16-en-GB.png index b4f995c93..3ba7e97b3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPhone-16-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPhone-16-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45791ff64723bb086fad8f246619db95bfb5d4d6be6d51e21214bc4193f4f29c -size 105597 +oid sha256:b6e5e752b3e292428f85d7e8c99cde8ab86d05256d10687459ee0ca52c416549 +size 105787 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPhone-16-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPhone-16-pseudo.png index bc46bfbe0..6356e4071 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPhone-16-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPhone-16-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:afbef4d2a7250abf79d58b9740f3f84a427a53767a44e55fcefbcace4cea8835 -size 121302 +oid sha256:46457f6bd24b26e8bc9559e4728b45a7b1c2e809ae3633264c2bd8ae34fb0d1b +size 122140 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-iPad-en-GB.png index 8f14fa135..a0d8ec4d8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7febd369dbb170d509ac1becefed739dd45aaf6a1c5391df0ff2d402e0e2285 -size 87745 +oid sha256:9155be21c7fa1443eff87fd4075cc912a701a00deb45d04d5bdbb96c4718ef2f +size 87701 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-iPad-pseudo.png index 09c7dc9ee..25fe30314 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3191f9f1dd2e4c9ac2211110b9d0cacae412145917da77e6895e7bf8d0c5913a -size 98771 +oid sha256:e267f64f8b5f6141352e825da36d394e6fdcccea46f4711b7b644ace0845539d +size 103691 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-iPhone-16-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-iPhone-16-en-GB.png index 3577aecae..212a73602 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-iPhone-16-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-iPhone-16-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e352336a08207aebd58d54a78ab8a30633ff069559e6516f7a66c00773cb7384 -size 45673 +oid sha256:dfd2e70f3822f07abd6783e7b081746ea56f9c52976c167bd268422437146c3d +size 48003 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-iPhone-16-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-iPhone-16-pseudo.png index 877d4482d..7253cb2cc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-iPhone-16-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-iPhone-16-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23b1c90753728ba3ddf407ca94d850ab4c8a9142aa56e50edcaa62c373a9b960 -size 61317 +oid sha256:49e16823a82b0ce2d6d26d74a9727eb69936f35c13f3c016420dbae91223ba5d +size 64327 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPad-en-GB.png index bda8fb568..40f6e73fa 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9a22253edde7efee0ce76cececc2c41e07a1c034b5f6c1cb380b260448efc89c -size 152957 +oid sha256:f320dd9c9e3cf799b43b56dd438b90f430a193a913b02af6bd044fd2e0703ffd +size 153941 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPad-pseudo.png index 8ecd154c5..df2250a86 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ac9319372cf2a391b2e3beb8c626335b81e7b2b1dce566836c64c38c918edf2c -size 170329 +oid sha256:973235c5e474d7848d286c980126eb708697e90c26a0a808721239bd56243a02 +size 169877 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPhone-16-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPhone-16-en-GB.png index b4f995c93..3ba7e97b3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPhone-16-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPhone-16-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45791ff64723bb086fad8f246619db95bfb5d4d6be6d51e21214bc4193f4f29c -size 105597 +oid sha256:b6e5e752b3e292428f85d7e8c99cde8ab86d05256d10687459ee0ca52c416549 +size 105787 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPhone-16-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPhone-16-pseudo.png index bc46bfbe0..6356e4071 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPhone-16-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPhone-16-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:afbef4d2a7250abf79d58b9740f3f84a427a53767a44e55fcefbcace4cea8835 -size 121302 +oid sha256:46457f6bd24b26e8bc9559e4728b45a7b1c2e809ae3633264c2bd8ae34fb0d1b +size 122140 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPad-en-GB.png index 57643045c..c65893ece 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8dda2c067476364493316a4543918a49378bbdb4dd0aa3119844cd3807a92003 -size 124972 +oid sha256:243d0eb5d2aa2f82e2873fecd242cb2e30edccbb7cf491738254098d4de3cee6 +size 127848 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPad-pseudo.png index f4c0366cb..f85df5367 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1fb62a071371a7d157dc2284147fd98224bd901763866d45252d0f7d094cba66 -size 146524 +oid sha256:c43fcb5c942f2aed7727849956b19cba74fb830401256ed437ab3169e6f0b6a0 +size 149845 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPhone-16-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPhone-16-en-GB.png index fc84b0d4e..7d7b50df2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPhone-16-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPhone-16-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4972fc41829bd1acc89014fa9f6a99ea0560d4ea7f479e307e5c2337ee522163 -size 76376 +oid sha256:d491d0a356a1bbf825d5382966eb4818369aef26d3dd1a87b6c047afcc9cf5bb +size 78940 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPhone-16-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPhone-16-pseudo.png index 3d1d4d7af..f797c2286 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPhone-16-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPhone-16-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9d0278ad6fa1d2d02fb97db8a33cf77eb61d5db7e2a01295e8b4908b2f654c1 -size 101691 +oid sha256:ee3402217879089d6b7fe91e499a60fa0a8fa6f626b3732ad80bc288b8b59bc0 +size 107063 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPad-en-GB.png index 1cc24e3f8..37eea3bd5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e59f37f63876646ad571621dbddb6d09f6279ca44452fd9998e879539f83ff0 -size 142278 +oid sha256:18d659a9ea188cf92845e2edd1778104157e43f468b3039413890d55702ea56b +size 145239 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPad-pseudo.png index ce6f64e63..cebbf0143 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42806ad14ec1c53197daea158a5a2fe5f3bad4ae871ab7aa49adf3097f2dcb51 -size 159523 +oid sha256:dc1ceda9c4929eb22c5420d76d39641ac50e4165e115057baffa5339d5091ff7 +size 162804 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPhone-16-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPhone-16-en-GB.png index 42c189e2e..9efaf50f5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPhone-16-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPhone-16-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:898aeee19e7d5fae509c68c25f6355a2c12c198005bbb95c51b072585236d246 -size 92466 +oid sha256:43002c4e495046537501e4f63ad036d32f8ee369604985c619f25f4f90fb7255 +size 95196 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPhone-16-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPhone-16-pseudo.png index b2808ab15..b7218b743 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPhone-16-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPhone-16-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9affd4fbcf23ab51fd2c547568a275c525ca022676f981476aacb180f03615bd -size 113111 +oid sha256:97cfc2eab13930ab69c02d35f2b09f8eab9b3e437ff920eb531b0968e7a5155d +size 118708 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-iPad-en-GB.png index 8f14fa135..a0d8ec4d8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7febd369dbb170d509ac1becefed739dd45aaf6a1c5391df0ff2d402e0e2285 -size 87745 +oid sha256:9155be21c7fa1443eff87fd4075cc912a701a00deb45d04d5bdbb96c4718ef2f +size 87701 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-iPad-pseudo.png index 09c7dc9ee..25fe30314 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3191f9f1dd2e4c9ac2211110b9d0cacae412145917da77e6895e7bf8d0c5913a -size 98771 +oid sha256:e267f64f8b5f6141352e825da36d394e6fdcccea46f4711b7b644ace0845539d +size 103691 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-iPhone-16-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-iPhone-16-en-GB.png index 3577aecae..212a73602 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-iPhone-16-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-iPhone-16-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e352336a08207aebd58d54a78ab8a30633ff069559e6516f7a66c00773cb7384 -size 45673 +oid sha256:dfd2e70f3822f07abd6783e7b081746ea56f9c52976c167bd268422437146c3d +size 48003 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-iPhone-16-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-iPhone-16-pseudo.png index 877d4482d..7253cb2cc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-iPhone-16-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-iPhone-16-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23b1c90753728ba3ddf407ca94d850ab4c8a9142aa56e50edcaa62c373a9b960 -size 61317 +oid sha256:49e16823a82b0ce2d6d26d74a9727eb69936f35c13f3c016420dbae91223ba5d +size 64327 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-iPad-en-GB.png index 8f14fa135..a0d8ec4d8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7febd369dbb170d509ac1becefed739dd45aaf6a1c5391df0ff2d402e0e2285 -size 87745 +oid sha256:9155be21c7fa1443eff87fd4075cc912a701a00deb45d04d5bdbb96c4718ef2f +size 87701 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-iPad-pseudo.png index 09c7dc9ee..25fe30314 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3191f9f1dd2e4c9ac2211110b9d0cacae412145917da77e6895e7bf8d0c5913a -size 98771 +oid sha256:e267f64f8b5f6141352e825da36d394e6fdcccea46f4711b7b644ace0845539d +size 103691 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-iPhone-16-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-iPhone-16-en-GB.png index 3577aecae..212a73602 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-iPhone-16-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-iPhone-16-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e352336a08207aebd58d54a78ab8a30633ff069559e6516f7a66c00773cb7384 -size 45673 +oid sha256:dfd2e70f3822f07abd6783e7b081746ea56f9c52976c167bd268422437146c3d +size 48003 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-iPhone-16-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-iPhone-16-pseudo.png index 877d4482d..7253cb2cc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-iPhone-16-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-iPhone-16-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23b1c90753728ba3ddf407ca94d850ab4c8a9142aa56e50edcaa62c373a9b960 -size 61317 +oid sha256:49e16823a82b0ce2d6d26d74a9727eb69936f35c13f3c016420dbae91223ba5d +size 64327 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPad-en-GB.png index 1133267b5..d2539742c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e41a6af5bca4ebf9db8e4ece2ea265d03cef567168efb0037e072708844b747 -size 164703 +oid sha256:8a23f283e2040e68dbbb4b5086c0bf8f8199ecc7fe613edefb27174f3281e4c6 +size 165687 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPad-pseudo.png index 5f7243f9c..030d8277f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dae2f8dfd67b130c795eff1c25b2aabdab62790a40e68b31298e1f8ffda21e21 -size 183184 +oid sha256:5af2a6d6b366e15439363b1487bbf4c1b6f522c0b690e3ab1e45babdeb84d9b4 +size 182732 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPhone-16-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPhone-16-en-GB.png index bc526fd19..38ad4e2fa 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPhone-16-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPhone-16-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d0bdd0efea902e81bf6a6626e3a9792207f89f0854fc96cc1a5fa04e122e7b7 -size 115201 +oid sha256:501126559a5752477f589ecf28be3aea9600d17694e002d75b39d554e1c78e8a +size 115391 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPhone-16-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPhone-16-pseudo.png index 577e3e76d..87fa94eb3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPhone-16-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPhone-16-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6cce2f34d0f27e3f8f8e827214ed36350a73a7e08a2f75d31a0b95f74eecedaf -size 133891 +oid sha256:a04b28d9013231f71acbb0ebde2b679a5dbcd2791142f88b9b7482cc5add6575 +size 134729 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-iPad-en-GB.png index 8f14fa135..a0d8ec4d8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7febd369dbb170d509ac1becefed739dd45aaf6a1c5391df0ff2d402e0e2285 -size 87745 +oid sha256:9155be21c7fa1443eff87fd4075cc912a701a00deb45d04d5bdbb96c4718ef2f +size 87701 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-iPad-pseudo.png index 09c7dc9ee..25fe30314 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3191f9f1dd2e4c9ac2211110b9d0cacae412145917da77e6895e7bf8d0c5913a -size 98771 +oid sha256:e267f64f8b5f6141352e825da36d394e6fdcccea46f4711b7b644ace0845539d +size 103691 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-iPhone-16-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-iPhone-16-en-GB.png index 3577aecae..212a73602 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-iPhone-16-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-iPhone-16-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e352336a08207aebd58d54a78ab8a30633ff069559e6516f7a66c00773cb7384 -size 45673 +oid sha256:dfd2e70f3822f07abd6783e7b081746ea56f9c52976c167bd268422437146c3d +size 48003 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-iPhone-16-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-iPhone-16-pseudo.png index 877d4482d..7253cb2cc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-iPhone-16-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-iPhone-16-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23b1c90753728ba3ddf407ca94d850ab4c8a9142aa56e50edcaa62c373a9b960 -size 61317 +oid sha256:49e16823a82b0ce2d6d26d74a9727eb69936f35c13f3c016420dbae91223ba5d +size 64327 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPad-en-GB.png index 3857a7990..91ef20149 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:87585ef3432d153e1ea82ddaba1fc6a80fe07208997b001671695e4295783ca9 -size 93013 +oid sha256:8071dabab98d7ddd866ee2d79ef27808a774cbcb18aeaf01dda783dc301e3597 +size 84047 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPad-pseudo.png index a420d99a5..5a7172ca3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:145d064f13a855dd0cb2d9a6c1c6e5d11a6e693a2615268a3430fd881b1445a5 -size 109446 +oid sha256:a2bd5276ba6000f0a79e659fbc77d1b9c5b263e5fcdea42e74e42b5a15fba9df +size 94665 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPhone-16-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPhone-16-en-GB.png index de8c711cd..8cfd1ebf2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPhone-16-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPhone-16-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2fdd02291b75bab941544bcbb2c31a16bfc4555cd09c786805545946bdff8c8 -size 50444 +oid sha256:17843372660dd14299bd93688b436bcf4e40bd24c327e4bf7e4b0ed550cb1063 +size 43397 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPhone-16-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPhone-16-pseudo.png index 629f70a60..20347ed2a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPhone-16-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPhone-16-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc96073fec099d3429d893a3b74c7238e1986e38cf0240e44318884515899d94 -size 70592 +oid sha256:f6404c40322b8c3e352e1860dc2453bc23ceefb356f7316a99d441cfdd8e1e2d +size 53372 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 index e1ea0c6ff..ff8e8c829 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:857447f847ecde9d10d2cea41255f36f030be56738cf6cc2ddd3e2fff2598aad -size 76652 +oid sha256:8c2f9141f891400ca6e41c3ce078363c446b6235c8943fd3f876519805e627ee +size 76829 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 index e1ea0c6ff..ff8e8c829 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:857447f847ecde9d10d2cea41255f36f030be56738cf6cc2ddd3e2fff2598aad -size 76652 +oid sha256:8c2f9141f891400ca6e41c3ce078363c446b6235c8943fd3f876519805e627ee +size 76829 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 index 22b8e455f..3959621b8 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d33031534b31c9d747b5764a912fc071c25a62f6b5857a4bb287b15d45874c7 -size 145259 +oid sha256:5947dc3ac3159a0e1eef13048ae1819c8ca159391d1c947838dbe559387718f9 +size 146103 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 index 72127e8bb..259614cb5 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45e719662a60d3f7ef72d4dea9c85b391673bc8550510782b21e7b6113106e4e -size 79495 +oid sha256:7c120ca9116566cd5a0b99d4157cb739085ee28b43f334c78b903bd95a4b846a +size 83422 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 index 72127e8bb..259614cb5 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45e719662a60d3f7ef72d4dea9c85b391673bc8550510782b21e7b6113106e4e -size 79495 +oid sha256:7c120ca9116566cd5a0b99d4157cb739085ee28b43f334c78b903bd95a4b846a +size 83422 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 index e1ea0c6ff..ff8e8c829 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:857447f847ecde9d10d2cea41255f36f030be56738cf6cc2ddd3e2fff2598aad -size 76652 +oid sha256:8c2f9141f891400ca6e41c3ce078363c446b6235c8943fd3f876519805e627ee +size 76829 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 index 72127e8bb..259614cb5 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45e719662a60d3f7ef72d4dea9c85b391673bc8550510782b21e7b6113106e4e -size 79495 +oid sha256:7c120ca9116566cd5a0b99d4157cb739085ee28b43f334c78b903bd95a4b846a +size 83422 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 index 72127e8bb..259614cb5 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45e719662a60d3f7ef72d4dea9c85b391673bc8550510782b21e7b6113106e4e -size 79495 +oid sha256:7c120ca9116566cd5a0b99d4157cb739085ee28b43f334c78b903bd95a4b846a +size 83422 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 index 7278b5f4a..0350a7d6b 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aeb54dfc84e183ab592ba16dccc471d9a188651af22a1902e115ec26a0707aba -size 85946 +oid sha256:20a9666afa07696156d04173878bb0e3ede8eb4311c346ea94455cd8c6b49a35 +size 74571 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 index 72127e8bb..259614cb5 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45e719662a60d3f7ef72d4dea9c85b391673bc8550510782b21e7b6113106e4e -size 79495 +oid sha256:7c120ca9116566cd5a0b99d4157cb739085ee28b43f334c78b903bd95a4b846a +size 83422 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 index 72127e8bb..259614cb5 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45e719662a60d3f7ef72d4dea9c85b391673bc8550510782b21e7b6113106e4e -size 79495 +oid sha256:7c120ca9116566cd5a0b99d4157cb739085ee28b43f334c78b903bd95a4b846a +size 83422