mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 18:16:15 +08:00
refactor(core): move setting dialog to workspace scope (#9706)
This commit is contained in:
@@ -41,7 +41,7 @@ export async function confirmExperimentalPrompt(page: Page) {
|
||||
export async function openWorkspaceSettingPanel(page: Page) {
|
||||
await page
|
||||
.getByTestId('settings-sidebar')
|
||||
.getByTestId('workspace-list-item-workspace:preference')
|
||||
.getByTestId('workspace-setting:preference')
|
||||
.click();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user