summaryrefslogtreecommitdiff
path: root/tests/testcases/test.py
diff options
context:
space:
mode:
author= <=>2019-03-14 09:12:25 -0400
committer= <=>2019-03-14 09:12:25 -0400
commitccccc4a65a5513c146fb3dd7a4f59d8c4fb0af68 (patch)
tree248f6fc4b7738ac0f9970b00497cbbbfda0ecb3d /tests/testcases/test.py
parenta9440d6cf3563c1ec5568f6d952b764cf1b4a906 (diff)
#791 iOS double tap hack. WTF
Diffstat (limited to 'tests/testcases/test.py')
-rw-r--r--tests/testcases/test.py4
1 files changed, 3 insertions, 1 deletions
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)