test(e2e): skip interaction with vault security modal

Community plugins will get enabled programmatically by e2e test.
This commit is contained in:
Kirill Gavrilov 2025-01-30 03:47:47 +03:00
parent 11b23f9181
commit e2be71de55

View file

@ -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')
}