fix(core): upload binary after migration (#4241)

This commit is contained in:
Alex Yang
2023-09-06 15:38:11 -07:00
committed by GitHub
parent 685db33b25
commit 075986b2e3
2 changed files with 24 additions and 1 deletions

View File

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