Fixhancement: more saved view count refreshes (#10694)

This commit is contained in:
shamoon
2025-08-26 13:27:49 -07:00
committed by GitHub
parent f2fabc81d4
commit b25b15ba32
5 changed files with 52 additions and 3 deletions

View File

@@ -106,6 +106,7 @@ describe('DashboardComponent', () => {
}),
dashboardViews: saved_views.filter((v) => v.show_on_dashboard),
allViews: saved_views,
setDocumentCount: jest.fn(),
},
},
provideHttpClient(withInterceptorsFromDi()),