Skip to content

Commit b97ad0e

Browse files
committed
chore: update e2eUtils puppeteer options
1 parent b3bd3a2 commit b97ad0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/__tests__/e2e/e2eUtils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const E2E_TIMEOUT = 30 * 1000
99

1010
const puppeteerOptions: PuppeteerLaunchOptions = {
1111
args: process.env.CI ? ['--no-sandbox', '--disable-setuid-sandbox'] : [],
12-
headless: 'new',
12+
headless: true,
1313
}
1414

1515
const maxTries = 30

0 commit comments

Comments
 (0)