Skip to content

Commit

Permalink
fix: headless
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Aug 13, 2024
1 parent 00e8729 commit 4c94338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/varnish-cache-preload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const preloadChart = async (page: Page, locale: string, key: string) => {

const openNewPage = async () => {
const browser = await chromium.launch({
headless: false,
headless: process.env.CI === "true",
});
const context = await browser.newContext();
const page = await context.newPage();
Expand Down

0 comments on commit 4c94338

Please sign in to comment.