diff --git a/test/helper/AppiumV2_test.js b/test/helper/AppiumV2_test.js index e19f94062..8064d4ea9 100644 --- a/test/helper/AppiumV2_test.js +++ b/test/helper/AppiumV2_test.js @@ -30,8 +30,8 @@ describe('Appium', function () { recordVideo: 'false', recordScreenshots: 'false', platformName: 'Android', - platformVersion: '6.0', - deviceName: 'Android Emulator', + platformVersion: '7.0', + deviceName: 'Android GoogleAPI Emulator', androidInstallTimeout: 90000, appWaitDuration: 300000, }, @@ -595,7 +595,7 @@ describe('Appium', function () { platform = 'android' }) app.runOnAndroid({ platformVersion: '7.0' }, () => { - platform = 'android7' + platform = 'android' }) assert.equal('android', platform)