Skip to content

Commit 393fa86

Browse files
committed
CI
1 parent c495db8 commit 393fa86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/javascripts/test/puppeteer/dataset_rendering_helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ export function setupBeforeEachAndAfterEach() {
357357
test.beforeEach(async (t) => {
358358
t.context.browser = await puppeteer.launch({
359359
args: [
360-
"--headless",
360+
"--headless=new",
361361
"--hide-scrollbars",
362362
"--no-sandbox",
363363
"--disable-setuid-sandbox",

0 commit comments

Comments
 (0)