feat(platform): summarize vehicle source diagnosis
This commit is contained in:
@@ -344,6 +344,7 @@ test('shows vehicle service result summary on vehicle list filters', async () =>
|
||||
expect(screen.getByText('JT808 离线')).toBeInTheDocument();
|
||||
expect(screen.getByText('YUTONG_MQTT 未接入')).toBeInTheDocument();
|
||||
expect(screen.getByText('1/2 来源在线')).toBeInTheDocument();
|
||||
expect(screen.getByText('1/2 来源在线,缺 YUTONG_MQTT')).toBeInTheDocument();
|
||||
});
|
||||
|
||||
test('filters vehicle list from result summary actions', async () => {
|
||||
|
||||
Reference in New Issue
Block a user