test(reg-cli): remove some unnecessary simulators from e2e testing

This commit is contained in:
Jason Dreyzehner 2018-02-14 14:08:28 -05:00
parent cf455c5c79
commit aeefca6485
1 changed files with 0 additions and 22 deletions

View File

@ -25,18 +25,6 @@ exports.config = {
]
}
},
{
name: '800x600',
browserName: 'chrome',
chromeOptions: {
args: [
'--high-dpi-support=1',
'--force-device-scale-factor=2',
'--window-size=800,600',
...flags
]
}
},
{
name: '1920x1080',
browserName: 'chrome',
@ -89,16 +77,6 @@ exports.config = {
args: [...flags]
}
},
{
name: 'Nexus6P',
browserName: 'chrome',
chromeOptions: {
mobileEmulation: {
deviceName: 'Nexus 6P'
},
args: [...flags]
}
},
{
name: 'Nexus5X',
browserName: 'chrome',