mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
chore: remove explicit version of Electron from WDIO config
Now E2E tests work even without it
This commit is contained in:
parent
7a2c1ba2e3
commit
99ed8adf07
1 changed files with 0 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue