diff --git a/.github/workflows/pr_scan.yml b/.github/workflows/pr_scan.yml index 958b904bab..c54f629edc 100644 --- a/.github/workflows/pr_scan.yml +++ b/.github/workflows/pr_scan.yml @@ -13,10 +13,10 @@ jobs: build: env: sonarToken: ${{ secrets.SONAR_TOKEN }} - destination: "name=iPhone 15 Pro,OS=17.2" + destination: "name=iPhone 16 Pro,OS=18.0" project: "Adyen.xcodeproj" params: "-derivedDataPath ./DerivedData -skipPackagePluginValidation" - runs-on: macos-14-xlarge # Apple Silicon Runner + runs-on: macos-15-xlarge # Apple Silicon Runner steps: - uses: actions/checkout@v4 @@ -32,7 +32,7 @@ jobs: - name: Select latest Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '15.1' + xcode-version: '16.0' - name: ๐Ÿ› ๏ธ Install Tools run: | @@ -71,7 +71,7 @@ jobs: -enableCodeCoverage YES \ -resultBundlePath "${resultPath}" \ ${params} \ - -destination "name=iPhone 15 Pro,OS=17.2" -destination "name=iPad (10th generation),OS=17.2" | xcpretty --utf --color && exit ${PIPESTATUS[0]} + -destination "name=iPhone 16 Pro,OS=18.0" -destination "name=iPad (10th generation),OS=18.0" | xcpretty --utf --color && exit ${PIPESTATUS[0]} env: params: '${{env.params}}' scheme: 'SnapshotTests' diff --git a/.github/workflows/regenerate-snapshots.yml b/.github/workflows/regenerate-snapshots.yml index 2603e6fb96..51a802441c 100644 --- a/.github/workflows/regenerate-snapshots.yml +++ b/.github/workflows/regenerate-snapshots.yml @@ -4,7 +4,7 @@ on: jobs: Generate: - runs-on: macos-14-xlarge + runs-on: macos-15-xlarge steps: - uses: actions/checkout@v4 @@ -15,14 +15,15 @@ jobs: - name: ๐Ÿ”จ Select Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '15.1' + xcode-version: '16.0' - name: ๐Ÿงน Clear existing Snapshots run: | find ./Tests/SnapshotTests -name "__Snapshots__" -exec rm -rf {} + - name: ๐Ÿ“ธ Generate Snapshots + continue-on-error: true run: | - xcodebuild test -project "${project}" -scheme "${scheme}" ${params} -destination "name=iPhone 15 Pro,OS=17.2" -destination "name=iPad (10th generation),OS=17.2" | xcpretty --utf --color + xcodebuild test -project "${project}" -scheme "${scheme}" ${params} -destination "name=iPhone 16 Pro,OS=18.0" -destination "name=iPad (10th generation),OS=18.0" env: project: 'Adyen.xcodeproj' params: '-skipPackagePluginValidation' diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_17-2-ar_AE.shopper-info-prefilled-address-not-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_17-2-ar_AE.shopper-info-prefilled-address-not-set.png deleted file mode 100644 index ed3433611d..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_17-2-ar_AE.shopper-info-prefilled-address-not-set.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_17-2-de_DE.shopper-info-prefilled-address-not-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_17-2-de_DE.shopper-info-prefilled-address-not-set.png deleted file mode 100644 index 353cd78a5e..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_17-2-de_DE.shopper-info-prefilled-address-not-set.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_17-2-en_US.shopper-info-prefilled-address-not-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_17-2-en_US.shopper-info-prefilled-address-not-set.png deleted file mode 100644 index 89ef42d0a3..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_17-2-en_US.shopper-info-prefilled-address-not-set.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_18-0-ar_AE.shopper-info-prefilled-address-not-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_18-0-ar_AE.shopper-info-prefilled-address-not-set.png new file mode 100644 index 0000000000..851c6ec579 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_18-0-ar_AE.shopper-info-prefilled-address-not-set.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_18-0-de_DE.shopper-info-prefilled-address-not-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_18-0-de_DE.shopper-info-prefilled-address-not-set.png new file mode 100644 index 0000000000..c864403066 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_18-0-de_DE.shopper-info-prefilled-address-not-set.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_18-0-en_US.shopper-info-prefilled-address-not-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_18-0-en_US.shopper-info-prefilled-address-not-set.png new file mode 100644 index 0000000000..64746e245e Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPad13-18-iPadOS_18-0-en_US.shopper-info-prefilled-address-not-set.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone16-1-iOS_17-2-ar_AE.shopper-info-prefilled-address-not-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone16-1-iOS_17-2-ar_AE.shopper-info-prefilled-address-not-set.png deleted file mode 100644 index 3551ddb445..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone16-1-iOS_17-2-ar_AE.shopper-info-prefilled-address-not-set.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone16-1-iOS_17-2-de_DE.shopper-info-prefilled-address-not-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone16-1-iOS_17-2-de_DE.shopper-info-prefilled-address-not-set.png deleted file mode 100644 index 02da15df63..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone16-1-iOS_17-2-de_DE.shopper-info-prefilled-address-not-set.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone16-1-iOS_17-2-en_US.shopper-info-prefilled-address-not-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone16-1-iOS_17-2-en_US.shopper-info-prefilled-address-not-set.png deleted file mode 100644 index 18a37666c5..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone16-1-iOS_17-2-en_US.shopper-info-prefilled-address-not-set.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone17-1-iOS_18-0-ar_AE.shopper-info-prefilled-address-not-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone17-1-iOS_18-0-ar_AE.shopper-info-prefilled-address-not-set.png new file mode 100644 index 0000000000..ea23fa3aa5 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone17-1-iOS_18-0-ar_AE.shopper-info-prefilled-address-not-set.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone17-1-iOS_18-0-de_DE.shopper-info-prefilled-address-not-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone17-1-iOS_18-0-de_DE.shopper-info-prefilled-address-not-set.png new file mode 100644 index 0000000000..808fcdbd48 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone17-1-iOS_18-0-de_DE.shopper-info-prefilled-address-not-set.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone17-1-iOS_18-0-en_US.shopper-info-prefilled-address-not-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone17-1-iOS_18-0-en_US.shopper-info-prefilled-address-not-set.png new file mode 100644 index 0000000000..58fbe9fc04 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsNotSet-iPhone17-1-iOS_18-0-en_US.shopper-info-prefilled-address-not-set.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_17-2-ar_AE.shopper-info-prefilled-address-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_17-2-ar_AE.shopper-info-prefilled-address-set.png deleted file mode 100644 index dbc8b22e6b..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_17-2-ar_AE.shopper-info-prefilled-address-set.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_17-2-de_DE.shopper-info-prefilled-address-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_17-2-de_DE.shopper-info-prefilled-address-set.png deleted file mode 100644 index df56884f1e..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_17-2-de_DE.shopper-info-prefilled-address-set.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_17-2-en_US.shopper-info-prefilled-address-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_17-2-en_US.shopper-info-prefilled-address-set.png deleted file mode 100644 index aaeed53266..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_17-2-en_US.shopper-info-prefilled-address-set.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_18-0-ar_AE.shopper-info-prefilled-address-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_18-0-ar_AE.shopper-info-prefilled-address-set.png new file mode 100644 index 0000000000..042222120d Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_18-0-ar_AE.shopper-info-prefilled-address-set.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_18-0-de_DE.shopper-info-prefilled-address-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_18-0-de_DE.shopper-info-prefilled-address-set.png new file mode 100644 index 0000000000..31d9bac556 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_18-0-de_DE.shopper-info-prefilled-address-set.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_18-0-en_US.shopper-info-prefilled-address-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_18-0-en_US.shopper-info-prefilled-address-set.png new file mode 100644 index 0000000000..fe183be712 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPad13-18-iPadOS_18-0-en_US.shopper-info-prefilled-address-set.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone16-1-iOS_17-2-ar_AE.shopper-info-prefilled-address-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone16-1-iOS_17-2-ar_AE.shopper-info-prefilled-address-set.png deleted file mode 100644 index 3c9d811a6c..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone16-1-iOS_17-2-ar_AE.shopper-info-prefilled-address-set.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone16-1-iOS_17-2-de_DE.shopper-info-prefilled-address-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone16-1-iOS_17-2-de_DE.shopper-info-prefilled-address-set.png deleted file mode 100644 index 21db4b2d5c..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone16-1-iOS_17-2-de_DE.shopper-info-prefilled-address-set.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone16-1-iOS_17-2-en_US.shopper-info-prefilled-address-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone16-1-iOS_17-2-en_US.shopper-info-prefilled-address-set.png deleted file mode 100644 index 102576c7c9..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone16-1-iOS_17-2-en_US.shopper-info-prefilled-address-set.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone17-1-iOS_18-0-ar_AE.shopper-info-prefilled-address-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone17-1-iOS_18-0-ar_AE.shopper-info-prefilled-address-set.png new file mode 100644 index 0000000000..977545d197 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone17-1-iOS_18-0-ar_AE.shopper-info-prefilled-address-set.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone17-1-iOS_18-0-de_DE.shopper-info-prefilled-address-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone17-1-iOS_18-0-de_DE.shopper-info-prefilled-address-set.png new file mode 100644 index 0000000000..fa4fa5f448 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone17-1-iOS_18-0-de_DE.shopper-info-prefilled-address-set.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone17-1-iOS_18-0-en_US.shopper-info-prefilled-address-set.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone17-1-iOS_18-0-en_US.shopper-info-prefilled-address-set.png new file mode 100644 index 0000000000..fb5d8f39e7 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirmPrefilling_givenDeliveryAddressIsSet-iPhone17-1-iOS_18-0-en_US.shopper-info-prefilled-address-set.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-ar_AE.shopper-info-not-filled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-ar_AE.shopper-info-not-filled.png deleted file mode 100644 index 3f50989836..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-ar_AE.shopper-info-not-filled.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-de_DE.shopper-info-not-filled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-de_DE.shopper-info-not-filled.png deleted file mode 100644 index ff6c93fcda..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-de_DE.shopper-info-not-filled.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-en_US.shopper-info-not-filled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-en_US.shopper-info-not-filled.png deleted file mode 100644 index 2776cd68e9..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-en_US.shopper-info-not-filled.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-ar_AE.shopper-info-not-filled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-ar_AE.shopper-info-not-filled.png new file mode 100644 index 0000000000..651938d537 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-ar_AE.shopper-info-not-filled.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-de_DE.shopper-info-not-filled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-de_DE.shopper-info-not-filled.png new file mode 100644 index 0000000000..7028905385 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-de_DE.shopper-info-not-filled.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-en_US.shopper-info-not-filled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-en_US.shopper-info-not-filled.png new file mode 100644 index 0000000000..c98c55bdd6 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-en_US.shopper-info-not-filled.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-ar_AE.shopper-info-not-filled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-ar_AE.shopper-info-not-filled.png deleted file mode 100644 index 84b1c2cb10..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-ar_AE.shopper-info-not-filled.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-de_DE.shopper-info-not-filled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-de_DE.shopper-info-not-filled.png deleted file mode 100644 index 64294d2ad5..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-de_DE.shopper-info-not-filled.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-en_US.shopper-info-not-filled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-en_US.shopper-info-not-filled.png deleted file mode 100644 index 2cbfb273b2..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-en_US.shopper-info-not-filled.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-ar_AE.shopper-info-not-filled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-ar_AE.shopper-info-not-filled.png new file mode 100644 index 0000000000..34d86e6b08 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-ar_AE.shopper-info-not-filled.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-de_DE.shopper-info-not-filled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-de_DE.shopper-info-not-filled.png new file mode 100644 index 0000000000..083360a5ef Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-de_DE.shopper-info-not-filled.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-en_US.shopper-info-not-filled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-en_US.shopper-info-not-filled.png new file mode 100644 index 0000000000..11f5b459ac Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testAffirm_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-en_US.shopper-info-not-filled.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-ar_AE.shopper-info-prefilled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-ar_AE.shopper-info-prefilled.png deleted file mode 100644 index dd69a2088e..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-ar_AE.shopper-info-prefilled.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-de_DE.shopper-info-prefilled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-de_DE.shopper-info-prefilled.png deleted file mode 100644 index 7abf4f9bec..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-de_DE.shopper-info-prefilled.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-en_US.shopper-info-prefilled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-en_US.shopper-info-prefilled.png deleted file mode 100644 index 9261a92b62..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-en_US.shopper-info-prefilled.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-ar_AE.shopper-info-prefilled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-ar_AE.shopper-info-prefilled.png new file mode 100644 index 0000000000..5a6b96d776 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-ar_AE.shopper-info-prefilled.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-de_DE.shopper-info-prefilled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-de_DE.shopper-info-prefilled.png new file mode 100644 index 0000000000..d8c4be21de Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-de_DE.shopper-info-prefilled.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-en_US.shopper-info-prefilled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-en_US.shopper-info-prefilled.png new file mode 100644 index 0000000000..528174c145 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-en_US.shopper-info-prefilled.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-ar_AE.shopper-info-prefilled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-ar_AE.shopper-info-prefilled.png deleted file mode 100644 index cd72b285fd..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-ar_AE.shopper-info-prefilled.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-de_DE.shopper-info-prefilled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-de_DE.shopper-info-prefilled.png deleted file mode 100644 index 5a1c0ca5c9..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-de_DE.shopper-info-prefilled.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-en_US.shopper-info-prefilled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-en_US.shopper-info-prefilled.png deleted file mode 100644 index b08a405cf3..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-en_US.shopper-info-prefilled.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-ar_AE.shopper-info-prefilled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-ar_AE.shopper-info-prefilled.png new file mode 100644 index 0000000000..f25360fdf5 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-ar_AE.shopper-info-prefilled.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-de_DE.shopper-info-prefilled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-de_DE.shopper-info-prefilled.png new file mode 100644 index 0000000000..f8b257f5f1 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-de_DE.shopper-info-prefilled.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-en_US.shopper-info-prefilled.png b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-en_US.shopper-info-prefilled.png new file mode 100644 index 0000000000..321bc6470d Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AffirmComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-en_US.shopper-info-prefilled.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_17-2-ar_AE.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_17-2-ar_AE.all_required_fields_exist.png deleted file mode 100644 index 643170f8a1..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_17-2-ar_AE.all_required_fields_exist.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_17-2-de_DE.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_17-2-de_DE.all_required_fields_exist.png deleted file mode 100644 index 2d62d81bb1..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_17-2-de_DE.all_required_fields_exist.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_17-2-en_US.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_17-2-en_US.all_required_fields_exist.png deleted file mode 100644 index 3419a18af9..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_17-2-en_US.all_required_fields_exist.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_18-0-ar_AE.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_18-0-ar_AE.all_required_fields_exist.png new file mode 100644 index 0000000000..951968c15d Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_18-0-ar_AE.all_required_fields_exist.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_18-0-de_DE.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_18-0-de_DE.all_required_fields_exist.png new file mode 100644 index 0000000000..19a0a5c8bb Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_18-0-de_DE.all_required_fields_exist.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_18-0-en_US.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_18-0-en_US.all_required_fields_exist.png new file mode 100644 index 0000000000..310ceed226 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPad13-18-iPadOS_18-0-en_US.all_required_fields_exist.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone16-1-iOS_17-2-ar_AE.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone16-1-iOS_17-2-ar_AE.all_required_fields_exist.png deleted file mode 100644 index f67598d956..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone16-1-iOS_17-2-ar_AE.all_required_fields_exist.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone16-1-iOS_17-2-de_DE.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone16-1-iOS_17-2-de_DE.all_required_fields_exist.png deleted file mode 100644 index 86c3a1143b..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone16-1-iOS_17-2-de_DE.all_required_fields_exist.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone16-1-iOS_17-2-en_US.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone16-1-iOS_17-2-en_US.all_required_fields_exist.png deleted file mode 100644 index 20c1e7747e..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone16-1-iOS_17-2-en_US.all_required_fields_exist.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone17-1-iOS_18-0-ar_AE.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone17-1-iOS_18-0-ar_AE.all_required_fields_exist.png new file mode 100644 index 0000000000..e6dbb4d003 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone17-1-iOS_18-0-ar_AE.all_required_fields_exist.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone17-1-iOS_18-0-de_DE.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone17-1-iOS_18-0-de_DE.all_required_fields_exist.png new file mode 100644 index 0000000000..72c3b371ab Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone17-1-iOS_18-0-de_DE.all_required_fields_exist.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone17-1-iOS_18-0-en_US.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone17-1-iOS_18-0-en_US.all_required_fields_exist.png new file mode 100644 index 0000000000..33034318f2 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAllRequiredTextField_shouldExist-iPhone17-1-iOS_18-0-en_US.all_required_fields_exist.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-ar_AE.empty_form.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-ar_AE.empty_form.png deleted file mode 100644 index 8077c5f94c..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-ar_AE.empty_form.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-de_DE.empty_form.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-de_DE.empty_form.png deleted file mode 100644 index 32c140e8cf..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-de_DE.empty_form.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-en_US.empty_form.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-en_US.empty_form.png deleted file mode 100644 index dc9c40d020..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_17-2-en_US.empty_form.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-ar_AE.empty_form.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-ar_AE.empty_form.png new file mode 100644 index 0000000000..33c3a325fb Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-ar_AE.empty_form.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-de_DE.empty_form.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-de_DE.empty_form.png new file mode 100644 index 0000000000..2090a0d5dd Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-de_DE.empty_form.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-en_US.empty_form.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-en_US.empty_form.png new file mode 100644 index 0000000000..3c2d0da3de Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPad13-18-iPadOS_18-0-en_US.empty_form.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-ar_AE.empty_form.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-ar_AE.empty_form.png deleted file mode 100644 index 9d067fc238..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-ar_AE.empty_form.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-de_DE.empty_form.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-de_DE.empty_form.png deleted file mode 100644 index a5feebb961..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-de_DE.empty_form.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-en_US.empty_form.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-en_US.empty_form.png deleted file mode 100644 index e67bbbf091..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone16-1-iOS_17-2-en_US.empty_form.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-ar_AE.empty_form.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-ar_AE.empty_form.png new file mode 100644 index 0000000000..6beaaee407 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-ar_AE.empty_form.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-de_DE.empty_form.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-de_DE.empty_form.png new file mode 100644 index 0000000000..30493a7f38 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-de_DE.empty_form.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-en_US.empty_form.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-en_US.empty_form.png new file mode 100644 index 0000000000..aadbbf0a78 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testAtome_givenNoShopperInformation_shouldNotPrefill-iPhone17-1-iOS_18-0-en_US.empty_form.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-ar_AE.prefilled_shopper_info.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-ar_AE.prefilled_shopper_info.png deleted file mode 100644 index 643170f8a1..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-ar_AE.prefilled_shopper_info.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-de_DE.prefilled_shopper_info.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-de_DE.prefilled_shopper_info.png deleted file mode 100644 index 2d62d81bb1..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-de_DE.prefilled_shopper_info.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-en_US.prefilled_shopper_info.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-en_US.prefilled_shopper_info.png deleted file mode 100644 index 3419a18af9..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_17-2-en_US.prefilled_shopper_info.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-ar_AE.prefilled_shopper_info.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-ar_AE.prefilled_shopper_info.png new file mode 100644 index 0000000000..951968c15d Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-ar_AE.prefilled_shopper_info.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-de_DE.prefilled_shopper_info.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-de_DE.prefilled_shopper_info.png new file mode 100644 index 0000000000..19a0a5c8bb Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-de_DE.prefilled_shopper_info.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-en_US.prefilled_shopper_info.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-en_US.prefilled_shopper_info.png new file mode 100644 index 0000000000..310ceed226 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPad13-18-iPadOS_18-0-en_US.prefilled_shopper_info.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-ar_AE.prefilled_shopper_info.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-ar_AE.prefilled_shopper_info.png deleted file mode 100644 index f67598d956..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-ar_AE.prefilled_shopper_info.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-de_DE.prefilled_shopper_info.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-de_DE.prefilled_shopper_info.png deleted file mode 100644 index 86c3a1143b..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-de_DE.prefilled_shopper_info.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-en_US.prefilled_shopper_info.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-en_US.prefilled_shopper_info.png deleted file mode 100644 index 20c1e7747e..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone16-1-iOS_17-2-en_US.prefilled_shopper_info.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-ar_AE.prefilled_shopper_info.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-ar_AE.prefilled_shopper_info.png new file mode 100644 index 0000000000..e6dbb4d003 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-ar_AE.prefilled_shopper_info.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-de_DE.prefilled_shopper_info.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-de_DE.prefilled_shopper_info.png new file mode 100644 index 0000000000..72c3b371ab Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-de_DE.prefilled_shopper_info.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-en_US.prefilled_shopper_info.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-en_US.prefilled_shopper_info.png new file mode 100644 index 0000000000..33034318f2 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testSubmitForm_shouldCallDelegateWithProperParameters-iPhone17-1-iOS_18-0-en_US.prefilled_shopper_info.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png deleted file mode 100644 index 4b468ac630..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png deleted file mode 100644 index 0be2cd6eab..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png deleted file mode 100644 index 7fbb293a13..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png new file mode 100644 index 0000000000..11fdbb9fb4 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png new file mode 100644 index 0000000000..2fec88500b Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png new file mode 100644 index 0000000000..f2fc58a7ba Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png deleted file mode 100644 index 5c7b9b7a6d..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png deleted file mode 100644 index 2948c82090..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png deleted file mode 100644 index c5e798eef7..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png new file mode 100644 index 0000000000..d9e2764c88 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png new file mode 100644 index 0000000000..6e6b6b8b3f Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png new file mode 100644 index 0000000000..86b2ca1aef Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/AtomeComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-ar_AE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-ar_AE.initial_state.png deleted file mode 100644 index fb2bdc0929..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-ar_AE.initial_state.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-ar_AE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-ar_AE.stopped_loading.png deleted file mode 100644 index 63a4b5b052..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-ar_AE.stopped_loading.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-de_DE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-de_DE.initial_state.png deleted file mode 100644 index 1eea835d2c..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-de_DE.initial_state.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-de_DE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-de_DE.stopped_loading.png deleted file mode 100644 index 6fc368e1a2..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-de_DE.stopped_loading.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-en_US.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-en_US.initial_state.png deleted file mode 100644 index 81be39553e..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-en_US.initial_state.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-en_US.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-en_US.stopped_loading.png deleted file mode 100644 index da6bf404ed..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_17-2-en_US.stopped_loading.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-ar_AE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-ar_AE.initial_state.png new file mode 100644 index 0000000000..c71de33ccd Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-ar_AE.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-ar_AE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-ar_AE.stopped_loading.png new file mode 100644 index 0000000000..fafdc3921a Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-ar_AE.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-de_DE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-de_DE.initial_state.png new file mode 100644 index 0000000000..538371c4e4 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-de_DE.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-de_DE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-de_DE.stopped_loading.png new file mode 100644 index 0000000000..397b64e0c1 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-de_DE.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-en_US.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-en_US.initial_state.png new file mode 100644 index 0000000000..8c11fa4191 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-en_US.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-en_US.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-en_US.stopped_loading.png new file mode 100644 index 0000000000..a090802d63 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPad13-18-iPadOS_18-0-en_US.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-ar_AE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-ar_AE.initial_state.png deleted file mode 100644 index b1f28e1941..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-ar_AE.initial_state.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-ar_AE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-ar_AE.stopped_loading.png deleted file mode 100644 index 633a1fafa2..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-ar_AE.stopped_loading.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-de_DE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-de_DE.initial_state.png deleted file mode 100644 index 7fd7f3f40c..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-de_DE.initial_state.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-de_DE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-de_DE.stopped_loading.png deleted file mode 100644 index c802762004..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-de_DE.stopped_loading.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-en_US.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-en_US.initial_state.png deleted file mode 100644 index 4d7b4ea0bc..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-en_US.initial_state.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-en_US.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-en_US.stopped_loading.png deleted file mode 100644 index 6cbd4f06f0..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone16-1-iOS_17-2-en_US.stopped_loading.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-ar_AE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-ar_AE.initial_state.png new file mode 100644 index 0000000000..079ebe00f8 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-ar_AE.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-ar_AE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-ar_AE.stopped_loading.png new file mode 100644 index 0000000000..a385afa243 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-ar_AE.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-de_DE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-de_DE.initial_state.png new file mode 100644 index 0000000000..f95d1d7c25 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-de_DE.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-de_DE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-de_DE.stopped_loading.png new file mode 100644 index 0000000000..09159261ba Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-de_DE.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-en_US.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-en_US.initial_state.png new file mode 100644 index 0000000000..a4ebd03256 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-en_US.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-en_US.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-en_US.stopped_loading.png new file mode 100644 index 0000000000..94e8370533 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitButtonLoading-iPhone17-1-iOS_18-0-en_US.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-ar_AE.blik_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-ar_AE.blik_flow.png deleted file mode 100644 index 0b5a4bf4cc..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-ar_AE.blik_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-de_DE.blik_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-de_DE.blik_flow.png deleted file mode 100644 index 1057422bfe..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-de_DE.blik_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-en_US.blik_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-en_US.blik_flow.png deleted file mode 100644 index 48bdc7145a..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-en_US.blik_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-ar_AE.blik_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-ar_AE.blik_flow.png new file mode 100644 index 0000000000..a43f78be49 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-ar_AE.blik_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-de_DE.blik_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-de_DE.blik_flow.png new file mode 100644 index 0000000000..d82e7bc343 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-de_DE.blik_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-en_US.blik_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-en_US.blik_flow.png new file mode 100644 index 0000000000..db87ac5788 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-en_US.blik_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-ar_AE.blik_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-ar_AE.blik_flow.png deleted file mode 100644 index b641122a4e..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-ar_AE.blik_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-de_DE.blik_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-de_DE.blik_flow.png deleted file mode 100644 index 4b10bdb70f..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-de_DE.blik_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-en_US.blik_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-en_US.blik_flow.png deleted file mode 100644 index dfa3de0d36..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-en_US.blik_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-ar_AE.blik_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-ar_AE.blik_flow.png new file mode 100644 index 0000000000..9d15e0b43f Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-ar_AE.blik_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-de_DE.blik_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-de_DE.blik_flow.png new file mode 100644 index 0000000000..5e58f4e4cf Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-de_DE.blik_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-en_US.blik_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-en_US.blik_flow.png new file mode 100644 index 0000000000..c981d965cc Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-en_US.blik_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png deleted file mode 100644 index 63e9c40c14..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png deleted file mode 100644 index be0c88fcfb..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png new file mode 100644 index 0000000000..690fd54307 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png new file mode 100644 index 0000000000..31278b7260 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png similarity index 51% rename from Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png rename to Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png index ec39603dc3..c932f6e199 100644 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png deleted file mode 100644 index e74504b379..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png deleted file mode 100644 index 08b857568b..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png deleted file mode 100644 index ce7c04dcd2..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png new file mode 100644 index 0000000000..a51ac09a9a Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png new file mode 100644 index 0000000000..3bc6fcc956 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png new file mode 100644 index 0000000000..05f25f260c Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BLIKComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_17-2-ar_AE.boleto_flow_no_name.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_17-2-ar_AE.boleto_flow_no_name.png deleted file mode 100644 index 1abab410d2..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_17-2-ar_AE.boleto_flow_no_name.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_17-2-de_DE.boleto_flow_no_name.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_17-2-de_DE.boleto_flow_no_name.png deleted file mode 100644 index bbc58be132..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_17-2-de_DE.boleto_flow_no_name.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_17-2-en_US.boleto_flow_no_name.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_17-2-en_US.boleto_flow_no_name.png deleted file mode 100644 index 54ecb2fe97..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_17-2-en_US.boleto_flow_no_name.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_18-0-ar_AE.boleto_flow_no_name.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_18-0-ar_AE.boleto_flow_no_name.png new file mode 100644 index 0000000000..5e2e9ad346 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_18-0-ar_AE.boleto_flow_no_name.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_18-0-de_DE.boleto_flow_no_name.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_18-0-de_DE.boleto_flow_no_name.png new file mode 100644 index 0000000000..5266883847 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_18-0-de_DE.boleto_flow_no_name.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_18-0-en_US.boleto_flow_no_name.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_18-0-en_US.boleto_flow_no_name.png new file mode 100644 index 0000000000..4e2623076a Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPad13-18-iPadOS_18-0-en_US.boleto_flow_no_name.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone16-1-iOS_17-2-ar_AE.boleto_flow_no_name.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone16-1-iOS_17-2-ar_AE.boleto_flow_no_name.png deleted file mode 100644 index b4eeef297c..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone16-1-iOS_17-2-ar_AE.boleto_flow_no_name.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone16-1-iOS_17-2-de_DE.boleto_flow_no_name.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone16-1-iOS_17-2-de_DE.boleto_flow_no_name.png deleted file mode 100644 index 8d068d47d3..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone16-1-iOS_17-2-de_DE.boleto_flow_no_name.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone16-1-iOS_17-2-en_US.boleto_flow_no_name.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone16-1-iOS_17-2-en_US.boleto_flow_no_name.png deleted file mode 100644 index 9b628adbcd..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone16-1-iOS_17-2-en_US.boleto_flow_no_name.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone17-1-iOS_18-0-ar_AE.boleto_flow_no_name.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone17-1-iOS_18-0-ar_AE.boleto_flow_no_name.png new file mode 100644 index 0000000000..1725862e11 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone17-1-iOS_18-0-ar_AE.boleto_flow_no_name.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone17-1-iOS_18-0-de_DE.boleto_flow_no_name.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone17-1-iOS_18-0-de_DE.boleto_flow_no_name.png new file mode 100644 index 0000000000..a541b0bb84 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone17-1-iOS_18-0-de_DE.boleto_flow_no_name.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone17-1-iOS_18-0-en_US.boleto_flow_no_name.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone17-1-iOS_18-0-en_US.boleto_flow_no_name.png new file mode 100644 index 0000000000..ebf532236d Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataNoName-iPhone17-1-iOS_18-0-en_US.boleto_flow_no_name.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_17-2-ar_AE.boleto_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_17-2-ar_AE.boleto_flow.png deleted file mode 100644 index ba8dbc8b09..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_17-2-ar_AE.boleto_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_17-2-de_DE.boleto_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_17-2-de_DE.boleto_flow.png deleted file mode 100644 index 6ad09ee387..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_17-2-de_DE.boleto_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_17-2-en_US.boleto_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_17-2-en_US.boleto_flow.png deleted file mode 100644 index f2fdbf9212..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_17-2-en_US.boleto_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_18-0-ar_AE.boleto_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_18-0-ar_AE.boleto_flow.png new file mode 100644 index 0000000000..6bafe77364 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_18-0-ar_AE.boleto_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_18-0-de_DE.boleto_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_18-0-de_DE.boleto_flow.png new file mode 100644 index 0000000000..9cb6b37ccd Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_18-0-de_DE.boleto_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_18-0-en_US.boleto_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_18-0-en_US.boleto_flow.png new file mode 100644 index 0000000000..827c5dd21b Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPad13-18-iPadOS_18-0-en_US.boleto_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone16-1-iOS_17-2-ar_AE.boleto_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone16-1-iOS_17-2-ar_AE.boleto_flow.png deleted file mode 100644 index de20a95ae8..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone16-1-iOS_17-2-ar_AE.boleto_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone16-1-iOS_17-2-de_DE.boleto_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone16-1-iOS_17-2-de_DE.boleto_flow.png deleted file mode 100644 index 908ae2c8a7..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone16-1-iOS_17-2-de_DE.boleto_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone16-1-iOS_17-2-en_US.boleto_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone16-1-iOS_17-2-en_US.boleto_flow.png deleted file mode 100644 index 0f2934ff8e..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone16-1-iOS_17-2-en_US.boleto_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone17-1-iOS_18-0-ar_AE.boleto_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone17-1-iOS_18-0-ar_AE.boleto_flow.png new file mode 100644 index 0000000000..9af38d73a3 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone17-1-iOS_18-0-ar_AE.boleto_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone17-1-iOS_18-0-de_DE.boleto_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone17-1-iOS_18-0-de_DE.boleto_flow.png new file mode 100644 index 0000000000..4f1e484a79 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone17-1-iOS_18-0-de_DE.boleto_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone17-1-iOS_18-0-en_US.boleto_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone17-1-iOS_18-0-en_US.boleto_flow.png new file mode 100644 index 0000000000..c681cc86d9 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testPaymentDataProvided-iPhone17-1-iOS_18-0-en_US.boleto_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png deleted file mode 100644 index b21de5503f..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png deleted file mode 100644 index 484bd8fdd4..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png deleted file mode 100644 index c8c12aa4b1..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png new file mode 100644 index 0000000000..cac668a91e Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png new file mode 100644 index 0000000000..a0b7457c79 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png new file mode 100644 index 0000000000..89a3a72508 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png deleted file mode 100644 index 007c10f100..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png deleted file mode 100644 index e93d534d85..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png deleted file mode 100644 index c2fe7bc938..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png new file mode 100644 index 0000000000..07e46998fe Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png new file mode 100644 index 0000000000..a0dab2ec09 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png new file mode 100644 index 0000000000..985ed0b2ec Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/BoletoComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_17-2-ar_AE.CardComponentUITests-test_all_fields.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_17-2-ar_AE.CardComponentUITests-test_all_fields.png deleted file mode 100644 index 0e81b52fe4..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_17-2-ar_AE.CardComponentUITests-test_all_fields.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_17-2-de_DE.CardComponentUITests-test_all_fields.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_17-2-de_DE.CardComponentUITests-test_all_fields.png deleted file mode 100644 index eff6d18392..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_17-2-de_DE.CardComponentUITests-test_all_fields.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_17-2-en_US.CardComponentUITests-test_all_fields.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_17-2-en_US.CardComponentUITests-test_all_fields.png deleted file mode 100644 index 3bee9dbf34..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_17-2-en_US.CardComponentUITests-test_all_fields.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_18-0-ar_AE.CardComponentUITests-test_all_fields.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_18-0-ar_AE.CardComponentUITests-test_all_fields.png new file mode 100644 index 0000000000..bdac4aba6f Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_18-0-ar_AE.CardComponentUITests-test_all_fields.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_18-0-de_DE.CardComponentUITests-test_all_fields.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_18-0-de_DE.CardComponentUITests-test_all_fields.png new file mode 100644 index 0000000000..eb33dfd75a Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_18-0-de_DE.CardComponentUITests-test_all_fields.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_18-0-en_US.CardComponentUITests-test_all_fields.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_18-0-en_US.CardComponentUITests-test_all_fields.png new file mode 100644 index 0000000000..7ce72e8eec Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPad13-18-iPadOS_18-0-en_US.CardComponentUITests-test_all_fields.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone16-1-iOS_17-2-ar_AE.CardComponentUITests-test_all_fields.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone16-1-iOS_17-2-ar_AE.CardComponentUITests-test_all_fields.png deleted file mode 100644 index 738f12b7ad..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone16-1-iOS_17-2-ar_AE.CardComponentUITests-test_all_fields.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone16-1-iOS_17-2-de_DE.CardComponentUITests-test_all_fields.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone16-1-iOS_17-2-de_DE.CardComponentUITests-test_all_fields.png deleted file mode 100644 index 0d49eb2bae..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone16-1-iOS_17-2-de_DE.CardComponentUITests-test_all_fields.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone16-1-iOS_17-2-en_US.CardComponentUITests-test_all_fields.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone16-1-iOS_17-2-en_US.CardComponentUITests-test_all_fields.png deleted file mode 100644 index 2355c430e3..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone16-1-iOS_17-2-en_US.CardComponentUITests-test_all_fields.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone17-1-iOS_18-0-ar_AE.CardComponentUITests-test_all_fields.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone17-1-iOS_18-0-ar_AE.CardComponentUITests-test_all_fields.png new file mode 100644 index 0000000000..dbdef3c6dc Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone17-1-iOS_18-0-ar_AE.CardComponentUITests-test_all_fields.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone17-1-iOS_18-0-de_DE.CardComponentUITests-test_all_fields.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone17-1-iOS_18-0-de_DE.CardComponentUITests-test_all_fields.png new file mode 100644 index 0000000000..e4a1e9ed01 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone17-1-iOS_18-0-de_DE.CardComponentUITests-test_all_fields.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone17-1-iOS_18-0-en_US.CardComponentUITests-test_all_fields.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone17-1-iOS_18-0-en_US.CardComponentUITests-test_all_fields.png new file mode 100644 index 0000000000..a7e515ec12 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_all_fields-iPhone17-1-iOS_18-0-en_US.CardComponentUITests-test_all_fields.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-full.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-full.png deleted file mode 100644 index 7fab997fe9..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-full.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-none.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-none.png deleted file mode 100644 index 7af38be9c8..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-none.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-postalCode.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-postalCode.png deleted file mode 100644 index f1f84d61e4..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-postalCode.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-full.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-full.png deleted file mode 100644 index 8522d99af1..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-full.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-none.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-none.png deleted file mode 100644 index 06236d964a..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-none.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-postalCode.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-postalCode.png deleted file mode 100644 index ea3da76618..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-postalCode.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-full.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-full.png deleted file mode 100644 index d1771495b2..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-full.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-none.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-none.png deleted file mode 100644 index ca12cab8fb..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-none.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-postalCode.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-postalCode.png deleted file mode 100644 index 38e57d2224..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-postalCode.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-full.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-full.png new file mode 100644 index 0000000000..afd9b492dd Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-full.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-none.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-none.png new file mode 100644 index 0000000000..434f731f04 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-none.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-postalCode.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-postalCode.png new file mode 100644 index 0000000000..62bef1512b Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-postalCode.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-full.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-full.png new file mode 100644 index 0000000000..9b472389f6 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-full.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-none.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-none.png new file mode 100644 index 0000000000..c5bdd4fced Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-none.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-postalCode.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-postalCode.png new file mode 100644 index 0000000000..840cfed6eb Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-postalCode.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-full.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-full.png new file mode 100644 index 0000000000..1aacbb727a Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-full.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-none.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-none.png new file mode 100644 index 0000000000..fcb018d724 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-none.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-postalCode.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-postalCode.png new file mode 100644 index 0000000000..254a1f5f3c Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPad13-18-iPadOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-postalCode.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-full.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-full.png deleted file mode 100644 index e0475ea058..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-full.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-none.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-none.png deleted file mode 100644 index 86857b6309..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-none.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-postalCode.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-postalCode.png deleted file mode 100644 index 15321dbb23..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-ar_AE.CardComponentUITests-test_billing_address_modes-postalCode.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-full.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-full.png deleted file mode 100644 index 59df81f4de..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-full.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-none.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-none.png deleted file mode 100644 index 4617daeff0..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-none.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-postalCode.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-postalCode.png deleted file mode 100644 index 6a63449598..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-de_DE.CardComponentUITests-test_billing_address_modes-postalCode.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-full.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-full.png deleted file mode 100644 index 323614a945..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-full.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-none.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-none.png deleted file mode 100644 index 9f8aba305b..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-none.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-postalCode.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-postalCode.png deleted file mode 100644 index 2c6c6cb798..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone16-1-iOS_17-2-en_US.CardComponentUITests-test_billing_address_modes-postalCode.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-full.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-full.png new file mode 100644 index 0000000000..6852bc5d3c Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-full.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-none.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-none.png new file mode 100644 index 0000000000..50bfbb3f92 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-none.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-postalCode.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-postalCode.png new file mode 100644 index 0000000000..a0ef2baaf7 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-ar_AE.CardComponentUITests-test_billing_address_modes-postalCode.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-full.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-full.png new file mode 100644 index 0000000000..8c022d27b8 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-full.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-none.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-none.png new file mode 100644 index 0000000000..84fa998c02 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-none.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-postalCode.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-postalCode.png new file mode 100644 index 0000000000..26cf886d0e Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-de_DE.CardComponentUITests-test_billing_address_modes-postalCode.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-full.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-full.png new file mode 100644 index 0000000000..4c63126553 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-full.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-none.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-none.png new file mode 100644 index 0000000000..382aefb128 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-none.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-postalCode.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-postalCode.png new file mode 100644 index 0000000000..ad5e42ec83 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_billing_address_modes-iPhone17-1-iOS_18-0-en_US.CardComponentUITests-test_billing_address_modes-postalCode.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_17-2-ar_AE.CardComponentUITests-test_hidden_cvc.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_17-2-ar_AE.CardComponentUITests-test_hidden_cvc.png deleted file mode 100644 index cda29f3ced..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_17-2-ar_AE.CardComponentUITests-test_hidden_cvc.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_17-2-de_DE.CardComponentUITests-test_hidden_cvc.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_17-2-de_DE.CardComponentUITests-test_hidden_cvc.png deleted file mode 100644 index b72b74f9c5..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_17-2-de_DE.CardComponentUITests-test_hidden_cvc.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_17-2-en_US.CardComponentUITests-test_hidden_cvc.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_17-2-en_US.CardComponentUITests-test_hidden_cvc.png deleted file mode 100644 index ef9fc6926b..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_17-2-en_US.CardComponentUITests-test_hidden_cvc.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_18-0-ar_AE.CardComponentUITests-test_hidden_cvc.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_18-0-ar_AE.CardComponentUITests-test_hidden_cvc.png new file mode 100644 index 0000000000..11c5daa8d1 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_18-0-ar_AE.CardComponentUITests-test_hidden_cvc.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_18-0-de_DE.CardComponentUITests-test_hidden_cvc.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_18-0-de_DE.CardComponentUITests-test_hidden_cvc.png new file mode 100644 index 0000000000..287adbfd96 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_18-0-de_DE.CardComponentUITests-test_hidden_cvc.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_18-0-en_US.CardComponentUITests-test_hidden_cvc.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_18-0-en_US.CardComponentUITests-test_hidden_cvc.png new file mode 100644 index 0000000000..1f6b5db16f Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPad13-18-iPadOS_18-0-en_US.CardComponentUITests-test_hidden_cvc.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone16-1-iOS_17-2-ar_AE.CardComponentUITests-test_hidden_cvc.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone16-1-iOS_17-2-ar_AE.CardComponentUITests-test_hidden_cvc.png deleted file mode 100644 index 91116f22b4..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone16-1-iOS_17-2-ar_AE.CardComponentUITests-test_hidden_cvc.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone16-1-iOS_17-2-de_DE.CardComponentUITests-test_hidden_cvc.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone16-1-iOS_17-2-de_DE.CardComponentUITests-test_hidden_cvc.png deleted file mode 100644 index eeb26b41ae..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone16-1-iOS_17-2-de_DE.CardComponentUITests-test_hidden_cvc.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone16-1-iOS_17-2-en_US.CardComponentUITests-test_hidden_cvc.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone16-1-iOS_17-2-en_US.CardComponentUITests-test_hidden_cvc.png deleted file mode 100644 index 9b06fedd13..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone16-1-iOS_17-2-en_US.CardComponentUITests-test_hidden_cvc.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone17-1-iOS_18-0-ar_AE.CardComponentUITests-test_hidden_cvc.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone17-1-iOS_18-0-ar_AE.CardComponentUITests-test_hidden_cvc.png new file mode 100644 index 0000000000..0824911db2 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone17-1-iOS_18-0-ar_AE.CardComponentUITests-test_hidden_cvc.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone17-1-iOS_18-0-de_DE.CardComponentUITests-test_hidden_cvc.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone17-1-iOS_18-0-de_DE.CardComponentUITests-test_hidden_cvc.png new file mode 100644 index 0000000000..a948cfe3ea Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone17-1-iOS_18-0-de_DE.CardComponentUITests-test_hidden_cvc.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone17-1-iOS_18-0-en_US.CardComponentUITests-test_hidden_cvc.png b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone17-1-iOS_18-0-en_US.CardComponentUITests-test_hidden_cvc.png new file mode 100644 index 0000000000..c1807d91ab Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/CardComponentUITests/test_hidden_cvc-iPhone17-1-iOS_18-0-en_US.CardComponentUITests-test_hidden_cvc.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-ar_AE.doku_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-ar_AE.doku_flow.png deleted file mode 100644 index 92354ad25e..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-ar_AE.doku_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-de_DE.doku_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-de_DE.doku_flow.png deleted file mode 100644 index 45851eb223..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-de_DE.doku_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-en_US.doku_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-en_US.doku_flow.png deleted file mode 100644 index 3437de22ea..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-en_US.doku_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-ar_AE.doku_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-ar_AE.doku_flow.png new file mode 100644 index 0000000000..2243e9adb2 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-ar_AE.doku_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-de_DE.doku_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-de_DE.doku_flow.png new file mode 100644 index 0000000000..472b8e227f Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-de_DE.doku_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-en_US.doku_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-en_US.doku_flow.png new file mode 100644 index 0000000000..664159485d Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-en_US.doku_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-ar_AE.doku_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-ar_AE.doku_flow.png deleted file mode 100644 index 4918982d4e..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-ar_AE.doku_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-de_DE.doku_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-de_DE.doku_flow.png deleted file mode 100644 index 48fd8b5ee2..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-de_DE.doku_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-en_US.doku_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-en_US.doku_flow.png deleted file mode 100644 index 2c04e03a38..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-en_US.doku_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-ar_AE.doku_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-ar_AE.doku_flow.png new file mode 100644 index 0000000000..18c8e04efe Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-ar_AE.doku_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-de_DE.doku_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-de_DE.doku_flow.png new file mode 100644 index 0000000000..e415f0ab16 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-de_DE.doku_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-en_US.doku_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-en_US.doku_flow.png new file mode 100644 index 0000000000..45b3a609c4 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-en_US.doku_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png deleted file mode 100644 index 8842156f32..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png deleted file mode 100644 index 58aff385be..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png deleted file mode 100644 index a04a5aaae0..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png new file mode 100644 index 0000000000..f4678df244 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png new file mode 100644 index 0000000000..becf9d68b0 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png new file mode 100644 index 0000000000..41f268e76c Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png deleted file mode 100644 index d60ef06b03..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png deleted file mode 100644 index 43b131f91c..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png deleted file mode 100644 index aba5696010..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png new file mode 100644 index 0000000000..2d401dd6bf Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png new file mode 100644 index 0000000000..8bc6ea1ece Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png new file mode 100644 index 0000000000..cbc5969794 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/DokuComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_17-2-ar_AE.GiftCardUITests-test_checkBalance_failure.png b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_17-2-ar_AE.GiftCardUITests-test_checkBalance_failure.png deleted file mode 100644 index fc00c0b690..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_17-2-ar_AE.GiftCardUITests-test_checkBalance_failure.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_17-2-de_DE.GiftCardUITests-test_checkBalance_failure.png b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_17-2-de_DE.GiftCardUITests-test_checkBalance_failure.png deleted file mode 100644 index 768a767e24..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_17-2-de_DE.GiftCardUITests-test_checkBalance_failure.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_17-2-en_US.GiftCardUITests-test_checkBalance_failure.png b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_17-2-en_US.GiftCardUITests-test_checkBalance_failure.png deleted file mode 100644 index 4ffc291882..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_17-2-en_US.GiftCardUITests-test_checkBalance_failure.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_18-0-ar_AE.GiftCardUITests-test_checkBalance_failure.png b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_18-0-ar_AE.GiftCardUITests-test_checkBalance_failure.png new file mode 100644 index 0000000000..2bd0bf3372 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_18-0-ar_AE.GiftCardUITests-test_checkBalance_failure.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_18-0-de_DE.GiftCardUITests-test_checkBalance_failure.png b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_18-0-de_DE.GiftCardUITests-test_checkBalance_failure.png new file mode 100644 index 0000000000..4ea087e5cb Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_18-0-de_DE.GiftCardUITests-test_checkBalance_failure.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_18-0-en_US.GiftCardUITests-test_checkBalance_failure.png b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_18-0-en_US.GiftCardUITests-test_checkBalance_failure.png new file mode 100644 index 0000000000..e9cac1eaf5 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPad13-18-iPadOS_18-0-en_US.GiftCardUITests-test_checkBalance_failure.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone16-1-iOS_17-2-ar_AE.GiftCardUITests-test_checkBalance_failure.png b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone16-1-iOS_17-2-ar_AE.GiftCardUITests-test_checkBalance_failure.png deleted file mode 100644 index fe1376ad5c..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone16-1-iOS_17-2-ar_AE.GiftCardUITests-test_checkBalance_failure.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone16-1-iOS_17-2-de_DE.GiftCardUITests-test_checkBalance_failure.png b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone16-1-iOS_17-2-de_DE.GiftCardUITests-test_checkBalance_failure.png deleted file mode 100644 index f092df4ac2..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone16-1-iOS_17-2-de_DE.GiftCardUITests-test_checkBalance_failure.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone16-1-iOS_17-2-en_US.GiftCardUITests-test_checkBalance_failure.png b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone16-1-iOS_17-2-en_US.GiftCardUITests-test_checkBalance_failure.png deleted file mode 100644 index 612505595a..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone16-1-iOS_17-2-en_US.GiftCardUITests-test_checkBalance_failure.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone17-1-iOS_18-0-ar_AE.GiftCardUITests-test_checkBalance_failure.png b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone17-1-iOS_18-0-ar_AE.GiftCardUITests-test_checkBalance_failure.png new file mode 100644 index 0000000000..31548274f9 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone17-1-iOS_18-0-ar_AE.GiftCardUITests-test_checkBalance_failure.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone17-1-iOS_18-0-de_DE.GiftCardUITests-test_checkBalance_failure.png b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone17-1-iOS_18-0-de_DE.GiftCardUITests-test_checkBalance_failure.png new file mode 100644 index 0000000000..2c0f24264b Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone17-1-iOS_18-0-de_DE.GiftCardUITests-test_checkBalance_failure.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone17-1-iOS_18-0-en_US.GiftCardUITests-test_checkBalance_failure.png b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone17-1-iOS_18-0-en_US.GiftCardUITests-test_checkBalance_failure.png new file mode 100644 index 0000000000..aa38ae7dd5 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/GiftCardComponentUITests/test_checkBalance_failure-iPhone17-1-iOS_18-0-en_US.GiftCardUITests-test_checkBalance_failure.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-ar_AE.loading_first_cell.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-ar_AE.loading_first_cell.png deleted file mode 100644 index 7a7049dd3b..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-ar_AE.loading_first_cell.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-de_DE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-de_DE.initial_state.png deleted file mode 100644 index 40a3f5bd34..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-de_DE.initial_state.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-de_DE.loading_first_cell.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-de_DE.loading_first_cell.png deleted file mode 100644 index 77c4f9eecc..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-de_DE.loading_first_cell.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-en_US.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-en_US.initial_state.png deleted file mode 100644 index e453a023c7..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-en_US.initial_state.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-en_US.loading_first_cell.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-en_US.loading_first_cell.png deleted file mode 100644 index 63a151d2bd..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-en_US.loading_first_cell.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-en_US.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-en_US.stopped_loading.png deleted file mode 100644 index 77cb20a1f6..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-en_US.stopped_loading.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-ar_AE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-ar_AE.initial_state.png similarity index 53% rename from Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-ar_AE.initial_state.png rename to Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-ar_AE.initial_state.png index 8ff0bd3008..42fbb473c8 100644 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-ar_AE.initial_state.png and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-ar_AE.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-ar_AE.loading_first_cell.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-ar_AE.loading_first_cell.png new file mode 100644 index 0000000000..4d4c8fe43d Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-ar_AE.loading_first_cell.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-ar_AE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-ar_AE.stopped_loading.png similarity index 62% rename from Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-ar_AE.stopped_loading.png rename to Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-ar_AE.stopped_loading.png index e772c062be..c74f79a64d 100644 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-ar_AE.stopped_loading.png and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-ar_AE.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-de_DE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-de_DE.initial_state.png new file mode 100644 index 0000000000..f192e6f47f Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-de_DE.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-de_DE.loading_first_cell.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-de_DE.loading_first_cell.png new file mode 100644 index 0000000000..739bac880a Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-de_DE.loading_first_cell.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-de_DE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-de_DE.stopped_loading.png similarity index 61% rename from Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-de_DE.stopped_loading.png rename to Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-de_DE.stopped_loading.png index 8ed4c31271..53441b2945 100644 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_17-2-de_DE.stopped_loading.png and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-de_DE.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-en_US.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-en_US.initial_state.png new file mode 100644 index 0000000000..70ce354e3e Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-en_US.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-en_US.loading_first_cell.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-en_US.loading_first_cell.png new file mode 100644 index 0000000000..9b15322fc7 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-en_US.loading_first_cell.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-en_US.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-en_US.stopped_loading.png new file mode 100644 index 0000000000..692773ffb3 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPad13-18-iPadOS_18-0-en_US.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-ar_AE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-ar_AE.initial_state.png deleted file mode 100644 index 25ec55bc66..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-ar_AE.initial_state.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-ar_AE.loading_first_cell.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-ar_AE.loading_first_cell.png deleted file mode 100644 index 3107e31122..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-ar_AE.loading_first_cell.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-ar_AE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-ar_AE.stopped_loading.png deleted file mode 100644 index b3f3c10caa..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-ar_AE.stopped_loading.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-de_DE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-de_DE.initial_state.png deleted file mode 100644 index 587c4dacb2..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-de_DE.initial_state.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-de_DE.loading_first_cell.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-de_DE.loading_first_cell.png deleted file mode 100644 index d4d6f6268f..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-de_DE.loading_first_cell.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-de_DE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-de_DE.stopped_loading.png deleted file mode 100644 index 28a9228ea1..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-de_DE.stopped_loading.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-en_US.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-en_US.initial_state.png deleted file mode 100644 index 4e32c7063c..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-en_US.initial_state.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-en_US.loading_first_cell.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-en_US.loading_first_cell.png deleted file mode 100644 index d1f964dfef..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-en_US.loading_first_cell.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-en_US.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-en_US.stopped_loading.png deleted file mode 100644 index 7ee5ea0f46..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone16-1-iOS_17-2-en_US.stopped_loading.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-ar_AE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-ar_AE.initial_state.png new file mode 100644 index 0000000000..ec6c54c0d3 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-ar_AE.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-ar_AE.loading_first_cell.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-ar_AE.loading_first_cell.png new file mode 100644 index 0000000000..49512771cb Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-ar_AE.loading_first_cell.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-ar_AE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-ar_AE.stopped_loading.png new file mode 100644 index 0000000000..d1bd04b517 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-ar_AE.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-de_DE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-de_DE.initial_state.png new file mode 100644 index 0000000000..b66e927531 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-de_DE.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-de_DE.loading_first_cell.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-de_DE.loading_first_cell.png new file mode 100644 index 0000000000..eedd642c28 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-de_DE.loading_first_cell.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-de_DE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-de_DE.stopped_loading.png new file mode 100644 index 0000000000..f8af05ba6f Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-de_DE.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-en_US.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-en_US.initial_state.png new file mode 100644 index 0000000000..016a880f61 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-en_US.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-en_US.loading_first_cell.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-en_US.loading_first_cell.png new file mode 100644 index 0000000000..eedddc13ae Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-en_US.loading_first_cell.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-en_US.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-en_US.stopped_loading.png new file mode 100644 index 0000000000..6e614dac51 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/IssuerListComponentUITests/testStartStopLoading-iPhone17-1-iOS_18-0-en_US.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-ar_AE.mbway_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-ar_AE.mbway_flow.png deleted file mode 100644 index 1b4e74e917..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-ar_AE.mbway_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-de_DE.mbway_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-de_DE.mbway_flow.png deleted file mode 100644 index 3c653accb8..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-de_DE.mbway_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-en_US.mbway_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-en_US.mbway_flow.png deleted file mode 100644 index 964770ac46..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_17-2-en_US.mbway_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-ar_AE.mbway_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-ar_AE.mbway_flow.png new file mode 100644 index 0000000000..e5eb7c4439 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-ar_AE.mbway_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-de_DE.mbway_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-de_DE.mbway_flow.png new file mode 100644 index 0000000000..acc2d75de4 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-de_DE.mbway_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-en_US.mbway_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-en_US.mbway_flow.png new file mode 100644 index 0000000000..1fa6295eb6 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPad13-18-iPadOS_18-0-en_US.mbway_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-ar_AE.mbway_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-ar_AE.mbway_flow.png deleted file mode 100644 index cef4bdd573..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-ar_AE.mbway_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-de_DE.mbway_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-de_DE.mbway_flow.png deleted file mode 100644 index c4776256b6..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-de_DE.mbway_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-en_US.mbway_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-en_US.mbway_flow.png deleted file mode 100644 index 1c6c20ed59..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone16-1-iOS_17-2-en_US.mbway_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-ar_AE.mbway_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-ar_AE.mbway_flow.png new file mode 100644 index 0000000000..6bddeb1077 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-ar_AE.mbway_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-de_DE.mbway_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-de_DE.mbway_flow.png new file mode 100644 index 0000000000..9a5bd01dc5 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-de_DE.mbway_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-en_US.mbway_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-en_US.mbway_flow.png new file mode 100644 index 0000000000..9a2d27bfbf Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testSubmitForm-iPhone17-1-iOS_18-0-en_US.mbway_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png deleted file mode 100644 index f3e577c382..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png deleted file mode 100644 index 7e012dba28..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png deleted file mode 100644 index 5d20c91d20..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png new file mode 100644 index 0000000000..305d3305bc Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png new file mode 100644 index 0000000000..d39fc0a536 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png new file mode 100644 index 0000000000..129c29facb Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png deleted file mode 100644 index e78a4c96d5..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png deleted file mode 100644 index dd621ef7fd..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png deleted file mode 100644 index d6bf5dc232..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png new file mode 100644 index 0000000000..93a411bcdc Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png new file mode 100644 index 0000000000..66ea682f0f Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png new file mode 100644 index 0000000000..fdab1412df Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/MBWayComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-ar_AE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-ar_AE.initial_state.png deleted file mode 100644 index a8d229b6a9..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-ar_AE.initial_state.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-ar_AE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-ar_AE.stopped_loading.png deleted file mode 100644 index 552204806c..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-ar_AE.stopped_loading.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-de_DE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-de_DE.initial_state.png deleted file mode 100644 index 1494910013..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-de_DE.initial_state.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-de_DE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-de_DE.stopped_loading.png deleted file mode 100644 index 7e1f72bd7b..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-de_DE.stopped_loading.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-en_US.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-en_US.initial_state.png deleted file mode 100644 index 32874699eb..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-en_US.initial_state.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-en_US.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-en_US.stopped_loading.png deleted file mode 100644 index 3bf9d03e5f..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_17-2-en_US.stopped_loading.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-ar_AE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-ar_AE.initial_state.png new file mode 100644 index 0000000000..9d7d816d7c Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-ar_AE.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-ar_AE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-ar_AE.stopped_loading.png new file mode 100644 index 0000000000..b9fe5d606b Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-ar_AE.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-de_DE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-de_DE.initial_state.png new file mode 100644 index 0000000000..108cd46822 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-de_DE.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-de_DE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-de_DE.stopped_loading.png new file mode 100644 index 0000000000..d187dcd6bb Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-de_DE.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-en_US.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-en_US.initial_state.png new file mode 100644 index 0000000000..ca6eadcb6d Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-en_US.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-en_US.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-en_US.stopped_loading.png new file mode 100644 index 0000000000..c16665e688 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPad13-18-iPadOS_18-0-en_US.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-ar_AE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-ar_AE.initial_state.png deleted file mode 100644 index 5afb7bdf67..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-ar_AE.initial_state.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-ar_AE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-ar_AE.stopped_loading.png deleted file mode 100644 index 072f9ed9d4..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-ar_AE.stopped_loading.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-de_DE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-de_DE.initial_state.png deleted file mode 100644 index 7b1997676d..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-de_DE.initial_state.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-de_DE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-de_DE.stopped_loading.png deleted file mode 100644 index 2bc78ac397..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-de_DE.stopped_loading.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-en_US.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-en_US.initial_state.png deleted file mode 100644 index a7f3d3fd15..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-en_US.initial_state.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-en_US.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-en_US.stopped_loading.png deleted file mode 100644 index 167bb66773..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone16-1-iOS_17-2-en_US.stopped_loading.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-ar_AE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-ar_AE.initial_state.png new file mode 100644 index 0000000000..92e98f6d84 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-ar_AE.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-ar_AE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-ar_AE.stopped_loading.png new file mode 100644 index 0000000000..bcf2a4beea Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-ar_AE.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-de_DE.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-de_DE.initial_state.png new file mode 100644 index 0000000000..8b05e0cd99 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-de_DE.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-de_DE.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-de_DE.stopped_loading.png new file mode 100644 index 0000000000..fe2c424a60 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-de_DE.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-en_US.initial_state.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-en_US.initial_state.png new file mode 100644 index 0000000000..3766245bbc Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-en_US.initial_state.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-en_US.stopped_loading.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-en_US.stopped_loading.png new file mode 100644 index 0000000000..0a6ab170c8 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testContinueButtonLoading-iPhone17-1-iOS_18-0-en_US.stopped_loading.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_17-2-ar_AE.online_banking_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_17-2-ar_AE.online_banking_flow.png deleted file mode 100644 index 552204806c..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_17-2-ar_AE.online_banking_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_17-2-de_DE.online_banking_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_17-2-de_DE.online_banking_flow.png deleted file mode 100644 index 7e1f72bd7b..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_17-2-de_DE.online_banking_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_17-2-en_US.online_banking_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_17-2-en_US.online_banking_flow.png deleted file mode 100644 index 3bf9d03e5f..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_17-2-en_US.online_banking_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_18-0-ar_AE.online_banking_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_18-0-ar_AE.online_banking_flow.png new file mode 100644 index 0000000000..b9fe5d606b Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_18-0-ar_AE.online_banking_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_18-0-de_DE.online_banking_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_18-0-de_DE.online_banking_flow.png new file mode 100644 index 0000000000..d187dcd6bb Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_18-0-de_DE.online_banking_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_18-0-en_US.online_banking_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_18-0-en_US.online_banking_flow.png new file mode 100644 index 0000000000..c16665e688 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPad13-18-iPadOS_18-0-en_US.online_banking_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone16-1-iOS_17-2-ar_AE.online_banking_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone16-1-iOS_17-2-ar_AE.online_banking_flow.png deleted file mode 100644 index 072f9ed9d4..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone16-1-iOS_17-2-ar_AE.online_banking_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone16-1-iOS_17-2-de_DE.online_banking_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone16-1-iOS_17-2-de_DE.online_banking_flow.png deleted file mode 100644 index 2bc78ac397..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone16-1-iOS_17-2-de_DE.online_banking_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone16-1-iOS_17-2-en_US.online_banking_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone16-1-iOS_17-2-en_US.online_banking_flow.png deleted file mode 100644 index 167bb66773..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone16-1-iOS_17-2-en_US.online_banking_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone17-1-iOS_18-0-ar_AE.online_banking_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone17-1-iOS_18-0-ar_AE.online_banking_flow.png new file mode 100644 index 0000000000..bcf2a4beea Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone17-1-iOS_18-0-ar_AE.online_banking_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone17-1-iOS_18-0-de_DE.online_banking_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone17-1-iOS_18-0-de_DE.online_banking_flow.png new file mode 100644 index 0000000000..fe2c424a60 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone17-1-iOS_18-0-de_DE.online_banking_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone17-1-iOS_18-0-en_US.online_banking_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone17-1-iOS_18-0-en_US.online_banking_flow.png new file mode 100644 index 0000000000..0a6ab170c8 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testPressContinueButton-iPhone17-1-iOS_18-0-en_US.online_banking_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png deleted file mode 100644 index ae9611e322..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png deleted file mode 100644 index 10a0ba3956..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png deleted file mode 100644 index 8f52294bdc..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png new file mode 100644 index 0000000000..f5b2237189 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png new file mode 100644 index 0000000000..76782eeaf8 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png new file mode 100644 index 0000000000..acbfeadbe9 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png deleted file mode 100644 index 22cbd02ee9..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png deleted file mode 100644 index 96bec52f39..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone16-1-iOS_17-2-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone16-1-iOS_17-2-en_US.UI_configuration.png deleted file mode 100644 index 65b7052dbf..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone16-1-iOS_17-2-en_US.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png new file mode 100644 index 0000000000..e41ac74340 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png new file mode 100644 index 0000000000..04bc1b7e8d Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone17-1-iOS_18-0-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone17-1-iOS_18-0-en_US.UI_configuration.png new file mode 100644 index 0000000000..a370e0346f Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/OnlineBankingComponentUITests/testUIElements-iPhone17-1-iOS_18-0-en_US.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_17-2-ar_AE.upi_cancel_button.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_17-2-ar_AE.upi_cancel_button.png deleted file mode 100644 index 20e3512616..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_17-2-ar_AE.upi_cancel_button.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_17-2-de_DE.upi_cancel_button.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_17-2-de_DE.upi_cancel_button.png deleted file mode 100644 index 712c5eb308..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_17-2-de_DE.upi_cancel_button.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_17-2-en_US.upi_cancel_button.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_17-2-en_US.upi_cancel_button.png deleted file mode 100644 index 7ac506f6b1..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_17-2-en_US.upi_cancel_button.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_18-0-ar_AE.upi_cancel_button.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_18-0-ar_AE.upi_cancel_button.png new file mode 100644 index 0000000000..a7e59d1e10 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_18-0-ar_AE.upi_cancel_button.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_18-0-de_DE.upi_cancel_button.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_18-0-de_DE.upi_cancel_button.png new file mode 100644 index 0000000000..9ca1935fdb Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_18-0-de_DE.upi_cancel_button.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_18-0-en_US.upi_cancel_button.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_18-0-en_US.upi_cancel_button.png new file mode 100644 index 0000000000..94e293eed5 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPad13-18-iPadOS_18-0-en_US.upi_cancel_button.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone16-1-iOS_17-2-ar_AE.upi_cancel_button.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone16-1-iOS_17-2-ar_AE.upi_cancel_button.png deleted file mode 100644 index 9776742d35..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone16-1-iOS_17-2-ar_AE.upi_cancel_button.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone16-1-iOS_17-2-de_DE.upi_cancel_button.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone16-1-iOS_17-2-de_DE.upi_cancel_button.png deleted file mode 100644 index cd940aa084..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone16-1-iOS_17-2-de_DE.upi_cancel_button.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone16-1-iOS_17-2-en_US.upi_cancel_button.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone16-1-iOS_17-2-en_US.upi_cancel_button.png deleted file mode 100644 index bbf383ab0a..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone16-1-iOS_17-2-en_US.upi_cancel_button.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone17-1-iOS_18-0-ar_AE.upi_cancel_button.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone17-1-iOS_18-0-ar_AE.upi_cancel_button.png new file mode 100644 index 0000000000..46337fb687 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone17-1-iOS_18-0-ar_AE.upi_cancel_button.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone17-1-iOS_18-0-de_DE.upi_cancel_button.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone17-1-iOS_18-0-de_DE.upi_cancel_button.png new file mode 100644 index 0000000000..e18a55465f Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone17-1-iOS_18-0-de_DE.upi_cancel_button.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone17-1-iOS_18-0-en_US.upi_cancel_button.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone17-1-iOS_18-0-en_US.upi_cancel_button.png new file mode 100644 index 0000000000..9b29fa930d Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testQRCodeCancelButtonOnUPI-iPhone17-1-iOS_18-0-en_US.upi_cancel_button.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_17-2-ar_AE.pix.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_17-2-ar_AE.pix.png deleted file mode 100644 index 772cc50b44..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_17-2-ar_AE.pix.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_17-2-de_DE.pix.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_17-2-de_DE.pix.png deleted file mode 100644 index 50b1e88581..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_17-2-de_DE.pix.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_17-2-en_US.pix.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_17-2-en_US.pix.png deleted file mode 100644 index 185b2cb023..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_17-2-en_US.pix.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_18-0-ar_AE.pix.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_18-0-ar_AE.pix.png new file mode 100644 index 0000000000..1bca0ea7fa Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_18-0-ar_AE.pix.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_18-0-de_DE.pix.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_18-0-de_DE.pix.png new file mode 100644 index 0000000000..0c63aec066 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_18-0-de_DE.pix.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_18-0-en_US.pix.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_18-0-en_US.pix.png new file mode 100644 index 0000000000..f7a51a48a5 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPad13-18-iPadOS_18-0-en_US.pix.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone16-1-iOS_17-2-ar_AE.pix.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone16-1-iOS_17-2-ar_AE.pix.png deleted file mode 100644 index 92a43aa3e3..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone16-1-iOS_17-2-ar_AE.pix.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone16-1-iOS_17-2-de_DE.pix.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone16-1-iOS_17-2-de_DE.pix.png deleted file mode 100644 index e65d139be2..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone16-1-iOS_17-2-de_DE.pix.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone16-1-iOS_17-2-en_US.pix.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone16-1-iOS_17-2-en_US.pix.png deleted file mode 100644 index b6ceced813..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone16-1-iOS_17-2-en_US.pix.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone17-1-iOS_18-0-ar_AE.pix.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone17-1-iOS_18-0-ar_AE.pix.png new file mode 100644 index 0000000000..d540675b98 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone17-1-iOS_18-0-ar_AE.pix.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone17-1-iOS_18-0-de_DE.pix.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone17-1-iOS_18-0-de_DE.pix.png new file mode 100644 index 0000000000..4db0bf9686 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone17-1-iOS_18-0-de_DE.pix.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone17-1-iOS_18-0-en_US.pix.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone17-1-iOS_18-0-en_US.pix.png new file mode 100644 index 0000000000..e103b5e649 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPix-iPhone17-1-iOS_18-0-en_US.pix.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_17-2-ar_AE.promptPay.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_17-2-ar_AE.promptPay.png deleted file mode 100644 index eec73341a1..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_17-2-ar_AE.promptPay.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_17-2-de_DE.promptPay.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_17-2-de_DE.promptPay.png deleted file mode 100644 index 0daff9fc04..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_17-2-de_DE.promptPay.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_17-2-en_US.promptPay.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_17-2-en_US.promptPay.png deleted file mode 100644 index 571875c5fe..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_17-2-en_US.promptPay.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_18-0-ar_AE.promptPay.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_18-0-ar_AE.promptPay.png new file mode 100644 index 0000000000..df6b22f576 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_18-0-ar_AE.promptPay.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_18-0-de_DE.promptPay.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_18-0-de_DE.promptPay.png new file mode 100644 index 0000000000..1cc18716f7 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_18-0-de_DE.promptPay.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_18-0-en_US.promptPay.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_18-0-en_US.promptPay.png new file mode 100644 index 0000000000..56d132acb8 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPad13-18-iPadOS_18-0-en_US.promptPay.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone16-1-iOS_17-2-ar_AE.promptPay.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone16-1-iOS_17-2-ar_AE.promptPay.png deleted file mode 100644 index ed668308fc..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone16-1-iOS_17-2-ar_AE.promptPay.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone16-1-iOS_17-2-de_DE.promptPay.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone16-1-iOS_17-2-de_DE.promptPay.png deleted file mode 100644 index 25d2c75a9c..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone16-1-iOS_17-2-de_DE.promptPay.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone16-1-iOS_17-2-en_US.promptPay.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone16-1-iOS_17-2-en_US.promptPay.png deleted file mode 100644 index 79150b17a8..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone16-1-iOS_17-2-en_US.promptPay.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone17-1-iOS_18-0-ar_AE.promptPay.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone17-1-iOS_18-0-ar_AE.promptPay.png new file mode 100644 index 0000000000..8760ff5e50 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone17-1-iOS_18-0-ar_AE.promptPay.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone17-1-iOS_18-0-de_DE.promptPay.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone17-1-iOS_18-0-de_DE.promptPay.png new file mode 100644 index 0000000000..9723fb07ca Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone17-1-iOS_18-0-de_DE.promptPay.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone17-1-iOS_18-0-en_US.promptPay.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone17-1-iOS_18-0-en_US.promptPay.png new file mode 100644 index 0000000000..315d4c6a60 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForPromptPay-iPhone17-1-iOS_18-0-en_US.promptPay.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_17-2-ar_AE.upi.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_17-2-ar_AE.upi.png deleted file mode 100644 index a392f5324a..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_17-2-ar_AE.upi.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_17-2-de_DE.upi.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_17-2-de_DE.upi.png deleted file mode 100644 index 0734802e0f..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_17-2-de_DE.upi.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_17-2-en_US.upi.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_17-2-en_US.upi.png deleted file mode 100644 index e0f504004d..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_17-2-en_US.upi.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_18-0-ar_AE.upi.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_18-0-ar_AE.upi.png new file mode 100644 index 0000000000..da8a61993c Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_18-0-ar_AE.upi.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_18-0-de_DE.upi.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_18-0-de_DE.upi.png new file mode 100644 index 0000000000..4742b4919d Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_18-0-de_DE.upi.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_18-0-en_US.upi.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_18-0-en_US.upi.png new file mode 100644 index 0000000000..d512291163 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPad13-18-iPadOS_18-0-en_US.upi.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone16-1-iOS_17-2-ar_AE.upi.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone16-1-iOS_17-2-ar_AE.upi.png deleted file mode 100644 index ca85543cd7..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone16-1-iOS_17-2-ar_AE.upi.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone16-1-iOS_17-2-de_DE.upi.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone16-1-iOS_17-2-de_DE.upi.png deleted file mode 100644 index daad7be168..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone16-1-iOS_17-2-de_DE.upi.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone16-1-iOS_17-2-en_US.upi.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone16-1-iOS_17-2-en_US.upi.png deleted file mode 100644 index f086003b36..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone16-1-iOS_17-2-en_US.upi.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone17-1-iOS_18-0-ar_AE.upi.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone17-1-iOS_18-0-ar_AE.upi.png new file mode 100644 index 0000000000..57bfc2beea Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone17-1-iOS_18-0-ar_AE.upi.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone17-1-iOS_18-0-de_DE.upi.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone17-1-iOS_18-0-de_DE.upi.png new file mode 100644 index 0000000000..7b4025beca Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone17-1-iOS_18-0-de_DE.upi.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone17-1-iOS_18-0-en_US.upi.png b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone17-1-iOS_18-0-en_US.upi.png new file mode 100644 index 0000000000..cc2b3f10f5 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/QRCodeActionComponentUITests/testUIConfigurationForUPIQRCode-iPhone17-1-iOS_18-0-en_US.upi.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png deleted file mode 100644 index 28d0b338c2..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png deleted file mode 100644 index 31faa9b8a7..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png deleted file mode 100644 index 38e24fe62f..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png new file mode 100644 index 0000000000..8c394b1280 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png new file mode 100644 index 0000000000..1dfcd27220 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png new file mode 100644 index 0000000000..d93d1082d3 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png deleted file mode 100644 index 2abfe1ba09..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png deleted file mode 100644 index 56bd5abc9f..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png deleted file mode 100644 index 046bf0abce..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.UI_configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png new file mode 100644 index 0000000000..5e631212c7 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png new file mode 100644 index 0000000000..a874a72444 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png new file mode 100644 index 0000000000..4afc70e1f1 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.UI_configuration.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration_Index_One.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration_Index_One.png deleted file mode 100644 index 222a62b322..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_17-2-ar_AE.UI_configuration_Index_One.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_17-2-de_DE.UI_configuration_Index_One.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_17-2-de_DE.UI_configuration_Index_One.png deleted file mode 100644 index 868621addb..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_17-2-de_DE.UI_configuration_Index_One.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_17-2-en_US.UI_configuration_Index_One.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_17-2-en_US.UI_configuration_Index_One.png deleted file mode 100644 index 01892ecd84..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_17-2-en_US.UI_configuration_Index_One.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration_Index_One.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration_Index_One.png new file mode 100644 index 0000000000..a0ed5ed4f6 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_18-0-ar_AE.UI_configuration_Index_One.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_18-0-de_DE.UI_configuration_Index_One.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_18-0-de_DE.UI_configuration_Index_One.png new file mode 100644 index 0000000000..75cf91066b Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_18-0-de_DE.UI_configuration_Index_One.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_18-0-en_US.UI_configuration_Index_One.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_18-0-en_US.UI_configuration_Index_One.png new file mode 100644 index 0000000000..501207025e Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPad13-18-iPadOS_18-0-en_US.UI_configuration_Index_One.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone16-1-iOS_17-2-ar_AE.UI_configuration_Index_One.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone16-1-iOS_17-2-ar_AE.UI_configuration_Index_One.png deleted file mode 100644 index 68da1086ec..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone16-1-iOS_17-2-ar_AE.UI_configuration_Index_One.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone16-1-iOS_17-2-de_DE.UI_configuration_Index_One.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone16-1-iOS_17-2-de_DE.UI_configuration_Index_One.png deleted file mode 100644 index 00fb8ac9ef..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone16-1-iOS_17-2-de_DE.UI_configuration_Index_One.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone16-1-iOS_17-2-en_US.UI_configuration_Index_One.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone16-1-iOS_17-2-en_US.UI_configuration_Index_One.png deleted file mode 100644 index 1614ba2041..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone16-1-iOS_17-2-en_US.UI_configuration_Index_One.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone17-1-iOS_18-0-ar_AE.UI_configuration_Index_One.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone17-1-iOS_18-0-ar_AE.UI_configuration_Index_One.png new file mode 100644 index 0000000000..9522c5cdf6 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone17-1-iOS_18-0-ar_AE.UI_configuration_Index_One.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone17-1-iOS_18-0-de_DE.UI_configuration_Index_One.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone17-1-iOS_18-0-de_DE.UI_configuration_Index_One.png new file mode 100644 index 0000000000..9709438eea Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone17-1-iOS_18-0-de_DE.UI_configuration_Index_One.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone17-1-iOS_18-0-en_US.UI_configuration_Index_One.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone17-1-iOS_18-0-en_US.UI_configuration_Index_One.png new file mode 100644 index 0000000000..08a32c720d Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIConfigurationForIndexOne-iPhone17-1-iOS_18-0-en_US.UI_configuration_Index_One.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_17-2-ar_AE.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_17-2-ar_AE.all_required_fields_exist.png deleted file mode 100644 index 5a82931b64..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_17-2-ar_AE.all_required_fields_exist.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_17-2-de_DE.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_17-2-de_DE.all_required_fields_exist.png deleted file mode 100644 index fe7b894fc0..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_17-2-de_DE.all_required_fields_exist.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_17-2-en_US.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_17-2-en_US.all_required_fields_exist.png deleted file mode 100644 index 3720c99d39..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_17-2-en_US.all_required_fields_exist.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_18-0-ar_AE.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_18-0-ar_AE.all_required_fields_exist.png new file mode 100644 index 0000000000..35ca4d06a5 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_18-0-ar_AE.all_required_fields_exist.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_18-0-de_DE.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_18-0-de_DE.all_required_fields_exist.png new file mode 100644 index 0000000000..6dbea6fd8e Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_18-0-de_DE.all_required_fields_exist.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_18-0-en_US.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_18-0-en_US.all_required_fields_exist.png new file mode 100644 index 0000000000..73c59764b5 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPad13-18-iPadOS_18-0-en_US.all_required_fields_exist.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone16-1-iOS_17-2-ar_AE.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone16-1-iOS_17-2-ar_AE.all_required_fields_exist.png deleted file mode 100644 index 8e0d30aaf6..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone16-1-iOS_17-2-ar_AE.all_required_fields_exist.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone16-1-iOS_17-2-de_DE.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone16-1-iOS_17-2-de_DE.all_required_fields_exist.png deleted file mode 100644 index 6aa916326a..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone16-1-iOS_17-2-de_DE.all_required_fields_exist.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone16-1-iOS_17-2-en_US.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone16-1-iOS_17-2-en_US.all_required_fields_exist.png deleted file mode 100644 index ace05b6172..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone16-1-iOS_17-2-en_US.all_required_fields_exist.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone17-1-iOS_18-0-ar_AE.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone17-1-iOS_18-0-ar_AE.all_required_fields_exist.png new file mode 100644 index 0000000000..27b4facadc Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone17-1-iOS_18-0-ar_AE.all_required_fields_exist.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone17-1-iOS_18-0-de_DE.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone17-1-iOS_18-0-de_DE.all_required_fields_exist.png new file mode 100644 index 0000000000..3cce34193f Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone17-1-iOS_18-0-de_DE.all_required_fields_exist.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone17-1-iOS_18-0-en_US.all_required_fields_exist.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone17-1-iOS_18-0-en_US.all_required_fields_exist.png new file mode 100644 index 0000000000..fb94d13e32 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUIElementsForPayByAnyUPIAppFlowType-iPhone17-1-iOS_18-0-en_US.all_required_fields_exist.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_17-2-ar_AE.prefilled_vpa.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_17-2-ar_AE.prefilled_vpa.png deleted file mode 100644 index 1266e91696..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_17-2-ar_AE.prefilled_vpa.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_17-2-de_DE.prefilled_vpa.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_17-2-de_DE.prefilled_vpa.png deleted file mode 100644 index 7512114eff..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_17-2-de_DE.prefilled_vpa.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_17-2-en_US.prefilled_vpa.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_17-2-en_US.prefilled_vpa.png deleted file mode 100644 index 34829b62e9..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_17-2-en_US.prefilled_vpa.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_18-0-ar_AE.prefilled_vpa.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_18-0-ar_AE.prefilled_vpa.png new file mode 100644 index 0000000000..3620d75963 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_18-0-ar_AE.prefilled_vpa.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_18-0-de_DE.prefilled_vpa.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_18-0-de_DE.prefilled_vpa.png new file mode 100644 index 0000000000..1f03915743 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_18-0-de_DE.prefilled_vpa.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_18-0-en_US.prefilled_vpa.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_18-0-en_US.prefilled_vpa.png new file mode 100644 index 0000000000..61f4047030 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPad13-18-iPadOS_18-0-en_US.prefilled_vpa.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone16-1-iOS_17-2-ar_AE.prefilled_vpa.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone16-1-iOS_17-2-ar_AE.prefilled_vpa.png deleted file mode 100644 index f7ec3f7115..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone16-1-iOS_17-2-ar_AE.prefilled_vpa.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone16-1-iOS_17-2-de_DE.prefilled_vpa.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone16-1-iOS_17-2-de_DE.prefilled_vpa.png deleted file mode 100644 index 5c383f9553..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone16-1-iOS_17-2-de_DE.prefilled_vpa.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone16-1-iOS_17-2-en_US.prefilled_vpa.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone16-1-iOS_17-2-en_US.prefilled_vpa.png deleted file mode 100644 index 2dea2fc44d..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone16-1-iOS_17-2-en_US.prefilled_vpa.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone17-1-iOS_18-0-ar_AE.prefilled_vpa.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone17-1-iOS_18-0-ar_AE.prefilled_vpa.png new file mode 100644 index 0000000000..cb7844982b Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone17-1-iOS_18-0-ar_AE.prefilled_vpa.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone17-1-iOS_18-0-de_DE.prefilled_vpa.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone17-1-iOS_18-0-de_DE.prefilled_vpa.png new file mode 100644 index 0000000000..515914dbcb Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone17-1-iOS_18-0-de_DE.prefilled_vpa.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone17-1-iOS_18-0-en_US.prefilled_vpa.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone17-1-iOS_18-0-en_US.prefilled_vpa.png new file mode 100644 index 0000000000..78742615a5 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPICollectFlow-iPhone17-1-iOS_18-0-en_US.prefilled_vpa.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_17-2-ar_AE.upi_intent.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_17-2-ar_AE.upi_intent.png deleted file mode 100644 index 9f50fc4ccc..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_17-2-ar_AE.upi_intent.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_17-2-de_DE.upi_intent.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_17-2-de_DE.upi_intent.png deleted file mode 100644 index 63ae1ab7b5..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_17-2-de_DE.upi_intent.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_17-2-en_US.upi_intent.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_17-2-en_US.upi_intent.png deleted file mode 100644 index 477b578f0d..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_17-2-en_US.upi_intent.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_18-0-ar_AE.upi_intent.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_18-0-ar_AE.upi_intent.png new file mode 100644 index 0000000000..dfaf7dbf55 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_18-0-ar_AE.upi_intent.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_18-0-de_DE.upi_intent.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_18-0-de_DE.upi_intent.png new file mode 100644 index 0000000000..1959c56581 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_18-0-de_DE.upi_intent.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_18-0-en_US.upi_intent.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_18-0-en_US.upi_intent.png new file mode 100644 index 0000000000..0a413c0cc4 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPad13-18-iPadOS_18-0-en_US.upi_intent.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone16-1-iOS_17-2-ar_AE.upi_intent.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone16-1-iOS_17-2-ar_AE.upi_intent.png deleted file mode 100644 index ed2bbee209..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone16-1-iOS_17-2-ar_AE.upi_intent.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone16-1-iOS_17-2-de_DE.upi_intent.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone16-1-iOS_17-2-de_DE.upi_intent.png deleted file mode 100644 index 931f28bb28..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone16-1-iOS_17-2-de_DE.upi_intent.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone16-1-iOS_17-2-en_US.upi_intent.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone16-1-iOS_17-2-en_US.upi_intent.png deleted file mode 100644 index 1895ff88b8..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone16-1-iOS_17-2-en_US.upi_intent.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone17-1-iOS_18-0-ar_AE.upi_intent.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone17-1-iOS_18-0-ar_AE.upi_intent.png new file mode 100644 index 0000000000..fd2cf3d80d Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone17-1-iOS_18-0-ar_AE.upi_intent.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone17-1-iOS_18-0-de_DE.upi_intent.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone17-1-iOS_18-0-de_DE.upi_intent.png new file mode 100644 index 0000000000..dd7464e4f9 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone17-1-iOS_18-0-de_DE.upi_intent.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone17-1-iOS_18-0-en_US.upi_intent.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone17-1-iOS_18-0-en_US.upi_intent.png new file mode 100644 index 0000000000..4385e0625a Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIIntentFlow-iPhone17-1-iOS_18-0-en_US.upi_intent.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_17-2-ar_AE.upi_qr_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_17-2-ar_AE.upi_qr_flow.png deleted file mode 100644 index 9e9fde93f6..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_17-2-ar_AE.upi_qr_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_17-2-de_DE.upi_qr_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_17-2-de_DE.upi_qr_flow.png deleted file mode 100644 index 1fae4cbf2f..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_17-2-de_DE.upi_qr_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_17-2-en_US.upi_qr_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_17-2-en_US.upi_qr_flow.png deleted file mode 100644 index 1bdf2a8f17..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_17-2-en_US.upi_qr_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_18-0-ar_AE.upi_qr_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_18-0-ar_AE.upi_qr_flow.png new file mode 100644 index 0000000000..8ff2d32bf8 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_18-0-ar_AE.upi_qr_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_18-0-de_DE.upi_qr_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_18-0-de_DE.upi_qr_flow.png new file mode 100644 index 0000000000..edb466e75e Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_18-0-de_DE.upi_qr_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_18-0-en_US.upi_qr_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_18-0-en_US.upi_qr_flow.png new file mode 100644 index 0000000000..ee3fdbddc8 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPad13-18-iPadOS_18-0-en_US.upi_qr_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone16-1-iOS_17-2-ar_AE.upi_qr_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone16-1-iOS_17-2-ar_AE.upi_qr_flow.png deleted file mode 100644 index 173f0f5ab3..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone16-1-iOS_17-2-ar_AE.upi_qr_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone16-1-iOS_17-2-de_DE.upi_qr_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone16-1-iOS_17-2-de_DE.upi_qr_flow.png deleted file mode 100644 index 7751b607b0..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone16-1-iOS_17-2-de_DE.upi_qr_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone16-1-iOS_17-2-en_US.upi_qr_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone16-1-iOS_17-2-en_US.upi_qr_flow.png deleted file mode 100644 index 64fe0261b2..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone16-1-iOS_17-2-en_US.upi_qr_flow.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone17-1-iOS_18-0-ar_AE.upi_qr_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone17-1-iOS_18-0-ar_AE.upi_qr_flow.png new file mode 100644 index 0000000000..60f34a0d7c Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone17-1-iOS_18-0-ar_AE.upi_qr_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone17-1-iOS_18-0-de_DE.upi_qr_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone17-1-iOS_18-0-de_DE.upi_qr_flow.png new file mode 100644 index 0000000000..df3f737bca Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone17-1-iOS_18-0-de_DE.upi_qr_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone17-1-iOS_18-0-en_US.upi_qr_flow.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone17-1-iOS_18-0-en_US.upi_qr_flow.png new file mode 100644 index 0000000000..f668d11ce1 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/testUPIComponentDetailsForUPIQRCodeFlow-iPhone17-1-iOS_18-0-en_US.upi_qr_flow.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_17-2-ar_AE.upi_no_app_selected_submit.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_17-2-ar_AE.upi_no_app_selected_submit.png deleted file mode 100644 index e91fa360a2..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_17-2-ar_AE.upi_no_app_selected_submit.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_17-2-de_DE.upi_no_app_selected_submit.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_17-2-de_DE.upi_no_app_selected_submit.png deleted file mode 100644 index 04ebf00c6d..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_17-2-de_DE.upi_no_app_selected_submit.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_17-2-en_US.upi_no_app_selected_submit.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_17-2-en_US.upi_no_app_selected_submit.png deleted file mode 100644 index abdd87f02b..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_17-2-en_US.upi_no_app_selected_submit.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_18-0-ar_AE.upi_no_app_selected_submit.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_18-0-ar_AE.upi_no_app_selected_submit.png new file mode 100644 index 0000000000..34c226e7a0 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_18-0-ar_AE.upi_no_app_selected_submit.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_18-0-de_DE.upi_no_app_selected_submit.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_18-0-de_DE.upi_no_app_selected_submit.png new file mode 100644 index 0000000000..7a5029afdc Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_18-0-de_DE.upi_no_app_selected_submit.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_18-0-en_US.upi_no_app_selected_submit.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_18-0-en_US.upi_no_app_selected_submit.png new file mode 100644 index 0000000000..b2c5b1ef40 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPad13-18-iPadOS_18-0-en_US.upi_no_app_selected_submit.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone16-1-iOS_17-2-ar_AE.upi_no_app_selected_submit.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone16-1-iOS_17-2-ar_AE.upi_no_app_selected_submit.png deleted file mode 100644 index f1fd14920c..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone16-1-iOS_17-2-ar_AE.upi_no_app_selected_submit.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone16-1-iOS_17-2-de_DE.upi_no_app_selected_submit.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone16-1-iOS_17-2-de_DE.upi_no_app_selected_submit.png deleted file mode 100644 index 56b7c9050e..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone16-1-iOS_17-2-de_DE.upi_no_app_selected_submit.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone16-1-iOS_17-2-en_US.upi_no_app_selected_submit.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone16-1-iOS_17-2-en_US.upi_no_app_selected_submit.png deleted file mode 100644 index 9e0103e89d..0000000000 Binary files a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone16-1-iOS_17-2-en_US.upi_no_app_selected_submit.png and /dev/null differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone17-1-iOS_18-0-ar_AE.upi_no_app_selected_submit.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone17-1-iOS_18-0-ar_AE.upi_no_app_selected_submit.png new file mode 100644 index 0000000000..a6f06fd77e Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone17-1-iOS_18-0-ar_AE.upi_no_app_selected_submit.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone17-1-iOS_18-0-de_DE.upi_no_app_selected_submit.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone17-1-iOS_18-0-de_DE.upi_no_app_selected_submit.png new file mode 100644 index 0000000000..06fc1315f7 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone17-1-iOS_18-0-de_DE.upi_no_app_selected_submit.png differ diff --git a/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone17-1-iOS_18-0-en_US.upi_no_app_selected_submit.png b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone17-1-iOS_18-0-en_US.upi_no_app_selected_submit.png new file mode 100644 index 0000000000..79f9ba2ae4 Binary files /dev/null and b/Tests/SnapshotTests/Components/__Snapshots__/UPIComponentUITests/test_noAppSelectedSubmit_shouldShowError-iPhone17-1-iOS_18-0-en_US.upi_no_app_selected_submit.png differ diff --git a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.listViewController_UI_Configuration.png b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.listViewController_UI_Configuration.png deleted file mode 100644 index e32df51832..0000000000 Binary files a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-ar_AE.listViewController_UI_Configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.listViewController_UI_Configuration.png b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.listViewController_UI_Configuration.png deleted file mode 100644 index e32df51832..0000000000 Binary files a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-de_DE.listViewController_UI_Configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.listViewController_UI_Configuration.png b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.listViewController_UI_Configuration.png deleted file mode 100644 index e32df51832..0000000000 Binary files a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_17-2-en_US.listViewController_UI_Configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.listViewController_UI_Configuration.png b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.listViewController_UI_Configuration.png new file mode 100644 index 0000000000..45df96f557 Binary files /dev/null and b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-ar_AE.listViewController_UI_Configuration.png differ diff --git a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.listViewController_UI_Configuration.png b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.listViewController_UI_Configuration.png new file mode 100644 index 0000000000..45df96f557 Binary files /dev/null and b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-de_DE.listViewController_UI_Configuration.png differ diff --git a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.listViewController_UI_Configuration.png b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.listViewController_UI_Configuration.png new file mode 100644 index 0000000000..45df96f557 Binary files /dev/null and b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPad13-18-iPadOS_18-0-en_US.listViewController_UI_Configuration.png differ diff --git a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.listViewController_UI_Configuration.png b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.listViewController_UI_Configuration.png deleted file mode 100644 index f90a4a2dab..0000000000 Binary files a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone16-1-iOS_17-2-ar_AE.listViewController_UI_Configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.listViewController_UI_Configuration.png b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.listViewController_UI_Configuration.png deleted file mode 100644 index f90a4a2dab..0000000000 Binary files a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone16-1-iOS_17-2-de_DE.listViewController_UI_Configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.listViewController_UI_Configuration.png b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.listViewController_UI_Configuration.png deleted file mode 100644 index f90a4a2dab..0000000000 Binary files a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone16-1-iOS_17-2-en_US.listViewController_UI_Configuration.png and /dev/null differ diff --git a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.listViewController_UI_Configuration.png b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.listViewController_UI_Configuration.png new file mode 100644 index 0000000000..da427a44a0 Binary files /dev/null and b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone17-1-iOS_18-0-ar_AE.listViewController_UI_Configuration.png differ diff --git a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.listViewController_UI_Configuration.png b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.listViewController_UI_Configuration.png new file mode 100644 index 0000000000..da427a44a0 Binary files /dev/null and b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone17-1-iOS_18-0-de_DE.listViewController_UI_Configuration.png differ diff --git a/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.listViewController_UI_Configuration.png b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.listViewController_UI_Configuration.png new file mode 100644 index 0000000000..da427a44a0 Binary files /dev/null and b/Tests/SnapshotTests/UI/__Snapshots__/ListViewControllerUITests/testUIConfiguration-iPhone17-1-iOS_18-0-en_US.listViewController_UI_Configuration.png differ