1
Fork 0

Rollup merge of #136587 - GuillaumeGomez:update-gui-tests, r=notriddle

Update browser-ui-test version to `0.20.2`

r? `@notriddle`
This commit is contained in:
Jubilee 2025-02-05 19:53:51 -08:00 committed by GitHub
commit 393f2cd419
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -197,7 +197,6 @@ async function main(argv) {
const args = [
"--variable", "DOC_PATH", opts["doc_folder"].split("\\").join("/"),
"--enable-fail-on-js-error", "--allow-file-access-from-files",
"--no-sandbox",
];
if (opts["debug"]) {
debug = true;