feat: unify export task workspace
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user