From ccccc4a65a5513c146fb3dd7a4f59d8c4fb0af68 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 14 Mar 2019 09:12:25 -0400 Subject: #791 iOS double tap hack. WTF --- tests/testcases/test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/testcases/test.py') diff --git a/tests/testcases/test.py b/tests/testcases/test.py index 6101dd51..4db9adef 100644 --- a/tests/testcases/test.py +++ b/tests/testcases/test.py @@ -56,7 +56,8 @@ class ZmninjaAndroidTests(unittest.TestCase): 'nativeWebTap': False, 'permissions': '{"com.pliablepixels.zmninja-pro": {"photos": "YES"}}', - #'connectHardwareKeyboard': True, + #'connectHardwareKeyboard': False, + # 'sendKeyStrategy': 'grouped', #'nativeWebScreenshot': True, # important, for screenshots 'autoAcceptAlerts': True, 'autoGrantPermissions': True # doesn't work with XCUI @@ -149,6 +150,7 @@ class ZmninjaAndroidTests(unittest.TestCase): #for f in files: # os.remove(f) + sleep(5) wizard.run_tests(self, isFirstRun) isFirstRun = False montage.run_tests(self) -- cgit v1.2.3