Skip to content

Commit

Permalink
Fix headless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jonybur committed Aug 23, 2023
1 parent 5b522a3 commit 59b420d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/multithreading.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ async function multithreadingTest() {
console.log("Running Multithreading test...");

console.log("Launching chromium browser...");
const browser = await chromium.launch({ headless: false });
const browser = await chromium.launch({ headless: true });

console.log("Opening a new page...");
const page = await browser.newPage();
Expand Down

0 comments on commit 59b420d

Please sign in to comment.