Run playwright UI tests
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user