From 22a457ee82c446148f09ec7623566e408af95d38 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Tue, 29 Aug 2023 11:29:35 +0300 Subject: [PATCH] Fix integration tests, remove attachments camera picker step, avoid camera permissions --- IntegrationTests/Sources/UserFlowTests.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/IntegrationTests/Sources/UserFlowTests.swift b/IntegrationTests/Sources/UserFlowTests.swift index e5476224a..cea897169 100644 --- a/IntegrationTests/Sources/UserFlowTests.swift +++ b/IntegrationTests/Sources/UserFlowTests.swift @@ -58,7 +58,6 @@ class UserFlowTests: XCTestCase { private func checkAttachmentsPicker() { for identifier in [A11yIdentifiers.roomScreen.attachmentPickerPhotoLibrary, A11yIdentifiers.roomScreen.attachmentPickerDocuments, - A11yIdentifiers.roomScreen.attachmentPickerCamera, A11yIdentifiers.roomScreen.attachmentPickerLocation] { tapOnButton(A11yIdentifiers.roomScreen.attachmentPicker) tapOnButton(identifier)