mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
test: update UrlContentFetcher test to expect additional Chrome flags for Linux
This commit is contained in:
parent
c661d1c6e3
commit
1605af0270
1 changed files with 3 additions and 0 deletions
|
|
@ -184,6 +184,9 @@ describe("UrlContentFetcher", () => {
|
|||
"--disable-gpu",
|
||||
"--disable-features=VizDisplayCompositor",
|
||||
"--no-sandbox", // Linux-specific argument
|
||||
"--disable-setuid-sandbox",
|
||||
"--disable-web-security",
|
||||
"--disable-features=IsolateOrigins,site-per-process",
|
||||
],
|
||||
executablePath: "/path/to/chromium",
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue