Skip to content

Commit e0c62de

Browse files
committed
asd
1 parent d3eb518 commit e0c62de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ const ETERNAL_JWT = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3OD
1010
const CHROME_OPTIONS = new ChromeOptions()
1111
.addArguments("--headless=new") as ChromeOptions; // uncomment locally to see the steps in action
1212
const EDGE_OPTIONS = new EdgeOptions()
13-
.setBinaryPath("/opt/hostedtoolcache/msedge/stable/x64/msedge")
13+
.setBinaryPath("/opt/hostedtoolcache/msedge/stable/x64/msedge") // need to point to the correct path
1414
.addArguments("--headless=new") as EdgeOptions;
1515

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

2019
const builder = new Builder()

0 commit comments

Comments
 (0)