mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
BrowserStack: test on iPhone 12 (#33398)
This commit is contained in:
parent
26d8955de2
commit
a88d61db6f
1 changed files with 3 additions and 3 deletions
|
@ -44,11 +44,11 @@ const browsers = {
|
|||
device: 'iPhone 7',
|
||||
real_mobile: true
|
||||
},
|
||||
iphone11: {
|
||||
iphone12: {
|
||||
base: 'BrowserStack',
|
||||
os: 'ios',
|
||||
os_version: '13.0',
|
||||
device: 'iPhone 11',
|
||||
os_version: '14.0',
|
||||
device: 'iPhone 12',
|
||||
real_mobile: true
|
||||
},
|
||||
pixel2: {
|
||||
|
|
Loading…
Add table
Reference in a new issue