feat(platform): show mileage closure check

This commit is contained in:
lingniu
2026-07-04 15:24:03 +08:00
parent d133b187ad
commit 5bbd110743
2 changed files with 12 additions and 1 deletions

View File

@@ -6266,6 +6266,8 @@ test('shows mileage statistics workspace with trend source and definition', asyn
expect(screen.getByText('42.9%')).toBeInTheDocument();
expect(screen.getByText('分页覆盖率')).toBeInTheDocument();
expect(screen.getByText('100%')).toBeInTheDocument();
expect(screen.getByText('闭合校验')).toBeInTheDocument();
expect(screen.getAllByText('0 km').length).toBeGreaterThanOrEqual(1);
expect(screen.getByText('统计口径')).toBeInTheDocument();
expect(screen.getByText((content) => content.includes('区间总值应等于各日里程之和'))).toBeInTheDocument();
});