feat(core): replace onboarding template (#11768)

This commit is contained in:
EYHN
2025-04-18 02:31:13 +00:00
parent 0b33fb6dbf
commit dd51180acb
13 changed files with 71 additions and 59 deletions

View File

@@ -14,7 +14,7 @@ export const test = baseTest.extend<{
page: async ({ page }, use) => {
await page.goto('/');
await expect(
page.locator('.affine-page-viewport[data-mode="edgeless"]')
page.locator('.affine-page-viewport[data-mode="page"]')
).toBeVisible({
timeout: 30 * 1000,
});