mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(core): remove image proxy in onboarding snapshots (#11954)
This commit is contained in:
@@ -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'
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user