Fix android tests

Disable page preview as the hover view was triggering an messing up the tests.

Update test config for Android 3
This commit is contained in:
Jesse Hines 2026-06-29 20:24:56 -04:00
parent 207eeb0c23
commit 83e8e262ba
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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"],