From 7c937c96cb3c0116a72d4fdd428c1902ce20a340 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Thu, 2 Jul 2015 14:51:37 +0200 Subject: [PATCH] ChatTester.m: add some delay after accepting System notification for photos access so that next view appears --- KifTests/ChatTester.m | 1 + 1 file changed, 1 insertion(+) diff --git a/KifTests/ChatTester.m b/KifTests/ChatTester.m index ba2203200..134d3219e 100644 --- a/KifTests/ChatTester.m +++ b/KifTests/ChatTester.m @@ -160,6 +160,7 @@ if ([ALAssetsLibrary authorizationStatus] == ALAuthorizationStatusNotDetermined) { #if TARGET_IPHONE_SIMULATOR [tester acknowledgeSystemAlert]; + [tester waitForTimeInterval:1]; #endif }