mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
refactor(core): move setting dialog to workspace scope (#9706)
This commit is contained in:
@@ -42,7 +42,7 @@ test('export then add', async ({ page, appInfo, workspace }) => {
|
||||
const newWorkspaceName = 'new-test-name';
|
||||
|
||||
// goto workspace setting
|
||||
await page.getByTestId('workspace-list-item-workspace:preference').click();
|
||||
await page.getByTestId('workspace-setting:preference').click();
|
||||
const input = page.getByTestId('workspace-name-input');
|
||||
await expect(input).toBeVisible();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user