feat(workspace): priority load opened page (#5156)

This commit is contained in:
EYHN
2023-12-04 11:32:10 +00:00
parent b4b4a3b625
commit 7878ce5c2c
5 changed files with 93 additions and 31 deletions

View File

@@ -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();