feat(platform): recommend vehicle service actions
This commit is contained in:
@@ -584,6 +584,8 @@ test('shows vehicle service result summary on vehicle list filters', async () =>
|
||||
expect(screen.getByText('YUTONG_MQTT 未接入')).toBeInTheDocument();
|
||||
expect(screen.getByText('1/2 来源在线')).toBeInTheDocument();
|
||||
expect(screen.getByText('1/2 来源在线,缺 YUTONG_MQTT')).toBeInTheDocument();
|
||||
expect(screen.getByText('建议动作')).toBeInTheDocument();
|
||||
expect(screen.getByText('补齐 YUTONG_MQTT 来源')).toBeInTheDocument();
|
||||
});
|
||||
|
||||
test('shows and clears current vehicle service filters', async () => {
|
||||
|
||||
Reference in New Issue
Block a user