We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7555976 commit d3eb518Copy full SHA for d3eb518
apps/frontend/__tests__/browser-tests/browser.test.ts
@@ -14,7 +14,7 @@ const EDGE_OPTIONS = new EdgeOptions()
14
.addArguments("--headless=new") as EdgeOptions;
15
16
const FIREFOX_OPTIONS = new FirefoxOptions()
17
- .setBinary("/opt/hostedfasdjhflkajsdlkjfhalsdj")
+ // .setBinary("/opt/hostedtoolcache/geckodriver/0.35.0/x64/geckodriver")
18
.addArguments("--headless") as FirefoxOptions;
19
20
const builder = new Builder()
0 commit comments