pull/4837/head
filip mertens 8 months ago
parent 8c2cda5eb9
commit 29edae1d16
  1. 4
      apps/remixdesktop/test/nighwatch.app.ts

@ -27,7 +27,7 @@ module.exports = {
javascriptEnabled: true,
acceptSslCerts: true,
'goog:chromeOptions': {
"binary": "release/mac/Remix IDE.app/Contents/MacOS/Remix IDE",
"binary": "release/mac/Remix-Desktop.app/Contents/MacOS/Remix-Desktop",
"args": [
"--e2e-local",
]
@ -66,7 +66,7 @@ module.exports = {
javascriptEnabled: true,
acceptSslCerts: true,
'goog:chromeOptions': {
"binary": "release/mac-arm64/Remix IDE.app/Contents/MacOS/Remix IDE",
"binary": "release/mac-arm64/Remix-Desktop.app/Contents/MacOS/Remix-Desktop",
"args": [
"--e2e",
]

Loading…
Cancel
Save