Update browser-ui-test version to 0.21.1
This commit is contained in:
parent
6268d0aa34
commit
c2465259bf
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
0.20.7
|
||||
0.21.1
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue