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",