diff options
Diffstat (limited to 'tests/testcases')
| -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, |
