From 13372acb76b5607909ffd11332a7b8817641e88b Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 23 Mar 2019 11:39:58 -0400 Subject: docs --- tests/testcases/test.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/testcases') diff --git a/tests/testcases/test.py b/tests/testcases/test.py index ba26de32..5c54f40c 100644 --- a/tests/testcases/test.py +++ b/tests/testcases/test.py @@ -34,8 +34,9 @@ class ZmninjaAndroidTests(unittest.TestCase): 'platformName': 'Android', 'automationName': 'UiAutomator2', 'platformVersion': '7.1.1', - 'deviceName': 'Pixel', - 'avd': 'zmNinja', + 'deviceName': 'DoesntMatter', + 'avd': 'zmNinja_7_1_1', + # 'avd': 'zmNinja_6_0', 'nativeWebTap': True, 'nativeWebScreenshot': True, # important, for screenshots 'autoAcceptAlerts': True, -- cgit v1.2.3