feat(platform): add history delivery task board
This commit is contained in:
@@ -6488,6 +6488,12 @@ test('shows trajectory playback workspace from history locations', async () => {
|
||||
render(<App />);
|
||||
|
||||
expect(await screen.findByRole('heading', { name: '轨迹回放' })).toBeInTheDocument();
|
||||
expect(screen.getByText('历史数据交付任务板')).toBeInTheDocument();
|
||||
expect(screen.getByText('2 个有效点')).toBeInTheDocument();
|
||||
expect(screen.getByText('围绕当前车辆生成可播放轨迹,用于定位复盘和客户问询。')).toBeInTheDocument();
|
||||
expect(screen.getByText('位置导出')).toBeInTheDocument();
|
||||
expect(screen.getByText('原始证据')).toBeInTheDocument();
|
||||
expect(screen.getAllByText('字段裁剪').length).toBeGreaterThanOrEqual(1);
|
||||
expect(screen.getByText('轨迹运营影响')).toBeInTheDocument();
|
||||
expect(screen.getByText('轨迹范围')).toBeInTheDocument();
|
||||
expect(screen.getByText('定位覆盖')).toBeInTheDocument();
|
||||
|
||||
Reference in New Issue
Block a user