diff --git a/apps/remixdesktop/test/nighwatch.app.ts b/apps/remixdesktop/test/nighwatch.app.ts index cbea410e9c..b4f5d55a45 100644 --- a/apps/remixdesktop/test/nighwatch.app.ts +++ b/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", ]