From 99ed8adf075e99a8343fe69d4ea9ef0101f07f23 Mon Sep 17 00:00:00 2001 From: Kirill Gavrilov Date: Tue, 7 Oct 2025 13:28:45 +0300 Subject: [PATCH] chore: remove explicit version of Electron from WDIO config Now E2E tests work even without it --- e2e/wdio.conf.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e/wdio.conf.ts b/e2e/wdio.conf.ts index 7c75b16..353e033 100644 --- a/e2e/wdio.conf.ts +++ b/e2e/wdio.conf.ts @@ -12,7 +12,6 @@ export const config: WebdriverIO.Config = { capabilities: [ { browserName: 'electron', - browserVersion: '37.6.0', 'wdio:electronServiceOptions': { // custom application args appBinaryPath: '/Applications/Obsidian.app/Contents/MacOS/Obsidian',