mirror of
https://github.com/jesse-r-s-hines/obsidian-open-tab-settings.git
synced 2026-07-22 05:43:41 +00:00
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:
parent
207eeb0c23
commit
83e8e262ba
2 changed files with 2 additions and 2 deletions
2
test/vault/.obsidian/core-plugins.json
vendored
2
test/vault/.obsidian/core-plugins.json
vendored
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue