Skip to content

Commit

Permalink
fix: macos issue to start Electron in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KVNLS committed Sep 21, 2023
1 parent 3fa3b12 commit 90de8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ledger-live-desktop/tests/fixtures/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const test = base.extend<TestFixtures>({
dir: `${path.join(__dirname, "../artifacts/videos/")}`,
size: windowSize, // FIXME: no default value, it could come from viewport property in conf file but it's not the case
},
env,
env: { ...env, NODE_ENV: "development" },
colorScheme: theme,
locale: lang,
executablePath: require("electron/index.js"),
Expand Down

0 comments on commit 90de8a7

Please sign in to comment.