Skip to content

Commit 0e9c08b

Browse files
authored
Updated device appium (#4745)
* Update AppiumV2_test.js * Update appiumV2_Android.yml * Update appiumV2_Android.yml * Update AppiumV2_test.js * Update AppiumV2_test.js * Update AppiumV2_test.js * Update AppiumV2_test.js * Update appiumV2_Android.yml
1 parent 3fb5b65 commit 0e9c08b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/helper/AppiumV2_test.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ describe('Appium', function () {
3030
recordVideo: 'false',
3131
recordScreenshots: 'false',
3232
platformName: 'Android',
33-
platformVersion: '6.0',
34-
deviceName: 'Android Emulator',
33+
platformVersion: '7.0',
34+
deviceName: 'Android GoogleAPI Emulator',
3535
androidInstallTimeout: 90000,
3636
appWaitDuration: 300000,
3737
},
@@ -595,7 +595,7 @@ describe('Appium', function () {
595595
platform = 'android'
596596
})
597597
app.runOnAndroid({ platformVersion: '7.0' }, () => {
598-
platform = 'android7'
598+
platform = 'android'
599599
})
600600

601601
assert.equal('android', platform)

0 commit comments

Comments
 (0)