refine Semi UI history workspace

This commit is contained in:
lingniu
2026-07-18 10:39:00 +08:00
parent 3cd19b276d
commit bba6a621aa
4 changed files with 151 additions and 24 deletions

View File

@@ -136,6 +136,8 @@ describe('V2 production entry', () => {
expect(corePageSources.HistoryPage).not.toContain('v2-history-context-card');
expect(corePageSources.HistoryPage).not.toContain('v2-history-metric-scroll');
expect(corePageSources.HistoryPage).toContain('<WorkspaceFilterPanel');
expect(corePageSources.HistoryPage).toContain('<WorkspaceCommandBar');
expect(corePageSources.HistoryPage).toContain('className="v2-history-discovery-shell"');
expect(corePageSources.HistoryPage).toContain('className="v2-history-filter-card"');
expect(corePageSources.HistoryPage).toContain('<Card className={`v2-history-table-card');
expect(corePageSources.HistoryPage).toContain('<Descriptions className="v2-history-evidence-descriptions"');