Skip to content

Commit

Permalink
Fix browserstack tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Sep 6, 2024
1 parent f9b46e8 commit 99d702e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/e2e/wdio.browserstack.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module.exports = {
{
browserName: 'Safari',

...buildBStackMobileOptions({ sessionName: 'Safari iPhone', deviceName: 'iPhone 8', osVersion: '13' })
...buildBStackMobileOptions({ sessionName: 'Safari iPhone', deviceName: 'iPhone 11', osVersion: '13' })
},
{
browserName: 'Safari',
Expand Down

0 comments on commit 99d702e

Please sign in to comment.