mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
test(e2e): rename variable
This commit is contained in:
parent
e2be71de55
commit
3189a7df71
1 changed files with 2 additions and 2 deletions
|
|
@ -35,11 +35,11 @@ class ObsidianApp {
|
|||
}
|
||||
|
||||
private async activatePlugin(pluginId: string) {
|
||||
await browser.execute((imgurPluginId: string) => {
|
||||
await browser.execute((timecodesPluginId: string) => {
|
||||
// @ts-expect-error 'app' exists in Obsidian
|
||||
declare const app: App
|
||||
app.plugins.setEnable(true)
|
||||
app.plugins.enablePlugin(imgurPluginId)
|
||||
app.plugins.enablePlugin(timecodesPluginId)
|
||||
}, pluginId)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue