test: fix broken tests due to changes to BrowserStack

This commit is contained in:
Sefa Ilkimen 2023-06-14 13:50:29 +02:00 committed by GitHub
parent dbe28b284f
commit 342022d3a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ const configs = {
// testing on BrowserStack
browserstackIosDevice: {
'appium-version': '1.20.2',
'appium-version': '1.22.0',
device: 'iPhone 12',
os_version: '14',
project: 'HTTP Test App',
@ -69,7 +69,7 @@ const configs = {
'browserstack.networkLogs': false
},
browserstackAndroidDevice: {
'appium-version': '1.18.0',
'appium-version': '1.22.0',
device: 'Samsung Galaxy S7',
os_version: '6.0',
project: 'HTTP Test App',