diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-03-23 11:39:58 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-03-23 11:39:58 -0400 |
| commit | 13372acb76b5607909ffd11332a7b8817641e88b (patch) | |
| tree | dbae710a8b8b82b01b9077e070f87d25913d774d /tests/testcases/test.py | |
| parent | b952a65d28bf88e6fd83962d166a7bd2b16718ab (diff) | |
docs
Diffstat (limited to 'tests/testcases/test.py')
| -rw-r--r-- | tests/testcases/test.py | 5 |
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, |
