refine Semi UI vehicle detail workspace
This commit is contained in:
@@ -62,10 +62,11 @@ describe('V2 production entry', () => {
|
||||
expect(corePageSources.StatisticsPage).not.toContain("from '../shared/PageHeader'");
|
||||
expect(corePageSources.StatisticsPage).not.toContain('<PageHeader');
|
||||
expect(corePageSources.VehiclePage).toContain('<Select');
|
||||
expect(corePageSources.VehiclePage).toContain('<Card className="v2-record-card v2-live-card v2-live-overview"');
|
||||
expect(corePageSources.VehiclePage).toContain('<Card className="v2-identity-band v2-record-card v2-live-card v2-live-overview v2-vehicle-command-card"');
|
||||
expect(corePageSources.VehiclePage).toContain('className="v2-live-grid" role="list" aria-label="车辆实时指标"');
|
||||
expect(corePageSources.VehiclePage).toContain('<Card className="v2-single-map-card"');
|
||||
expect(corePageSources.VehiclePage).toContain('className="v2-record-section-anchor v2-record-location-anchor"');
|
||||
expect(corePageSources.VehiclePage).toContain('<Card className="v2-identity-band"');
|
||||
expect(corePageSources.VehiclePage).toContain('v2-identity-band');
|
||||
expect(corePageSources.VehiclePage).not.toContain('<section className="v2-record-card');
|
||||
expect(corePageSources.VehiclePage).not.toContain('<section className="v2-single-map-card');
|
||||
expect(corePageSources.VehiclePage).not.toContain('<section className="v2-identity-band"');
|
||||
|
||||
Reference in New Issue
Block a user