Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaryan committed Nov 12, 2024
1 parent 3657a9c commit 7555976
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 @@ -14,7 +14,7 @@ const EDGE_OPTIONS = new EdgeOptions()
.addArguments("--headless=new") as EdgeOptions;

const FIREFOX_OPTIONS = new FirefoxOptions()
.setBinary("/opt/hostedtoolcache/geckodriver/0.35.0/x64/geckodriver")
.setBinary("/opt/hostedfasdjhflkajsdlkjfhalsdj")
.addArguments("--headless") as FirefoxOptions;

const builder = new Builder()
Expand Down

0 comments on commit 7555976

Please sign in to comment.