summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/testcases/test.py2
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')