feat(platform): add map view modes
This commit is contained in:
@@ -10607,6 +10607,12 @@ test('shows realtime freshness status for recently updated and stale vehicles',
|
||||
expect(screen.getByText('地图客户决策')).toBeInTheDocument();
|
||||
expect(screen.getByText('先判断车辆是否在线、是否有位置、是否有异常,再进入单车轨迹和历史查询。')).toBeInTheDocument();
|
||||
expect(screen.getByText('地图页面向客户展示车辆服务状态,数据通道只作为定位、在线和异常追溯依据。')).toBeInTheDocument();
|
||||
expect(screen.getByText('地图视图模式')).toBeInTheDocument();
|
||||
expect(screen.getByText('按客户现场使用场景切换地图重点:运营总览、异常优先、轨迹复盘或交付导出。')).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '地图视图模式 运营总览 2 辆 当前页' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '地图视图模式 异常优先 1 辆 关注车辆' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '地图视图模式 轨迹复盘 粤A超时1 选中车辆' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '地图视图模式 交付导出 2 辆 导出证据' })).toBeInTheDocument();
|
||||
expect(screen.getByText('先看在线')).toBeInTheDocument();
|
||||
expect(screen.getByText('再看定位')).toBeInTheDocument();
|
||||
expect(screen.getByText('优先异常')).toBeInTheDocument();
|
||||
|
||||
Reference in New Issue
Block a user