Skip to content

Commit d3eb518

Browse files
committed
asd
1 parent 7555976 commit d3eb518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/__tests__/browser-tests/browser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const EDGE_OPTIONS = new EdgeOptions()
1414
.addArguments("--headless=new") as EdgeOptions;
1515

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

2020
const builder = new Builder()

0 commit comments

Comments
 (0)