feat(platform-web): show searched vehicle identity context
This commit is contained in:
@@ -146,6 +146,7 @@ test('shows resolved vehicle service status after topbar search', async () => {
|
||||
fireEvent.click(screen.getByRole('button', { name: '查询车辆' }));
|
||||
|
||||
expect(await screen.findByText('当前车辆:部分来源离线')).toBeInTheDocument();
|
||||
expect(screen.getByText('粤AG18312 / LB9A32A24R0LS1426')).toBeInTheDocument();
|
||||
});
|
||||
|
||||
test('shows row service status in dashboard vehicle previews', async () => {
|
||||
|
||||
Reference in New Issue
Block a user