mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
BrowserStack: test both on iPhone 7 and iPhone X (#32154)
This commit is contained in:
parent
b5a64ce60f
commit
60c79b28aa
@ -37,11 +37,18 @@ const browsers = {
|
|||||||
browser: 'Firefox',
|
browser: 'Firefox',
|
||||||
browser_version: 'latest'
|
browser_version: 'latest'
|
||||||
},
|
},
|
||||||
iphoneX: {
|
iphone7: {
|
||||||
base: 'BrowserStack',
|
base: 'BrowserStack',
|
||||||
os: 'ios',
|
os: 'ios',
|
||||||
os_version: '11.0',
|
os_version: '10.0',
|
||||||
device: 'iPhone X',
|
device: 'iPhone 7',
|
||||||
|
real_mobile: true
|
||||||
|
},
|
||||||
|
iphone11: {
|
||||||
|
base: 'BrowserStack',
|
||||||
|
os: 'ios',
|
||||||
|
os_version: '13.0',
|
||||||
|
device: 'iPhone 11',
|
||||||
real_mobile: true
|
real_mobile: true
|
||||||
},
|
},
|
||||||
pixel2: {
|
pixel2: {
|
||||||
|
Loading…
Reference in New Issue
Block a user