mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix(infra): create template workspace with isolated nanoid (#4569)
This commit is contained in:
@@ -100,8 +100,8 @@ test.describe('basic', () => {
|
||||
timeout: 60000,
|
||||
});
|
||||
await page.goto(
|
||||
// page 'F1SX6cgNxy' has edgeless mode
|
||||
`${coreUrl}/workspace/${workspaceId}/F1SX6cgNxy`
|
||||
// page '0773e198-5de0-45d4-a35e-de22ea72b96b' has edgeless mode
|
||||
`${coreUrl}/workspace/${workspaceId}/0773e198-5de0-45d4-a35e-de22ea72b96b`
|
||||
);
|
||||
await waitForEditorLoad(page);
|
||||
await clickEdgelessModeButton(page);
|
||||
|
||||
Reference in New Issue
Block a user