mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 12:00:24 +00:00
test(e2e): skip interaction with vault security modal
Community plugins will get enabled programmatically by e2e test.
This commit is contained in:
parent
11b23f9181
commit
e2be71de55
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ class ObsidianApp {
|
|||
await fs.copyFile('../out/main.js', `${targetPluginsDir}/main.js`)
|
||||
|
||||
await this.switchToMainWindow()
|
||||
await $('button=Trust author and enable plugins').click()
|
||||
await this.closeModal('Trust vault modal')
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue