From 3e6af95963abeba6020313181f1b4698063942f1 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Sat, 16 Mar 2024 15:03:11 +0100 Subject: [PATCH] test x64 --- .circleci/config.yml | 4 ++-- apps/remixdesktop/test/nighwatch.app.ts | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) 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' ] } }