Use Moto G4 as default for --mobile instead of iPhone 6 (#3467)
This commit is contained in:
parent
3d8816ee2f
commit
fb218096c4
|
|
@ -151,7 +151,7 @@ async function runBrowsertime() {
|
|||
const emulation = get(
|
||||
btOptions,
|
||||
'chrome.mobileEmulation.deviceName',
|
||||
'iPhone 6'
|
||||
'Moto G4'
|
||||
);
|
||||
btOptions.chrome.mobileEmulation = {
|
||||
deviceName: emulation
|
||||
|
|
|
|||
|
|
@ -1388,7 +1388,7 @@ module.exports.parseCommandLine = function parseCommandLine() {
|
|||
parsed
|
||||
.option('mobile', {
|
||||
describe:
|
||||
'Access pages as mobile a fake mobile device. Set UA and width/height. For Chrome it will use device Apple iPhone 6.',
|
||||
'Access pages as mobile a fake mobile device. Set UA and width/height. For Chrome it will use device Moto G4.',
|
||||
default: false,
|
||||
type: 'boolean'
|
||||
})
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ module.exports = {
|
|||
const emulation = get(
|
||||
btOptions,
|
||||
'chrome.mobileEmulation.deviceName',
|
||||
'iPhone 6'
|
||||
'Moto G4'
|
||||
);
|
||||
btOptions.chrome.mobileEmulation = {
|
||||
deviceName: emulation
|
||||
|
|
|
|||
Loading…
Reference in New Issue