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()