Update browser-ui-test version to 0.21.1

This commit is contained in:
Guillaume Gomez
2025-07-03 18:08:23 +02:00
parent 6268d0aa34
commit c2465259bf
2 changed files with 2 additions and 2 deletions
@@ -1 +1 @@
0.20.7
0.21.1
+1 -1
View File
@@ -196,7 +196,7 @@ async function main(argv) {
// This is more convenient that setting fields one by one.
const args = [
"--variable", "DOC_PATH", opts["doc_folder"].split("\\").join("/"),
"--enable-fail-on-js-error", "--allow-file-access-from-files",
"--allow-file-access-from-files",
];
if (opts["debug"]) {
debug = true;