Skip to content

Commit 1056043

Browse files
authored
Update AppiumV2_test.js
1 parent 3fb5b65 commit 1056043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/helper/AppiumV2_test.js

Lines changed: 2 additions & 2 deletions
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: 'current_major',
34+
deviceName: 'Android GoogleAPI Emulator',
3535
androidInstallTimeout: 90000,
3636
appWaitDuration: 300000,
3737
},

0 commit comments

Comments
 (0)