From f46aedcb7fb37dcd4483edd4a429a0c026038a9e Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 11 Mar 2019 05:15:13 -0400 Subject: nits --- tests/testcases/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testcases') 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') -- cgit v1.2.3