ensure selendroid test app doesn't need to have its version updated when we update selendroid

This commit is contained in:
Jonathan Lipps
2014-02-13 15:25:45 -08:00
parent 706a61041c
commit 0de0452b75
6 changed files with 9 additions and 30 deletions

View File

@@ -10,8 +10,7 @@ class TestAndroidWebView(unittest.TestCase):
def setUp(self):
app = os.path.abspath(
glob.glob(os.path.join(
os.path.dirname(__file__), '../../apps/WebViewDemo/target')
+ '/*.apk')[0])
os.path.dirname(__file__), '../../apps/selendroid-test-app.apk')))
desired_caps = {
'device': 'selendroid',
'app': app,