Skip to content

Commit

Permalink
Update BrowserStack's browsers we test on.
Browse files Browse the repository at this point in the history
* Test on iPhone 7 (iOS 10.0) and iPhone 11 (iOS 13.0)
  • Loading branch information
XhmikosR committed Jun 25, 2020
1 parent acdeaed commit 11aa3dd
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions js/tests/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,18 @@ const browsers = {
browser: 'Firefox',
browser_version: 'latest'
},
iphoneX: {
iphone7: {
base: 'BrowserStack',
os: 'ios',
os_version: '11.0',
device: 'iPhone X',
os_version: '10.0',
device: 'iPhone 7',
real_mobile: true
},
iphone11: {
base: 'BrowserStack',
os: 'ios',
os_version: '13.0',
device: 'iPhone 11',
real_mobile: true
},
pixel2: {
Expand Down

0 comments on commit 11aa3dd

Please sign in to comment.