diff --git a/test/selenium.test.ts b/test/selenium.test.ts index e6db6cdb..20c3f3b0 100644 --- a/test/selenium.test.ts +++ b/test/selenium.test.ts @@ -58,7 +58,7 @@ async function setup(): Promise { options.addArguments("--headless=new"); options.addArguments("--window-size=1920,1080"); - const driver = await new Builder().forBrowser("chrome").setChromeOptions(options).build(); + const driver = await new Builder().forBrowser("chromium").setChromeOptions(options).build(); driver.manage().setTimeouts({ implicit: 5000 });