From 0345e085a208ff982fc874984335f9e3c84c8aed Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Fri, 27 Sep 2024 16:14:05 +0300 Subject: [PATCH] Re-enable the photo and document sharing flow tests --- IntegrationTests/Sources/UserFlowTests.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IntegrationTests/Sources/UserFlowTests.swift b/IntegrationTests/Sources/UserFlowTests.swift index bd0be27d6..46ae747e8 100644 --- a/IntegrationTests/Sources/UserFlowTests.swift +++ b/IntegrationTests/Sources/UserFlowTests.swift @@ -41,9 +41,9 @@ class UserFlowTests: XCTestCase { sendMessages() - // Intentionally disabled as they're super flakey on iOS 18 simulators - // checkPhotoSharing() - // checkDocumentSharing() + checkPhotoSharing() + + checkDocumentSharing() checkLocationSharing()