Skip to content

Commit 69ef52f

Browse files
Disable sandbox when running GUI tests
1 parent cc8ce35 commit 69ef52f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/gui/runner.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ fn main() {
7575
let mut command = Command::new("npx");
7676
command
7777
.arg("browser-ui-test")
78+
.arg("--no-sandbox")
7879
.args(["--variable", "DOC_PATH", book_dir.as_str()])
7980
.args(["--test-folder", "tests/gui"]);
8081
if std::env::args().any(|arg| arg == "--disable-headless-test") {

0 commit comments

Comments
 (0)