Skip to content

Commit 3049b2f

Browse files
committed
tweak
1 parent 72c973e commit 3049b2f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/test_utils.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ import { FreshAttrs } from "./fixtures_islands/FreshAttrs.tsx";
2929
import { OptOutPartialLink } from "./fixtures_islands/OptOutPartialLink.tsx";
3030

3131
const browser = await launch({
32-
args: ["--window-size=1280,720"],
32+
args: [
33+
"--window-size=1280,720",
34+
...(Deno.build.os === "linux" ? ["--no-sandbox"] : []),
35+
],
3336
headless: true,
3437
});
3538

0 commit comments

Comments
 (0)