feat(platform-web): show dashboard coverage filter context
This commit is contained in:
@@ -215,6 +215,7 @@ test('filters dashboard coverage by service status', async () => {
|
||||
await waitFor(() => {
|
||||
expect(fetchMock).toHaveBeenCalledWith(expect.stringContaining('serviceStatus=degraded'), undefined);
|
||||
});
|
||||
expect(screen.getByText('当前筛选:部分来源离线')).toBeInTheDocument();
|
||||
});
|
||||
|
||||
test('opens dashboard coverage from service status distribution', async () => {
|
||||
|
||||
Reference in New Issue
Block a user