Run playwright UI tests

This commit is contained in:
2026-03-06 14:40:43 -05:00
parent 610fce8db3
commit 8e62c66677
37 changed files with 4430 additions and 643 deletions

View File

@@ -40,7 +40,6 @@ export function useLinkPrefetch() {
void queryClient.prefetchQuery(companyAnalysisQueryOptions(normalizedTicker));
void queryClient.prefetchQuery(companyFinancialStatementsQueryOptions({
ticker: normalizedTicker,
mode: 'standardized',
statement: 'income',
window: '10y',
includeDimensions: false

View File

@@ -123,7 +123,7 @@ export function useTaskNotificationsCenter(): UseTaskNotificationsCenterResult {
case 'sync_filings': {
void queryClient.invalidateQueries({ queryKey: ['filings'] });
void queryClient.invalidateQueries({ queryKey: ['analysis'] });
void queryClient.invalidateQueries({ queryKey: ['financials-v2'] });
void queryClient.invalidateQueries({ queryKey: ['financials-v3'] });
break;
}
case 'analyze_filing': {