fix type error
This commit is contained in:
parent
517b6c43a4
commit
0c14afe1a4
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue