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:
parent
b5a64ce60f
commit
60c79b28aa
1 changed files with 10 additions and 3 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue