feat(platform): add time window next action strip
This commit is contained in:
@@ -1214,6 +1214,16 @@ test('dashboard guides customer custom time window service path', async () => {
|
||||
expect(screen.getByRole('button', { name: '时间窗服务路径 3 核对里程 1,033 车辆 统计查询' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '时间窗服务路径 4 导出证据 1,286,320 帧 数据导出' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '时间窗服务路径 5 告警说明 7 告警 告警通知' })).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: '时间窗下一步 证据状态 1,286,320 帧' })).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.getByRole('button', { name: '时间窗下一步动作 复制复盘 交付包' })).toBeInTheDocument();
|
||||
});
|
||||
|
||||
test('dashboard exposes vehicle data center capability matrix', async () => {
|
||||
|
||||
Reference in New Issue
Block a user