We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb5b65 commit 0e9c08bCopy full SHA for 0e9c08b
test/helper/AppiumV2_test.js
@@ -30,8 +30,8 @@ describe('Appium', function () {
30
recordVideo: 'false',
31
recordScreenshots: 'false',
32
platformName: 'Android',
33
- platformVersion: '6.0',
34
- deviceName: 'Android Emulator',
+ platformVersion: '7.0',
+ deviceName: 'Android GoogleAPI Emulator',
35
androidInstallTimeout: 90000,
36
appWaitDuration: 300000,
37
},
@@ -595,7 +595,7 @@ describe('Appium', function () {
595
platform = 'android'
596
})
597
app.runOnAndroid({ platformVersion: '7.0' }, () => {
598
- platform = 'android7'
+ platform = 'android'
599
600
601
assert.equal('android', platform)
0 commit comments