feat: unify export task workspace

This commit is contained in:
lingniu
2026-07-19 07:49:13 +08:00
parent 3e80da1b73
commit 6795a8ea6d
5 changed files with 133 additions and 127 deletions

View File

@@ -149,6 +149,9 @@ describe('V2 production entry', () => {
expect(corePageSources.HistoryPage).toContain('<Checkbox');
expect(corePageSources.HistoryPage).toContain('<WorkspaceSideSheet');
expect(corePageSources.HistoryPage).toContain('variant="task"');
expect(corePageSources.HistoryPage).toContain('summaryItems={[');
expect(corePageSources.HistoryPage).toContain('dialogId="v2-history-export-jobs"');
expect(corePageSources.HistoryPage).not.toContain('useSideSheetA11y');
expect(corePageSources.HistoryPage).toContain('v2-history-column-sidesheet');
expect(corePageSources.HistoryPage).toContain('<Card key={row.id} className={`v2-history-mobile-card');
expect(corePageSources.HistoryPage).toContain('v2-history-trend');