mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
feat(workspace): priority load opened page (#5156)
This commit is contained in:
@@ -89,6 +89,8 @@ test('v3 to v4, surface migration', async ({ page }) => {
|
||||
await page.getByTestId('upgrade-workspace-button').click();
|
||||
await waitForEditorLoad(page);
|
||||
|
||||
await page.waitForTimeout(500);
|
||||
|
||||
// check edgeless mode is correct
|
||||
await clickEdgelessModeButton(page);
|
||||
await expect(page.locator('edgeless-toolbar')).toBeVisible();
|
||||
|
||||
Reference in New Issue
Block a user