Rollup merge of #96610 - GuillaumeGomez:update-browser-ui-test, r=notriddle

Update browser-ui-test version to 0.9.0

It adds the command `screenshot` and disables the screenshot comparison by default.

r? `@notriddle`
This commit is contained in:
Yuki Okushi 2022-05-02 10:41:59 +09:00 committed by GitHub
commit 5750e33055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -138,7 +138,6 @@ async function main(argv) {
try {
// This is more convenient that setting fields one by one.
let args = [
"--no-screenshot-comparison",
"--variable", "DOC_PATH", opts["doc_folder"],
];
if (opts["debug"]) {