Skip to content

Commit

Permalink
test: fix broken tests due to changes to BrowserStack
Browse files Browse the repository at this point in the history
  • Loading branch information
silkimen authored Jun 14, 2023
1 parent dbe28b2 commit 342022d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e-tooling/caps.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 342022d

Please sign in to comment.