refactor(StorageCleanerConfirm.test.tsx): update IndexedDB label to Chinese translation

This commit is contained in:
雨霖铃
2026-05-29 22:42:59 +08:00
parent 0d69695dbb
commit 13113f0ea2
@@ -94,7 +94,7 @@ describe('StorageCleanerConfirm 组件', () => {
renderComponent({ options: partialOptions });
expect(screen.getByText(/Local Storage/)).toBeInTheDocument();
expect(screen.getByText(/IndexedDB/)).toBeInTheDocument();
expect(screen.getByText(/站点存储/)).toBeInTheDocument();
expect(screen.queryByText(/Session Storage/)).not.toBeInTheDocument();
expect(screen.queryByText(/Cookies$/)).not.toBeInTheDocument();
});