Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Oct 18, 2023
1 parent 0448b06 commit 7d64e28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cli/test/smokehouse/frontends/smokehouse-bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ async function begin() {
type: 'boolean',
default: false,
alias: 'force-headfull',
describe: 'Launch Chrome in typical desktop headful mode, rather than our default of `--headless=new`.', // eslint-disable-line max-len
describe: 'Launch Chrome in typical desktop headful mode, rather than our default of `--headless=new` (https://developer.chrome.com/articles/new-headless/).', // eslint-disable-line max-len
},
})
.wrap(y.terminalWidth())
Expand Down
1 change: 0 additions & 1 deletion cli/test/smokehouse/lighthouse-runners/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ async function internalRun(url, tmpPath, config, options) {
`${url}`,
`--output-path=${outputPath}`,
'--output=json',
// native headless, as full headless has several behavior differences that break tests. http://go/rooxt
forceHeadful ? '' : '--chrome-flags="--headless=new"',
`-G=${artifactsDirectory}`,
`-A=${artifactsDirectory}`,
Expand Down

0 comments on commit 7d64e28

Please sign in to comment.