mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
feat: move plugins config to setting (#3259)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user