Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaryan committed Nov 10, 2024
1 parent f5b521a commit f1e7e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/__tests__/browser-tests/browser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const ETERNAL_JWT = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3OD

describe("chrome browser", () => {
const options = new Chrome.Options()
// .addArguments("--headless=new") as Chrome.Options;
.addArguments("--headless=new") as Chrome.Options;
const builder = new Builder().forBrowser(Browser.CHROME).setChromeOptions(options);
let driver: WebDriver;

Expand Down

0 comments on commit f1e7e40

Please sign in to comment.