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 342022d commit 60c0421
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 @@ -70,8 +70,8 @@ const configs = {
},
browserstackAndroidDevice: {
'appium-version': '1.22.0',
device: 'Samsung Galaxy S7',
os_version: '6.0',
device: 'Samsung Galaxy S8',
os_version: '7.0',
project: 'HTTP Test App',
autoWebview: true,
app: 'HttpTestAppAndroid',
Expand Down

0 comments on commit 60c0421

Please sign in to comment.