fix type error

This commit is contained in:
Gary Sassano 2024-09-15 23:58:31 +02:00 committed by GitHub
parent 517b6c43a4
commit 0c14afe1a4
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({ const browser = await playwright.launch({
args: chromium.args, args: chromium.args,
executablePath: await chromium.executablePath(), executablePath: await chromium.executablePath(),
headless: chromium.headless, headless: true,
}); });
const context = await browser.newContext(); const context = await browser.newContext();