mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
refactor(core): move setting dialog to workspace scope (#9706)
This commit is contained in:
@@ -149,7 +149,7 @@ export const expectPropertyOrdering = async (
|
||||
|
||||
export const openWorkspaceProperties = async (page: Page) => {
|
||||
await page.getByTestId('slider-bar-workspace-setting-button').click();
|
||||
await page.getByTestId('workspace-list-item-workspace:properties').click();
|
||||
await page.getByTestId('workspace-setting:properties').click();
|
||||
};
|
||||
|
||||
export const selectVisibilitySelector = async (
|
||||
|
||||
Reference in New Issue
Block a user