Skip to content

Commit

Permalink
new headless
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Nov 10, 2023
1 parent beb2d69 commit 7a2384d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ describe('Prefresh integrations', () => {
await execa('yarn', { cwd: getTempDir(integration) });

browser = await puppeteer.launch({
headless: 'new',
args: ['--no-sandbox', '--disable-setuid-sandbox'],
});
page = await browser.newPage();
Expand Down
1 change: 1 addition & 0 deletions test/signals.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ describe('Signals', () => {
await execa('yarn', { cwd: getTempDir(integration) });

browser = await puppeteer.launch({
headless: 'new',
args: ['--no-sandbox', '--disable-setuid-sandbox'],
});
page = await browser.newPage();
Expand Down
1 change: 1 addition & 0 deletions test/suspense.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ describe('Suspense', () => {
await execa('yarn', { cwd: getTempDir(integration) });

browser = await puppeteer.launch({
headless: 'new',
args: ['--no-sandbox', '--disable-setuid-sandbox'],
});
page = await browser.newPage();
Expand Down

0 comments on commit 7a2384d

Please sign in to comment.