Skip to content

Commit

Permalink
fix chromium regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Sep 26, 2024
1 parent ea0fdb4 commit 3cb2f3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ const tests = {
};

(async () => {
const browser = await puppeteer.launch();
const browser = await puppeteer.launch({
args: ["--headless=old"]
});
const page = await browser.newPage();
await page.setViewport({
width: 3000,
Expand Down

0 comments on commit 3cb2f3d

Please sign in to comment.