Skip to content

Commit

Permalink
BrowserStack: test both on iPhone 7 and iPhone X
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 14, 2020
1 parent d509da2 commit 736d1ce
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 @@ -37,11 +37,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 736d1ce

Please sign in to comment.