refine Semi UI operations health workspace
This commit is contained in:
@@ -244,9 +244,11 @@ describe('V2 production entry', () => {
|
||||
expect(corePageSources.OperationsPage).toContain('<Checkbox');
|
||||
expect(corePageSources.OperationsPage).toContain('<Input');
|
||||
expect(corePageSources.OperationsPage).toContain('<Card className="v2-source-diagnostic"');
|
||||
expect(corePageSources.OperationsPage).toContain('<Card className="v2-ops-kpi-card"');
|
||||
expect(corePageSources.OperationsPage).toContain('<Card className="v2-ops-overview"');
|
||||
expect(corePageSources.OperationsPage).toContain('<OpsMetric');
|
||||
expect(corePageSources.OperationsPage).toContain('<Card className="v2-ops-panel v2-ops-links"');
|
||||
expect(corePageSources.OperationsPage).toContain('<Card className={`v2-ops-link-card');
|
||||
expect(corePageSources.OperationsPage).toContain('<article className={`v2-ops-link-card');
|
||||
expect(corePageSources.OperationsPage).not.toContain('<Card className={`v2-ops-link-card');
|
||||
expect(corePageSources.OperationsPage).toContain('<Descriptions className="v2-ops-runtime-descriptions"');
|
||||
expect(corePageSources.OperationsPage).toContain('<Empty className="v2-ops-capacity-empty"');
|
||||
expect(corePageSources.OperationsPage).toContain('<CardGroup className="v2-ops-source-list"');
|
||||
|
||||
Reference in New Issue
Block a user