mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-20 07:47:19 +08:00
fix: prohibit create first page besides local workspace (#1751)
This commit is contained in:
@@ -20,7 +20,6 @@ test.describe('affine built in workspace', () => {
|
||||
await page.getByText('Cloud Workspace').click();
|
||||
const page2 = await context.newPage();
|
||||
await openHomePage(page2);
|
||||
await waitMarkdownImported(page2);
|
||||
await loginUser(page2, b);
|
||||
await page2.reload();
|
||||
await clickSideBarCurrentWorkspaceBanner(page2);
|
||||
|
||||
Reference in New Issue
Block a user