test: fix migration (#4588)

This commit is contained in:
Alex Yang 2023-10-11 19:30:37 -05:00 committed by GitHub
parent 491cd75fe0
commit a0e6ff9bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 15 deletions

View File

@ -100,9 +100,11 @@ test.describe('basic', () => {
timeout: 60000,
});
await page.goto(
// page '0773e198-5de0-45d4-a35e-de22ea72b96b' has edgeless mode
`${coreUrl}/workspace/${workspaceId}/0773e198-5de0-45d4-a35e-de22ea72b96b`
// page 'F1SX6cgNxy' has edgeless mode
`${coreUrl}/workspace/${workspaceId}/F1SX6cgNxy`
);
await page.waitForTimeout(5000);
await page.reload();
await waitForEditorLoad(page);
await clickEdgelessModeButton(page);
await expect(page.locator('affine-edgeless-page')).toBeVisible({

File diff suppressed because one or more lines are too long