From f1bb4aab01ec37cefb9869d4083b7024c2b8c67e Mon Sep 17 00:00:00 2001 From: Valentina Iancu Date: Mon, 8 Jan 2024 18:03:05 +0100 Subject: [PATCH] feat(GiniCaptureSDK): Test --- .../GiniCaptureSDK/Core/Screens/Camera/Views/CameraPane.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/CaptureSDK/GiniCaptureSDK/Sources/GiniCaptureSDK/Core/Screens/Camera/Views/CameraPane.swift b/CaptureSDK/GiniCaptureSDK/Sources/GiniCaptureSDK/Core/Screens/Camera/Views/CameraPane.swift index 28c52534d2..680e7e61b2 100644 --- a/CaptureSDK/GiniCaptureSDK/Sources/GiniCaptureSDK/Core/Screens/Camera/Views/CameraPane.swift +++ b/CaptureSDK/GiniCaptureSDK/Sources/GiniCaptureSDK/Core/Screens/Camera/Views/CameraPane.swift @@ -29,6 +29,7 @@ final class CameraPane: UIView { light: UIColor.GiniCapture.dark1, dark: UIColor.GiniCapture.dark1).uiColor().withAlphaComponent(0.4) captureButton.setTitle("", for: .normal) + captureButton.accessibilityIdentifier = "CaptureButton" thumbnailView.isHidden = true fileUploadButton.setupButton(with: UIImageNamedPreferred(named: "folder") ?? UIImage(), name: NSLocalizedStringPreferredFormat("ginicapture.camera.fileImportButtonLabel",