feat: move plugins config to setting (#3259)

This commit is contained in:
JimmFly
2023-07-17 17:25:00 +08:00
committed by GitHub
parent d4cd0e763d
commit f21eb5f272
8 changed files with 100 additions and 63 deletions

View File

@@ -19,6 +19,9 @@ export async function openAppearancePanel(page: Page) {
export async function openShortcutsPanel(page: Page) {
await page.getByTestId('shortcuts-panel-trigger').click();
}
export async function openPluginsPanel(page: Page) {
await page.getByTestId('plugins-panel-trigger').click();
}
export async function openAboutPanel(page: Page) {
await page.getByTestId('about-panel-trigger').click();