Changed path of target apk

This commit is contained in:
butomo1989
2017-04-21 13:46:04 +02:00
parent 2ef82e3894
commit 63e64d219b
3 changed files with 4 additions and 4 deletions
@@ -11,7 +11,7 @@ class MSiteDefaultBrowserAndroidUITests(unittest.TestCase):
'deviceName': 'Android Emulator',
'appPackage': 'com.android.browser',
'appActivity': 'com.android.browser.BrowserActivity',
'avd': 'nexus_5_5.0'
'avd': 'samsung_galaxy_s6_5.0.1'
}
self.driver = webdriver.Remote('http://127.0.0.1:4723/wd/hub', desired_caps)