This commit is contained in:
Gary Sassano 2024-10-18 08:53:39 -04:00 committed by GitHub
commit bbbb98a02c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ test("Check the page title of example.com", async (t) => {
const browser = await playwright.launch({
args: chromium.args,
executablePath: await chromium.executablePath(),
headless: chromium.headless,
headless: true,
});
const context = await browser.newContext();