Skip to content

Commit 1605af0

Browse files
committed
test: update UrlContentFetcher test to expect additional Chrome flags for Linux
1 parent c661d1c commit 1605af0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/services/browser/__tests__/UrlContentFetcher.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ describe("UrlContentFetcher", () => {
184184
"--disable-gpu",
185185
"--disable-features=VizDisplayCompositor",
186186
"--no-sandbox", // Linux-specific argument
187+
"--disable-setuid-sandbox",
188+
"--disable-web-security",
189+
"--disable-features=IsolateOrigins,site-per-process",
187190
],
188191
executablePath: "/path/to/chromium",
189192
})

0 commit comments

Comments
 (0)