File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
apps/frontend/__tests__/browser-tests Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,10 @@ const ETERNAL_JWT = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3OD
1010const CHROME_OPTIONS = new ChromeOptions ( )
1111 . addArguments ( "--headless=new" ) as ChromeOptions ; // uncomment locally to see the steps in action
1212const 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
1616const FIREFOX_OPTIONS = new FirefoxOptions ( )
17- // .setBinary("/opt/hostedtoolcache/geckodriver/0.35.0/x64/geckodriver")
1817 . addArguments ( "--headless" ) as FirefoxOptions ;
1918
2019const builder = new Builder ( )
You can’t perform that action at this time.
0 commit comments