We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8ce35 commit 69ef52fCopy full SHA for 69ef52f
tests/gui/runner.rs
@@ -75,6 +75,7 @@ fn main() {
75
let mut command = Command::new("npx");
76
command
77
.arg("browser-ui-test")
78
+ .arg("--no-sandbox")
79
.args(["--variable", "DOC_PATH", book_dir.as_str()])
80
.args(["--test-folder", "tests/gui"]);
81
if std::env::args().any(|arg| arg == "--disable-headless-test") {
0 commit comments