feat(platform): add map field command actions
This commit is contained in:
@@ -9326,6 +9326,13 @@ test('shows realtime freshness status for recently updated and stale vehicles',
|
||||
expect(screen.getByRole('button', { name: '地图客户决策 再看定位 地图态势' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '地图客户决策 优先异常 告警事件' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: /复制地图决策说明/ })).toBeInTheDocument();
|
||||
expect(screen.getByText('现场指挥建议')).toBeInTheDocument();
|
||||
expect(screen.getByText('先看车在哪里,再决定回放、告警和导出')).toBeInTheDocument();
|
||||
expect(screen.getByText('现场调度按实时地图、关注车辆、轨迹复盘、通知证据四步工作;围栏和告警后续也应从这里进入。')).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '地图现场指挥 全域定位 刷新地图' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '地图现场指挥 关注车辆 定位关注车' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '地图现场指挥 轨迹复盘 打开轨迹' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '地图现场指挥 通知证据 告警事件' })).toBeInTheDocument();
|
||||
expect(screen.getByText('实时盯车')).toBeInTheDocument();
|
||||
expect(screen.getByText('异常优先')).toBeInTheDocument();
|
||||
expect(screen.getAllByText('轨迹复盘').length).toBeGreaterThanOrEqual(1);
|
||||
|
||||
Reference in New Issue
Block a user