mirror of
https://github.com/appium/appium.git
synced 2026-01-16 23:29:54 -06:00
ensure selendroid test app doesn't need to have its version updated when we update selendroid
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user