We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bd3a2 commit b97ad0eCopy full SHA for b97ad0e
packages/vue/__tests__/e2e/e2eUtils.ts
@@ -9,7 +9,7 @@ export const E2E_TIMEOUT = 30 * 1000
9
10
const puppeteerOptions: PuppeteerLaunchOptions = {
11
args: process.env.CI ? ['--no-sandbox', '--disable-setuid-sandbox'] : [],
12
- headless: 'new',
+ headless: true,
13
}
14
15
const maxTries = 30
0 commit comments