feat(platform): add mileage acceptance checklist
This commit is contained in:
@@ -9380,6 +9380,16 @@ test('shows vehicle-first statistics domains for one vehicle service', async ()
|
||||
expect(screen.getByRole('button', { name: '客户里程交付导航 回放里程轨迹 轨迹复核' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '客户里程交付导航 导出明细证据 导出CSV' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '客户里程交付导航 发送交付结论 复制交付包' })).toBeInTheDocument();
|
||||
expect(screen.getByText('里程客户验收清单')).toBeInTheDocument();
|
||||
expect(screen.getByText('客户交付前只看五个门禁:范围、闭合、覆盖、异常、在线影响;任何一项不通过都能直接进入复核动作。')).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '里程客户验收 范围确认 VIN-STATS-SERVICE' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '里程客户验收 区间闭合 分页抽样' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '里程客户验收 明细覆盖 50%' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '里程客户验收 异常复核 1 条' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '里程客户验收 在线影响 1 离线' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '里程验收动作 复制验收 交付说明' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '里程验收动作 复核轨迹 轨迹' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '里程验收动作 导出明细 CSV' })).toBeInTheDocument();
|
||||
expect(await screen.findByText('车辆统计服务总览')).toBeInTheDocument();
|
||||
expect(screen.getAllByText('里程统计').length).toBeGreaterThanOrEqual(1);
|
||||
expect(screen.getByText('在线率与离线时长')).toBeInTheDocument();
|
||||
|
||||
Reference in New Issue
Block a user