Skip to content

Commit

Permalink
fixup! e84deb0
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Apr 24, 2023
1 parent bacaed9 commit 2eafa93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/javascript/run-qunit.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const puppeteer = require('puppeteer-core');

try {
const chromeExecutablePath = chromeLauncher.Launcher.getInstallations()[0]
const browser = await puppeteer.launch({ executablePath: chromeExecutablePath, headless: true })
const browser = await puppeteer.launch({ executablePath: chromeExecutablePath, headless: 'new' })
const page = await browser.newPage()

// Attach to browser console log events, and log to node console
Expand Down

0 comments on commit 2eafa93

Please sign in to comment.