diff --git a/.circleci/config.yml b/.circleci/config.yml index 0440c145fc..b9a27cc036 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -500,8 +500,8 @@ jobs: command: | nvm use 20 cd apps/remixdesktop - yarn installRipGrepMacOXarm64 - PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false yarn dist --arm64 + yarn installRipGrepMacOXx64 + PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false yarn dist --x64 - run: name: "Run tests" command: | diff --git a/apps/remixdesktop/test/nighwatch.app.ts b/apps/remixdesktop/test/nighwatch.app.ts index 3826340ffe..1643977bf3 100644 --- a/apps/remixdesktop/test/nighwatch.app.ts +++ b/apps/remixdesktop/test/nighwatch.app.ts @@ -72,13 +72,9 @@ module.exports = { javascriptEnabled: true, acceptSslCerts: true, 'goog:chromeOptions': { - "binary": "release/mac-arm64/Remix-Desktop.app/Contents/MacOS/Remix-Desktop", + "binary": "release/mac/Remix-Desktop.app/Contents/MacOS/Remix-Desktop", "args": [ "--e2e", - '--no-sandbox', - '--headless', - '--verbose', - '--user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36' ] } }