Skip to content

Commit

Permalink
chore: update e2eUtils puppeteer options
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Feb 26, 2024
1 parent b3bd3a2 commit b97ad0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/__tests__/e2e/e2eUtils.ts
Expand Up @@ -9,7 +9,7 @@ export const E2E_TIMEOUT = 30 * 1000

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

const maxTries = 30
Expand Down

0 comments on commit b97ad0e

Please sign in to comment.