1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

BrowserStack: test both on iPhone 7 and iPhone X (#32154)

This commit is contained in:
XhmikosR 2020-11-16 14:31:03 +02:00 committed by GitHub
parent b5a64ce60f
commit 60c79b28aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {