Use Moto G4 as default for --mobile instead of iPhone 6 (#3467)

This commit is contained in:
Peter Hedenskog 2021-09-28 09:41:36 +02:00 committed by GitHub
parent 3d8816ee2f
commit fb218096c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -151,7 +151,7 @@ async function runBrowsertime() {
const emulation = get(
btOptions,
'chrome.mobileEmulation.deviceName',
'iPhone 6'
'Moto G4'
);
btOptions.chrome.mobileEmulation = {
deviceName: emulation

View File

@ -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'
})

View File

@ -104,7 +104,7 @@ module.exports = {
const emulation = get(
btOptions,
'chrome.mobileEmulation.deviceName',
'iPhone 6'
'Moto G4'
);
btOptions.chrome.mobileEmulation = {
deviceName: emulation