Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Dec 11, 2024
1 parent ce73819 commit 0723ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/puppeteer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const connect = () => {
});

const browserURL = `http://localhost:${electronDebugPort}`
// See notes on no sandbox mode: https://pptr.dev/troubleshooting#setting-up-chrome-linux-sandbox
const browser = output.browser = await puppeteer.launch({ headless: 'new', args: ["--no-sandbox", "--disable-setuid-sandbox"] })
const page = output.page = await browser.newPage();
await page.goto(browserURL);
Expand Down

0 comments on commit 0723ea3

Please sign in to comment.