diff --git a/packages/frontend/templates/onboarding/onboarding.zip b/packages/frontend/templates/onboarding/onboarding.zip index d04f02bb77..c1b4bd9f10 100644 Binary files a/packages/frontend/templates/onboarding/onboarding.zip and b/packages/frontend/templates/onboarding/onboarding.zip differ diff --git a/tests/affine-mobile/e2e/detail.spec.ts b/tests/affine-mobile/e2e/detail.spec.ts index 7cdceb75f0..2311be7259 100644 --- a/tests/affine-mobile/e2e/detail.spec.ts +++ b/tests/affine-mobile/e2e/detail.spec.ts @@ -54,6 +54,6 @@ test('can add text property', async ({ page }) => { await page.getByTestId('mobile-menu-back-button').last().click(); await expect(page.getByTestId('mobile-menu-back-button')).toContainText( - 'How to use folder and Tags' + 'Getting Started' ); });