Skip to content

Commit

Permalink
chore: remove "--no-sandbox" chrome arg
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Sep 30, 2024
1 parent 131d375 commit 05e3897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export async function withBrowser(fn: (page: Page) => void | Promise<void>) {
const aborter = new AbortController();
try {
const browser = await launch({
args: ["--no-sandbox", "--window-size=1280,720"],
args: ["--window-size=1280,720"],
headless: !Deno.args.includes("--headful"),
});

Expand Down

0 comments on commit 05e3897

Please sign in to comment.