fix(core): remove image proxy in onboarding snapshots (#11954)

This commit is contained in:
Peng Xiao
2025-04-24 17:03:36 +08:00
committed by GitHub
parent 4b854da83c
commit 13b28e2ad8
2 changed files with 1 additions and 1 deletions

View File

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