We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c495db8 commit 393fa86Copy full SHA for 393fa86
frontend/javascripts/test/puppeteer/dataset_rendering_helpers.ts
@@ -357,7 +357,7 @@ export function setupBeforeEachAndAfterEach() {
357
test.beforeEach(async (t) => {
358
t.context.browser = await puppeteer.launch({
359
args: [
360
- "--headless",
+ "--headless=new",
361
"--hide-scrollbars",
362
"--no-sandbox",
363
"--disable-setuid-sandbox",
0 commit comments