mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 13:57:02 +08:00
fix(core): upload binary after migration (#4241)
This commit is contained in:
@@ -100,7 +100,8 @@ test.describe('basic', () => {
|
||||
timeout: 60000,
|
||||
});
|
||||
await page.goto(
|
||||
`${coreUrl}/workspace/${workspaceId}/gc5FeppNDv-hello-world`
|
||||
// page 'F1SX6cgNxy' has edgeless mode
|
||||
`${coreUrl}/workspace/${workspaceId}/F1SX6cgNxy`
|
||||
);
|
||||
await waitForEditorLoad(page);
|
||||
await clickEdgelessModeButton(page);
|
||||
|
||||
Reference in New Issue
Block a user