mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
feat(core): replace onboarding template (#11768)
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user