mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 16:19:43 +08:00
feat(core): add split view to experimental features settings (#6093)
This commit is contained in:
@@ -24,6 +24,9 @@ test('Create new workspace, then delete it', async ({ page, workspace }) => {
|
||||
await openSettingModal(page);
|
||||
await openWorkspaceSettingPanel(page, 'Test Workspace');
|
||||
await page.getByTestId('delete-workspace-button').click();
|
||||
await expect(
|
||||
page.getByTestId('affine-notification').first()
|
||||
).not.toBeVisible();
|
||||
const workspaceNameDom = page.getByTestId('workspace-name');
|
||||
const currentWorkspaceName = (await workspaceNameDom.evaluate(
|
||||
node => node.textContent
|
||||
|
||||
Reference in New Issue
Block a user