feat(platform): sync dashboard customer time window
This commit is contained in:
@@ -7324,6 +7324,7 @@ test('topbar customer time window presets support common monitoring ranges', asy
|
||||
fireEvent.click(screen.getByRole('button', { name: '顶部时间窗 近7天' }));
|
||||
expect(screen.getByLabelText('顶部时间窗开始')).toHaveValue('2026-06-29');
|
||||
expect(screen.getByLabelText('顶部时间窗结束')).toHaveValue('2026-07-05');
|
||||
expect(await screen.findByRole('button', { name: /时间窗服务路径 1 锁定范围 7 天窗口 应用时间窗/ })).toBeInTheDocument();
|
||||
|
||||
fireEvent.change(screen.getByPlaceholderText('搜索 VIN / 车牌 / 手机号'), { target: { value: '粤A快捷窗' } });
|
||||
fireEvent.click(screen.getByRole('button', { name: '查询车辆' }));
|
||||
|
||||
Reference in New Issue
Block a user