diff options
| author | = <=> | 2019-03-11 05:15:13 -0400 |
|---|---|---|
| committer | = <=> | 2019-03-11 05:15:13 -0400 |
| commit | f46aedcb7fb37dcd4483edd4a429a0c026038a9e (patch) | |
| tree | 76ecfdfb05ca9d88342c53fb490b04a486fcd5f9 /tests/testcases | |
| parent | 11cb0130fe95391805e07468191f40f10b7326d2 (diff) | |
nits
Diffstat (limited to 'tests/testcases')
| -rw-r--r-- | tests/testcases/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testcases/test.py b/tests/testcases/test.py index fff7c607..621b6c60 100644 --- a/tests/testcases/test.py +++ b/tests/testcases/test.py @@ -32,7 +32,7 @@ class ZmninjaAndroidTests(unittest.TestCase): 'appPackage': 'com.pliablepixels.zmninja_pro', 'appActivity': 'com.pliablepixels.zmninja_pro.MainActivity' } - # Returns abs path relative to this file and not cwd + desired_caps['app'] = os.path.abspath(os.path.join(os.path.dirname(__file__),'./zmNinja.apk')) c.driver = webdriver.Remote('http://localhost:4723/wd/hub', desired_caps) c.driver.switch_to.context('WEBVIEW_com.pliablepixels.zmninja_pro') |
