feat(platform): label dashboard protocols as evidence
This commit is contained in:
@@ -124,6 +124,7 @@ test('dashboard renders vehicle service summary metrics', async () => {
|
||||
expect(screen.getByText('暂无来源车辆')).toBeInTheDocument();
|
||||
expect(screen.getByText('461')).toBeInTheDocument();
|
||||
expect(screen.getByText('身份未绑定')).toBeInTheDocument();
|
||||
expect(screen.getByText('来源证据在线分布')).toBeInTheDocument();
|
||||
expect(fetchMock).toHaveBeenCalledWith('/api/vehicle-service/summary', undefined);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user