From 83e8e262ba5ab66fcfddb98d1bfbc470d81ddb73 Mon Sep 17 00:00:00 2001 From: Jesse Hines Date: Mon, 29 Jun 2026 20:24:56 -0400 Subject: [PATCH] Fix android tests Disable page preview as the hover view was triggering an messing up the tests. Update test config for Android 3 --- test/vault/.obsidian/core-plugins.json | 2 +- wdio.mobile.conf.mts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/vault/.obsidian/core-plugins.json b/test/vault/.obsidian/core-plugins.json index dea054b..dd5b1c4 100644 --- a/test/vault/.obsidian/core-plugins.json +++ b/test/vault/.obsidian/core-plugins.json @@ -8,7 +8,7 @@ "outgoing-link": true, "tag-pane": true, "properties": false, - "page-preview": true, + "page-preview": false, "daily-notes": true, "templates": true, "note-composer": true, diff --git a/wdio.mobile.conf.mts b/wdio.mobile.conf.mts index f603821..2722406 100644 --- a/wdio.mobile.conf.mts +++ b/wdio.mobile.conf.mts @@ -48,7 +48,7 @@ export const config: WebdriverIO.Config = { services: [ "obsidian", ["appium", { - args: { allowInsecure: "chromedriver_autodownload,adb_shell" }, + args: { allowInsecure: "*:chromedriver_autodownload,*:adb_shell" }, }], ], reporters: ["obsidian"],