summaryrefslogtreecommitdiff
path: root/tests/testcases/test.py
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-03-23 11:39:58 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-03-23 11:39:58 -0400
commit13372acb76b5607909ffd11332a7b8817641e88b (patch)
treedbae710a8b8b82b01b9077e070f87d25913d774d /tests/testcases/test.py
parentb952a65d28bf88e6fd83962d166a7bd2b16718ab (diff)
docs
Diffstat (limited to 'tests/testcases/test.py')
-rw-r--r--tests/testcases/test.py5
1 files changed, 3 insertions, 2 deletions
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,