feat(core): unused blob management in settings (#9795)

fix AF-2144, PD-2064, PD-2065, PD-2066
This commit is contained in:
pengx17
2025-01-23 07:12:17 +00:00
parent 8021b89944
commit 6ac6a8d6d6
26 changed files with 846 additions and 30 deletions
@@ -95,6 +95,8 @@ test('export then add', async ({ page, appInfo, workspace }) => {
// check its name is correct
await expect(page.getByTestId('workspace-name')).toHaveText(newWorkspaceName);
await page.waitForTimeout(1000);
// find button which has the title "test1"
await page.getByText('test1').click();